Arjun-G-Ravi commited on
Commit
ff9993b
1 Parent(s): c5567b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -32
README.md CHANGED
@@ -10,12 +10,10 @@ library_name: transformers
10
  pipeline_tag: text-generation
11
  widget:
12
  - text: >-
13
- Below is an instruction that describes a task. Write a response that
14
- appropriately completes the request.
15
-
16
- Instruction: What is artificial intelligence?
17
-
18
- Response:
19
  example_title: Knowledge-AI
20
  - text: >-
21
  Below is an instruction that describes a task. Write a response that
@@ -81,45 +79,36 @@ Finetuned epochs: 50
81
  Finetune loss: 0.06
82
  ```
83
 
84
- ## Examples
85
 
86
  1. Give me tips to be healthy
87
  ```
88
- Here are some tips to be healthy:
89
- - Eat a balanced diet that includes plenty of fruits, vegetables, whole grains, lean proteins, and healthy fats.
90
- - Exercise regularly to maintain a healthy weight and reduce the risk of developing any health issues.
91
- - Get enough sleep and stay hydrated by drinking plenty of water.
92
- - Get enough fiber and healthy fats to support your overall health and wellbeing.
93
- - Practice mindful breathing and avoid activities that can increase stress.
94
- - Get enough sleep and maintain a healthy weight.
95
- ```
96
 
97
- 2. Write a poem on cows
98
  ```
99
- Cows are beloved creatures,
100
- Families who love to cuddle,
101
- In their humble homes they rest.
102
 
103
- Cows are the bread and butter of life,
104
- They can be found in the fields and gardens,
105
- Birds and insects to feed us.
106
 
107
- Cows are the sweet smell of life,
108
- A source of joy and happiness,
109
- Providing shelter and a home to rest.
110
 
111
- Cows are the faithful guardians of the land,
112
- They will protect our spirits from strife,
113
- In their care they will ensure that our food and shelter will be nourished.
114
 
115
- Cows are the beloved petals of life,
116
- They are loyal companions and faithful stewards,
117
- Their presence will always be seen.
118
  ```
119
 
120
  3. Which is the fastest animal in the world
121
  ```
122
- The cheetah is the fastest animal in the world.
 
 
 
 
 
123
  ```
124
 
125
 
 
10
  pipeline_tag: text-generation
11
  widget:
12
  - text: >-
13
+ Read the question and give an honest answer. Your answers should not include any unethical, racist, sexist, dangerous, or illegal content. If the question is wrong, or does not make sense, accept it instead of giving the wrong answer.
14
+ Question: Who is the king of the jungle?
15
+ Answer:
16
+
 
 
17
  example_title: Knowledge-AI
18
  - text: >-
19
  Below is an instruction that describes a task. Write a response that
 
79
  Finetune loss: 0.06
80
  ```
81
 
82
+ # Comparision with GPT2
83
 
84
  1. Give me tips to be healthy
85
  ```
86
+ GPT2:
 
 
 
 
 
 
 
87
 
 
88
  ```
89
+ ```
90
+ chat-GPT2:
 
91
 
92
+ ```
 
 
93
 
94
+ 2. Write a poem on cows
95
+ ```
96
+ GPT2:
97
 
98
+ ```
99
+ ```
100
+ chat-GPT2:
101
 
 
 
 
102
  ```
103
 
104
  3. Which is the fastest animal in the world
105
  ```
106
+ GPT2:
107
+
108
+ ```
109
+ ```
110
+ chat-GPT2:
111
+
112
  ```
113
 
114