fernandals
commited on
Commit
•
38b0a71
1
Parent(s):
82556fc
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,8 @@ library_name: transformers
|
|
10 |
pipeline_tag: summarization
|
11 |
tags:
|
12 |
- text-generation-inference
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
10 |
pipeline_tag: summarization
|
11 |
tags:
|
12 |
- text-generation-inference
|
13 |
+
---
|
14 |
+
|
15 |
+
To summarize a text you should put a language id in the beginning:
|
16 |
+
for texts in English add 'EN ' to your input
|
17 |
+
for texts in Portuguese add 'PT '
|