Emiel commited on
Commit
6175f3d
·
verified ·
1 Parent(s): de9d4fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -26,6 +26,26 @@ model-index:
26
  - type: accuracy
27
  value: 0.8795
28
  name: test_accuracy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # Model Card for Model ID
 
26
  - type: accuracy
27
  value: 0.8795
28
  name: test_accuracy
29
+
30
+ widget:
31
+ - text: "Translate to German: My name is Arthur"
32
+ example_title: "Translation"
33
+ - text: "Please answer to the following question. Who is going to be the next Ballon d'or?"
34
+ example_title: "Question Answering"
35
+ - text: "Q: Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."
36
+ example_title: "Logical reasoning"
37
+ - text: "Please answer the following question. What is the boiling point of Nitrogen?"
38
+ example_title: "Scientific knowledge"
39
+ - text: "Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"
40
+ example_title: "Yes/no question"
41
+ - text: "Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"
42
+ example_title: "Reasoning task"
43
+ - text: "Q: ( False or not False or False ) is? A: Let's think step by step"
44
+ example_title: "Boolean Expressions"
45
+ - text: "The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"
46
+ example_title: "Math reasoning"
47
+ - 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?"
48
+ example_title: "Premise and hypothesis"
49
  ---
50
 
51
  # Model Card for Model ID