candenizkocak commited on
Commit
414ff47
·
verified ·
1 Parent(s): 169bb56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -13,6 +13,24 @@ tags:
13
 
14
  # Uploaded model
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  - **Developed by:** candenizkocak
17
  - **License:** apache-2.0
18
  - **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-bnb-4bit
 
13
 
14
  # Uploaded model
15
 
16
+ ### Model Description
17
+
18
+ This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B-bnb-4bit](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-bnb-4bit) on [cognitivecomputations/Code-290k-ShareGPT-Vicuna](https://huggingface.co/datasets/cognitivecomputations/Code-290k-ShareGPT-Vicuna) in order to answer questions related to programming better. Trained by the [Google Colab Notebook](https://colab.research.google.com/drive/1NYMWMe2Q11fQI3r6bPmOEbQd73sG9GW1?usp=sharing) provided by Unsloth.
19
+ Dataset format was converted from ShareGPT to [Llama 3](https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-llama-3/) in the training notebook. First 10k rows was used in training for demonstration purposes.
20
+ - **Developed by:** [Can Deniz Koçak](https://www.linkedin.com/in/candenizkocak/)
21
+ - **Finetuned from model:** [unsloth/Meta-Llama-3.1-8B-bnb-4bit](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-bnb-4bit)
22
+
23
+
24
+ ### Fine-tuning Data
25
+
26
+ [cognitivecomputations/Code-290k-ShareGPT-Vicuna](https://huggingface.co/datasets/cognitivecomputations/Code-290k-ShareGPT-Vicuna)
27
+
28
+ ### Training Procedure
29
+
30
+ Trained on a single A100 on Google Colab.
31
+ <a target="_blank" href="https://colab.research.google.com/drive/1NYMWMe2Q11fQI3r6bPmOEbQd73sG9GW1?usp=sharing">
32
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
33
+ </a>
34
  - **Developed by:** candenizkocak
35
  - **License:** apache-2.0
36
  - **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-bnb-4bit