Add multilingual to the language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
- fr
|
5 |
- ro
|
6 |
- de
|
7 |
-
|
8 |
-
-
|
9 |
tags:
|
10 |
- text2text-generation
|
11 |
- endpoints-template
|
12 |
-
|
|
|
13 |
---
|
14 |
|
15 |
# Fork of [t5-11b](https://huggingface.co/t5-11b)
|
@@ -24,7 +25,7 @@ license: apache-2.0
|
|
24 |
|
25 |
# Use with Inference Endpoints
|
26 |
|
27 |
-
Hugging Face Inference endpoints can be used with an HTTP client in any language. We will use Python and the
|
28 |
|
29 |

|
30 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
- fr
|
5 |
- ro
|
6 |
- de
|
7 |
+
- multilingual
|
8 |
+
license: apache-2.0
|
9 |
tags:
|
10 |
- text2text-generation
|
11 |
- endpoints-template
|
12 |
+
datasets:
|
13 |
+
- c4
|
14 |
---
|
15 |
|
16 |
# Fork of [t5-11b](https://huggingface.co/t5-11b)
|
|
|
25 |
|
26 |
# Use with Inference Endpoints
|
27 |
|
28 |
+
Hugging Face Inference endpoints can be used with an HTTP client in any language. We will use Python and the�`requests`�library to send our requests. (make your you have it installed�`pip install requests`)
|
29 |
|
30 |

|
31 |
|