Update README.md
#23
by
Ggcall
- opened
README.md
CHANGED
@@ -1,16 +1,22 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
- fr
|
5 |
- ro
|
6 |
- de
|
7 |
- multilingual
|
|
|
8 |
license: apache-2.0
|
9 |
tags:
|
10 |
- summarization
|
11 |
- translation
|
|
|
12 |
datasets:
|
13 |
- c4
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Model Card for T5 Small
|
@@ -187,5 +193,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>
|
191 |
-
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
- fr
|
5 |
- ro
|
6 |
- de
|
7 |
- multilingual
|
8 |
+
- ab
|
9 |
license: apache-2.0
|
10 |
tags:
|
11 |
- summarization
|
12 |
- translation
|
13 |
+
- biology
|
14 |
datasets:
|
15 |
- c4
|
16 |
+
metrics:
|
17 |
+
- accuracy
|
18 |
+
library_name: bertopic
|
19 |
+
pipeline_tag: text-classification
|
20 |
---
|
21 |
|
22 |
# Model Card for T5 Small
|
|
|
193 |
```
|
194 |
|
195 |
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.
|
196 |
+
</details>
|
|