Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# Teapot LLM
|
|
|
|
| 1 |
---
|
| 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
|