Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Sufi2425/French_Grammar_Explanations
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- fr
|
8 |
+
base_model:
|
9 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
tags:
|
12 |
+
- french
|
13 |
+
- grammar
|
14 |
+
- languages
|
15 |
+
- english-french
|
16 |
+
- learning
|
17 |
+
---
|
18 |
+
# FrenchLlama - The French Grammar Tutor
|
19 |
+
This is a custom-built language model, fine-tuned from Meta's Llama 3.2 3B Instruct. I trained the first iteration on a dataset of 1500+ examples that explain French grammar.
|
20 |
+
It's basically my experiment to see how much a tiny LLM can actually learn to produce coherent outputs.
|
21 |
+
|
22 |
+
You can find GGUFs and the dataset on my repos!
|