yschneider commited on
Commit
195789d
1 Parent(s): c0806ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -77,6 +77,11 @@ All the documents in the dataset are written in French.
77
 
78
  ## Usage with the PyLaia library
79
 
80
- - clone the repository or at least the `data` folder
81
- - you can use this dataset to reproduce the training, train a new model, infer on any of the set
82
-
 
 
 
 
 
 
77
 
78
  ## Usage with the PyLaia library
79
 
80
+ 1. **Clone the repository** via
81
+ 1. the Settings on the UI.
82
+ 2. or `GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/Teklia/PELLET-Casimir-Marius-line`
83
+ 2. The dataset is available in [PyLaia format](https://atr.pages.teklia.com/pylaia/usage/datasets/format/), in the `./data` folder.
84
+
85
+ You can use this dataset to:
86
+ - train a new PyLaia model,
87
+ - assess your model's performance against this dataset.