Iker commited on
Commit
5cfc273
·
unverified ·
1 Parent(s): 1863710

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -11
README.md CHANGED
@@ -17,17 +17,7 @@ Easy-translate is a script for translating large text files in your machine usin
17
 
18
  **M2M100** is a multilingual encoder-decoder (seq-to-seq) model trained for Many-to-Many multilingual translation introduced in this [paper](https://arxiv.org/abs/2010.11125) and first released in [this](https://github.com/pytorch/fairseq/tree/master/examples/m2m_100) repository.
19
 
20
- - [Supported languages](#supported-languages)
21
- - [Supported models](#supported-models)
22
- - [Requirements](#requirements)
23
- - [Translating a file](#translate-a-file)
24
- - [Using single CPU/GPU](#using-a-single-cpu-gpu)
25
- - [Multi-GPU](#multi-gpu)
26
- - [Automatic Batch Size Finder](#automatic-batch-size-finder)
27
- - [Choose precision](#choose-precision)
28
- - [Evaluate translations](#evaluate-translations)
29
-
30
- >The model that can directly translate between the 9,900 directions of 100 languages.
31
 
32
  Easy-Translate is built on top of 🤗HuggingFace's [Transformers](https://huggingface.co/docs/transformers/index) and 🤗HuggingFace's[Accelerate](https://huggingface.co/docs/accelerate/index) library.
33
 
 
17
 
18
  **M2M100** is a multilingual encoder-decoder (seq-to-seq) model trained for Many-to-Many multilingual translation introduced in this [paper](https://arxiv.org/abs/2010.11125) and first released in [this](https://github.com/pytorch/fairseq/tree/master/examples/m2m_100) repository.
19
 
20
+ >M2M100 that can directly translate between 9,900 directions of 100 languages.
 
 
 
 
 
 
 
 
 
 
21
 
22
  Easy-Translate is built on top of 🤗HuggingFace's [Transformers](https://huggingface.co/docs/transformers/index) and 🤗HuggingFace's[Accelerate](https://huggingface.co/docs/accelerate/index) library.
23