pipeline_tag: translation
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
- en
|
| 4 |
- fr
|
| 5 |
- ro
|
|
@@ -9,7 +10,6 @@ datasets:
|
|
| 9 |
tags:
|
| 10 |
- summarization
|
| 11 |
- translation
|
| 12 |
-
|
| 13 |
license: apache-2.0
|
| 14 |
---
|
| 15 |
|
|
@@ -187,4 +187,4 @@ last_hidden_states = outputs.last_hidden_state
|
|
| 187 |
```
|
| 188 |
|
| 189 |
See the [Hugging Face T5](https://huggingface.co/docs/transformers/model_doc/t5#transformers.T5Model) docs and a [Colab Notebook](https://colab.research.google.com/github/google-research/text-to-text-transfer-transformer/blob/main/notebooks/t5-trivia.ipynb) created by the model developers for more examples.
|
| 190 |
-
</details>
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: translation
|
| 3 |
+
language:
|
| 4 |
- en
|
| 5 |
- fr
|
| 6 |
- ro
|
|
|
|
| 10 |
tags:
|
| 11 |
- summarization
|
| 12 |
- translation
|
|
|
|
| 13 |
license: apache-2.0
|
| 14 |
---
|
| 15 |
|
|
|
|
| 187 |
```
|
| 188 |
|
| 189 |
See the [Hugging Face T5](https://huggingface.co/docs/transformers/model_doc/t5#transformers.T5Model) docs and a [Colab Notebook](https://colab.research.google.com/github/google-research/text-to-text-transfer-transformer/blob/main/notebooks/t5-trivia.ipynb) created by the model developers for more examples.
|
| 190 |
+
</details>
|