Update README.md
Browse files
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
|
18 |
|
19 |
-
|
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:
|