HyungSeob commited on
Commit
6e018a9
1 Parent(s): 0fc9ddf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -27
README.md CHANGED
@@ -1,34 +1,42 @@
1
  ---
2
- language:
3
  - en
4
- - fr
5
- - ro
6
- - de
7
  - multilingual
8
-
9
  tags:
10
  - text2text-generation
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
- - text: "Q: Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."
18
- example_title: "Logical reasoning"
19
- - text: "Please answer the following question. What is the boiling point of Nitrogen?"
20
- example_title: "Scientific knowledge"
21
- - text: "Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"
22
- example_title: "Yes/no question"
23
- - text: "Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"
24
- example_title: "Reasoning task"
25
- - text: "Q: ( False or not False or False ) is? A: Let's think step by step"
26
- example_title: "Boolean Expressions"
27
- - text: "The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"
28
- example_title: "Math reasoning"
29
- - text: "Premise: At my age you will probably have learnt one lesson. Hypothesis: It's not certain how many lessons you'll learn by your thirties. Does the premise entail the hypothesis?"
30
- example_title: "Premise and hypothesis"
31
-
 
 
 
 
 
 
 
 
 
 
 
 
32
  datasets:
33
  - svakulenk0/qrecc
34
  - taskmaster2
@@ -40,9 +48,9 @@ datasets:
40
  - esnli
41
  - quasc
42
  - qed
43
-
44
-
45
  license: apache-2.0
 
 
46
  ---
47
 
48
  # Model Card for FLAN-T5 small
 
1
  ---
2
+ language:
3
  - en
 
 
 
4
  - multilingual
5
+ - ko
6
  tags:
7
  - text2text-generation
 
8
  widget:
9
+ - text: 'Translate to German: My name is Arthur'
10
+ example_title: Translation
11
+ - text: >-
12
+ Please answer to the following question. Who is going to be the next Ballon
13
+ d'or?
14
+ example_title: Question Answering
15
+ - text: >-
16
+ Q: Can Geoffrey Hinton have a conversation with George Washington? Give the
17
+ rationale before answering.
18
+ example_title: Logical reasoning
19
+ - text: Please answer the following question. What is the boiling point of Nitrogen?
20
+ example_title: Scientific knowledge
21
+ - text: >-
22
+ Answer the following yes/no question. Can you write a whole Haiku in a
23
+ single tweet?
24
+ example_title: Yes/no question
25
+ - text: >-
26
+ Answer the following yes/no question by reasoning step-by-step. Can you
27
+ write a whole Haiku in a single tweet?
28
+ example_title: Reasoning task
29
+ - text: 'Q: ( False or not False or False ) is? A: Let''s think step by step'
30
+ example_title: Boolean Expressions
31
+ - text: >-
32
+ The square root of x is the cube root of y. What is y to the power of 2, if
33
+ x = 4?
34
+ example_title: Math reasoning
35
+ - text: >-
36
+ Premise: At my age you will probably have learnt one lesson. Hypothesis:
37
+ It's not certain how many lessons you'll learn by your thirties. Does the
38
+ premise entail the hypothesis?
39
+ example_title: Premise and hypothesis
40
  datasets:
41
  - svakulenk0/qrecc
42
  - taskmaster2
 
48
  - esnli
49
  - quasc
50
  - qed
 
 
51
  license: apache-2.0
52
+ base_model:
53
+ - sentence-transformers/all-MiniLM-L6-v2
54
  ---
55
 
56
  # Model Card for FLAN-T5 small