Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: MATEO
|
|
|
|
| 3 |
emoji: 🎈
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: green
|
|
@@ -7,6 +8,11 @@ sdk: docker
|
|
| 7 |
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: MATEO
|
| 3 |
+
short_description: MATEO brings machine translation evaluation to the masses
|
| 4 |
emoji: 🎈
|
| 5 |
colorFrom: green
|
| 6 |
colorTo: green
|
|
|
|
| 8 |
app_port: 7860
|
| 9 |
pinned: false
|
| 10 |
license: gpl-3.0
|
| 11 |
+
models:
|
| 12 |
+
- facebook/nllb-200-distilled-600M
|
| 13 |
+
tags:
|
| 14 |
+
- machine translation
|
| 15 |
+
- evaluation
|
| 16 |
---
|
| 17 |
|
| 18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|