akhooli commited on
Commit
e39af2c
1 Parent(s): 4a2ec2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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