lbourdois commited on
Commit
fa01330
·
1 Parent(s): adb5606

Add multilingual to the language tag

Browse files

Hi! A PR to add multilingual to the language tag to improve the referencing.

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
- language:
3
  - en
4
  - fr
5
  - ro
6
  - de
7
- datasets:
8
- - c4
9
  tags:
10
  - text2text-generation
11
  - endpoints-template
12
- license: apache-2.0
 
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 `requestslibrary to send our requests. (make your you have it installed `pip install requests`)
28
 
29
  ![result](inference.png)
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
  ![result](inference.png)
31