removed some examples
Browse files
README.md
CHANGED
@@ -88,11 +88,6 @@ model = AutoModelForCausalLM.from_pretrained("sambanovasystems/BLOOMChat-176B-v1
|
|
88 |
<bot>:
|
89 |
```
|
90 |
|
91 |
-
```
|
92 |
-
<human>: Classify the sentiment of the following sentence into Positive, Neutral, or Negative. Do it on a scale of 1/10: How about the following sentence: It is raining outside and I feel so blue
|
93 |
-
<bot>:
|
94 |
-
```
|
95 |
-
|
96 |
```
|
97 |
<human>: give a python code to open a http server in 8080 port using python 3.7
|
98 |
<bot>:
|
@@ -136,23 +131,6 @@ Details:
|
|
136 |
|
137 |
```
|
138 |
|
139 |
-
```
|
140 |
-
<human>: Generate a table summarizing the options outlined in this email.
|
141 |
-
|
142 |
-
Team, we have to make a decision on the product plan for Goocrux v2.
|
143 |
-
|
144 |
-
The first option will take us 3 weeks of development, and will achieve performance of 80ms, but means that the UI has to change.
|
145 |
-
|
146 |
-
The second option will take us 4 weeks of development, and will achieve performance of 60ms, without any UI change.
|
147 |
-
|
148 |
-
The third option will take the longest -- 6 weeks of development, will achieve performance of 30ms, without any UI change.
|
149 |
-
|
150 |
-
# Table with four columns: (1) Option ID, (2) Development time, (3) Performance, (4) Require UI Change
|
151 |
-
<bot>: Option ID Development time Performance Require UI Change
|
152 |
-
Option 1 3 weeks 80ms Yes
|
153 |
-
Option 2 4 weeks 60ms No
|
154 |
-
Option 3 6 weeks 30ms No
|
155 |
-
```
|
156 |
```
|
157 |
<human>: Explain the difference between a proton and a neutron
|
158 |
<bot>: A proton and a neutron are both subatomic particles, but they differ in several ways:
|
|
|
88 |
<bot>:
|
89 |
```
|
90 |
|
|
|
|
|
|
|
|
|
|
|
91 |
```
|
92 |
<human>: give a python code to open a http server in 8080 port using python 3.7
|
93 |
<bot>:
|
|
|
131 |
|
132 |
```
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
```
|
135 |
<human>: Explain the difference between a proton and a neutron
|
136 |
<bot>: A proton and a neutron are both subatomic particles, but they differ in several ways:
|