deepparag commited on
Commit
916275a
1 Parent(s): c4dc020

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -20
README.md CHANGED
@@ -1,27 +1,40 @@
1
  ---
2
  pipeline_tag: text2text-generation
3
  widget:
4
- - text: "Please answer to the following question. Who is going to be the next Ballon d'or?"
5
- example_title: "Question Answering"
6
- - text: "Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."
7
- example_title: "Logical reasoning"
8
- - text: "What is the boiling point of Nitrogen?"
9
- example_title: "Scientific knowledge"
10
- - text: "Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"
11
- example_title: "Yes/no question"
12
- - text: "Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"
13
- example_title: "Reasoning task"
14
- - text: "The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"
15
- example_title: "Math reasoning"
16
- - 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?"
17
- example_title: "Premise and hypothesis"
18
- - text: "Hey my name is Thomas! How are you?"
19
- example_title: "Chatting"
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  datasets:
21
  - xglue
22
  metrics:
23
  - accuracy
24
- - F1
25
  ---
26
 
27
  # Aeona
@@ -66,6 +79,4 @@ The main reason for using google flan is its great performance at logical reason
66
  This leads to them covering each others issues!
67
 
68
  The AI has a context of 6 messages which means it will reply until the 4th message from user.
69
- [Example](https://huggingface.co/deepparag/Aeona-Beta/discussions/1)
70
-
71
-
 
1
  ---
2
  pipeline_tag: text2text-generation
3
  widget:
4
+ - text: >-
5
+ Please answer to the following question. Who is going to be the next Ballon
6
+ d'or?
7
+ example_title: Question Answering
8
+ - text: >-
9
+ Can Geoffrey Hinton have a conversation with George Washington? Give the
10
+ rationale before answering.
11
+ example_title: Logical reasoning
12
+ - text: What is the boiling point of Nitrogen?
13
+ example_title: Scientific knowledge
14
+ - text: >-
15
+ Answer the following yes/no question. Can you write a whole Haiku in a
16
+ single tweet?
17
+ example_title: Yes/no question
18
+ - text: >-
19
+ Answer the following yes/no question by reasoning step-by-step. Can you
20
+ write a whole Haiku in a single tweet?
21
+ example_title: Reasoning task
22
+ - text: >-
23
+ The square root of x is the cube root of y. What is y to the power of 2, if
24
+ x = 4?
25
+ example_title: Math reasoning
26
+ - text: >-
27
+ Premise: At my age you will probably have learnt one lesson. Hypothesis:
28
+ It's not certain how many lessons you'll learn by your thirties. Does the
29
+ premise entail the hypothesis?
30
+ example_title: Premise and hypothesis
31
+ - text: Hey my name is Thomas! How are you?
32
+ example_title: Chatting
33
  datasets:
34
  - xglue
35
  metrics:
36
  - accuracy
37
+ - f1
38
  ---
39
 
40
  # Aeona
 
79
  This leads to them covering each others issues!
80
 
81
  The AI has a context of 6 messages which means it will reply until the 4th message from user.
82
+ [Example](https://huggingface.co/deepparag/Aeona-Beta/discussions/1)