Update README.md
Browse files
README.md
CHANGED
@@ -4,16 +4,26 @@ tags:
|
|
4 |
- text2text-generation
|
5 |
- Seq2Seq
|
6 |
- Rising World
|
|
|
|
|
|
|
7 |
base_model: google/flan-t5-large
|
|
|
8 |
widget:
|
9 |
-
- text:
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
datasets:
|
12 |
- google-research-datasets/taskmaster2
|
|
|
13 |
language:
|
14 |
- de
|
15 |
- en
|
16 |
- fr
|
|
|
17 |
---
|
18 |
|
19 |
# Model Trained Using AutoTrain
|
|
|
4 |
- text2text-generation
|
5 |
- Seq2Seq
|
6 |
- Rising World
|
7 |
+
- Java
|
8 |
+
- JavaAPI
|
9 |
+
|
10 |
base_model: google/flan-t5-large
|
11 |
+
|
12 |
widget:
|
13 |
+
- text: "Translate to German: My name is Arthur"
|
14 |
+
example_title: "Translation"
|
15 |
+
- text: "Please answer to the following question. Who is going to be the next Ballon d'or?"
|
16 |
+
example_title: "Question Answering"
|
17 |
+
|
18 |
license: apache-2.0
|
19 |
datasets:
|
20 |
- google-research-datasets/taskmaster2
|
21 |
+
|
22 |
language:
|
23 |
- de
|
24 |
- en
|
25 |
- fr
|
26 |
+
- multilingual
|
27 |
---
|
28 |
|
29 |
# Model Trained Using AutoTrain
|