Update README.md
Browse files
README.md
CHANGED
@@ -10,18 +10,18 @@ tags:
|
|
10 |
|
11 |
<!-- Provide a longer summary of what this model is. -->
|
12 |
|
13 |
-
This model is a fine-tuned version of microsoft/Phi-3-mini-4k-instruct
|
14 |
|
15 |
-
- **Developed by:** Can Deniz Koçak
|
16 |
-
- **Finetuned from model:** microsoft/Phi-3-mini-4k-instruct
|
17 |
|
18 |
|
19 |
### Fine-tuning Data
|
20 |
|
21 |
-
m-a-p/Code-Feedback
|
22 |
|
23 |
[More Information Needed]
|
24 |
|
25 |
### Training Procedure
|
26 |
|
27 |
-
Trained on a single A100 on Google Colab. Link to Notebook
|
|
|
10 |
|
11 |
<!-- Provide a longer summary of what this model is. -->
|
12 |
|
13 |
+
This model is a fine-tuned version of [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) on [m-a-p/Code-Feedback](https://huggingface.co/datasets/m-a-p/Code-Feedback) in order to answer questions related to programming better. Trained by making small modifications on [sample_finetune.py](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct/blob/main/sample_finetune.py) provided by Microsoft.
|
14 |
|
15 |
+
- **Developed by:** [Can Deniz Koçak](https://www.linkedin.com/in/candenizkocak/)
|
16 |
+
- **Finetuned from model:** [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct)
|
17 |
|
18 |
|
19 |
### Fine-tuning Data
|
20 |
|
21 |
+
[m-a-p/Code-Feedback](https://huggingface.co/datasets/m-a-p/Code-Feedback)
|
22 |
|
23 |
[More Information Needed]
|
24 |
|
25 |
### Training Procedure
|
26 |
|
27 |
+
Trained on a single A100 on Google Colab. [Link to Notebook](https://colab.research.google.com/drive/1Fwi64n80QDCNraCxFU1nC1XpbhgSnacK?usp=sharing)
|