emre570 commited on
Commit
33fa6fb
1 Parent(s): ad656a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -14,15 +14,9 @@ base_model:
14
 
15
  # Llama 3-8B Turkish Model
16
 
17
- This repo contains the experimental-educational fine-tuned model for the Turkish Llama 3 Project and its variants that can be used for different purposes.
18
 
19
- The actual trained model is an adapter model of [Unsloth's Llama 3-8B quantized model](https://huggingface.co/unsloth/llama-3-8b-bnb-4bit), which is then converted into .gguf format using llama.cpp and into .bin format for vLLM.
20
-
21
- The model is open to further development, we will continue to train the model when we obtain quality data. We can't use every Turkish dataset since some of them has poor quality of translation from English.
22
-
23
- You can access the fine-tuning code [here](https://colab.research.google.com/drive/1QRaqYxjfnFvwA_9jb7V0Z5bJr-PuHH7w?usp=sharing).
24
-
25
- Trained with NVIDIA L4 with 150 steps, took around 8 minutes.
26
 
27
  ## Example Usages
28
  You can use it from Transformers:
 
14
 
15
  # Llama 3-8B Turkish Model
16
 
17
+ This repo contains the experimental-educational fine-tuned model of Meta's new Llama 3.2-1B that can be used for different purposes.
18
 
19
+ Trained with NVIDIA RTX 3070 Ti, took around 6 hours.
 
 
 
 
 
 
20
 
21
  ## Example Usages
22
  You can use it from Transformers: