Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,32 @@
|
|
1 |
---
|
2 |
pipeline_tag: text2text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Aeona
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
-
|
9 |
|
10 |
# Model Details
|
11 |
|
12 |
-
An generative AI based on [
|
13 |
|
14 |
Recommended to use along with an [AIML Chatbot](https://github.com/deepsarda/Aeona-Aiml) to reduce load, get better replies, add name and personality to your bot.
|
15 |
Using an AIML Chatbot will allow you to hardcode some replies also.
|
|
|
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 |
---
|
21 |
|
22 |
# Aeona
|
23 |
|
24 |
<!-- Provide a quick summary of what the model is/does. -->
|
25 |
+
|
26 |
|
27 |
# Model Details
|
28 |
|
29 |
+
An generative AI based on [Google Flan Base](https://huggingface.co/google/flan-t5-base).
|
30 |
|
31 |
Recommended to use along with an [AIML Chatbot](https://github.com/deepsarda/Aeona-Aiml) to reduce load, get better replies, add name and personality to your bot.
|
32 |
Using an AIML Chatbot will allow you to hardcode some replies also.
|