Text Classification
Transformers
PyTorch
Safetensors
xlm-roberta
genre
text-genre
TajaKuzmanPungersek commited on
Commit
ebe54ca
·
verified ·
1 Parent(s): c9cb98d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -193,6 +193,8 @@ For language-specific results, see [the AGILE benchmark](https://github.com/Taja
193
 
194
  ### Usage
195
 
 
 
196
  An example of preparing data for genre identification and post-processing of the results can be found [here](https://github.com/TajaKuzman/Applying-GENRE-on-MaCoCu-bilingual) where we applied X-GENRE classifier to the English part of [MaCoCu](https://macocu.eu/) parallel corpora.
197
 
198
  For reliable results, genre classifier should be applied to documents of sufficient length (the rule of thumb is at least 75 words).
@@ -229,7 +231,6 @@ predictions
229
 
230
  ```
231
 
232
- Use example for prediction on a dataset, using batch processing, is available via [Google Collab](https://colab.research.google.com/drive/1yC4L_p2t3oMViC37GqSjJynQH-EWyhLr?usp=sharing).
233
 
234
  ## X-GENRE categories
235
 
 
193
 
194
  ### Usage
195
 
196
+ Use example for prediction on a dataset, using batch processing, is available via [Google Collab](https://colab.research.google.com/drive/1yC4L_p2t3oMViC37GqSjJynQH-EWyhLr?usp=sharing).
197
+
198
  An example of preparing data for genre identification and post-processing of the results can be found [here](https://github.com/TajaKuzman/Applying-GENRE-on-MaCoCu-bilingual) where we applied X-GENRE classifier to the English part of [MaCoCu](https://macocu.eu/) parallel corpora.
199
 
200
  For reliable results, genre classifier should be applied to documents of sufficient length (the rule of thumb is at least 75 words).
 
231
 
232
  ```
233
 
 
234
 
235
  ## X-GENRE categories
236