Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,7 @@ translated = model.generate(**tokenizer(src_text, return_tensors="pt", padding=T
|
|
44 |
rue))
|
45 |
print([tokenizer.decode(t, skip_special_tokens=True) for t in translated])`
|
46 |
```
|
|
|
47 |
|
48 |
## Training Details
|
49 |
|
@@ -65,8 +66,6 @@ The Catalan-Basque data collected from the web was a combination of the followin
|
|
65 |
| PaCO_2013 | 48,892 |
|
66 |
| WikiMatrix | 119,480 |
|
67 |
| **Total** | **15,653,108** |
|
68 |
-
The recommended environments include the following transfomer versions: 4.12.3 , 4.15.0 , 4.26.1
|
69 |
-
|
70 |
|
71 |
The 9,033,998 sentence pairs of synthetic parallel data were created by translating a compendium of ES-EU parallel corpora into Catalan using the [ES-EU translator from HiTZ](https://huggingface.co/HiTZ/mt-hitz-es-eu).
|
72 |
|
|
|
44 |
rue))
|
45 |
print([tokenizer.decode(t, skip_special_tokens=True) for t in translated])`
|
46 |
```
|
47 |
+
The recommended environments include the following transfomer versions: 4.12.3 , 4.15.0 , 4.26.1
|
48 |
|
49 |
## Training Details
|
50 |
|
|
|
66 |
| PaCO_2013 | 48,892 |
|
67 |
| WikiMatrix | 119,480 |
|
68 |
| **Total** | **15,653,108** |
|
|
|
|
|
69 |
|
70 |
The 9,033,998 sentence pairs of synthetic parallel data were created by translating a compendium of ES-EU parallel corpora into Catalan using the [ES-EU translator from HiTZ](https://huggingface.co/HiTZ/mt-hitz-es-eu).
|
71 |
|