Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,10 @@ tags:
|
|
11 |
- french
|
12 |
- explanations
|
13 |
- learning
|
|
|
|
|
14 |
---
|
15 |
This is a custom-built language model, fine-tuned from Meta's Llama 3.2 1B Instruct. I trained it on a dataset of 535 examples that explain French grammar.
|
16 |
-
It's basically my experiment to see how much a tiny LLM can actually learn to produce coherent outputs.
|
|
|
|
|
|
11 |
- french
|
12 |
- explanations
|
13 |
- learning
|
14 |
+
datasets:
|
15 |
+
- Sufi2425/French_Grammar_Explanations
|
16 |
---
|
17 |
This is a custom-built language model, fine-tuned from Meta's Llama 3.2 1B Instruct. I trained it on a dataset of 535 examples that explain French grammar.
|
18 |
+
It's basically my experiment to see how much a tiny LLM can actually learn to produce coherent outputs.
|
19 |
+
|
20 |
+
As an added note, I will be updating this every once in a while.
|