Commit ·
2217d4c
1
Parent(s): 571f6f0
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
|
| 5 |
+
tags:
|
| 6 |
+
- text2text-generation
|
| 7 |
+
|
| 8 |
+
widget:
|
| 9 |
+
- text: "Please answer to the following question. Who is going to be the next Ballon d'or?"
|
| 10 |
+
example_title: "Question Answering"
|
| 11 |
+
- text: "Q: Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."
|
| 12 |
+
example_title: "Logical reasoning"
|
| 13 |
+
- text: "Please answer the following question. What is the boiling point of Nitrogen?"
|
| 14 |
+
example_title: "Scientific knowledge"
|
| 15 |
+
- text: "Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"
|
| 16 |
+
example_title: "Yes/no question"
|
| 17 |
+
- text: "Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"
|
| 18 |
+
example_title: "Reasoning task"
|
| 19 |
+
- text: "Q: ( False or not False or False ) is? A: Let's think step by step"
|
| 20 |
+
example_title: "Boolean Expressions"
|
| 21 |
+
- text: "The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"
|
| 22 |
+
example_title: "Math reasoning"
|
| 23 |
+
- text: "Premise: At my age you will probably have learned one lesson. Hypothesis: It's not certain how many lessons you'll learn by your thirties. Does the premise entail the hypothesis?"
|
| 24 |
+
example_title: "Premise and hypothesis"
|
| 25 |
+
|
| 26 |
+
datasets:
|
| 27 |
+
- Muennighoff/flan
|
| 28 |
+
- Open-Orca/SlimOrca-Dedup
|
| 29 |
+
- garage-bAInd/Open-Platypus
|
| 30 |
+
- Weyaxi/HelpSteer-filtered
|
| 31 |
+
- GAIR/lima
|
| 32 |
+
|
| 33 |
+
|
| 34 |
license: mit
|
| 35 |
---
|
| 36 |
+
|
| 37 |
+
# Model Card for the test-version of instructionBERT
|