Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ just replace the pretrained model name and make sure you use Arabic text and spl
|
|
28 |
You can train a better model if you have access to adequate compute (can fine tune this model on more data, seed 42 was used tp pick the 100K sample).
|
29 |
|
30 |
# Training script
|
31 |
-
```
|
32 |
from datasets import load_dataset
|
33 |
from ragatouille import RAGTrainer
|
34 |
sample_size = 100000
|
|
|
28 |
You can train a better model if you have access to adequate compute (can fine tune this model on more data, seed 42 was used tp pick the 100K sample).
|
29 |
|
30 |
# Training script
|
31 |
+
```python
|
32 |
from datasets import load_dataset
|
33 |
from ragatouille import RAGTrainer
|
34 |
sample_size = 100000
|