zakerytclarke commited on
Commit
f90fb49
·
verified ·
1 Parent(s): cf3f874

Update README.md

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