ozzwoy commited on
Commit
e384594
·
verified ·
1 Parent(s): e22e7c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ license: mit
5
 
6
  The MADLAD-400 model fine-tuned to translate from Proper Karelian, Livvi, Ludian, and Veps to Russian and vice versa. We call this model **Pa**ragraph-**Le**vel as we trained it on paragraphs comprising multiple sentences. The model demonstrates the capacity to handle gender-neutral pronouns (presenting a major obstacle in translating from Finno-Ugric languages) and other discourse-level phenomena.
7
 
8
- ### Example Usage for Inference
9
 
10
  ````
11
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
@@ -23,7 +23,7 @@ tokenizer.decode(outputs[0], skip_special_tokens=True)
23
  # Output: Terveh!
24
  ````
25
 
26
- Please cite the following paper if you use this model in your work:
27
  ```
28
  @inproceedings{
29
  pashchenko2024paragraphlevel,
 
5
 
6
  The MADLAD-400 model fine-tuned to translate from Proper Karelian, Livvi, Ludian, and Veps to Russian and vice versa. We call this model **Pa**ragraph-**Le**vel as we trained it on paragraphs comprising multiple sentences. The model demonstrates the capacity to handle gender-neutral pronouns (presenting a major obstacle in translating from Finno-Ugric languages) and other discourse-level phenomena.
7
 
8
+ ## Example Usage for Inference
9
 
10
  ````
11
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
 
23
  # Output: Terveh!
24
  ````
25
 
26
+ ## Please cite the following paper if you use this model in your work:
27
  ```
28
  @inproceedings{
29
  pashchenko2024paragraphlevel,