nicholasKluge
commited on
Commit
•
e090783
1
Parent(s):
5ac3eb5
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- nicholasKluge/instruct-aira-dataset
|
5 |
language:
|
@@ -15,13 +15,19 @@ tags:
|
|
15 |
- assistant
|
16 |
pipeline_tag: text-generation
|
17 |
widget:
|
18 |
-
- text:
|
19 |
example_title: Greetings
|
20 |
-
- text:
|
|
|
|
|
21 |
example_title: Machine Learning
|
22 |
-
- text:
|
|
|
|
|
23 |
example_title: Ethics
|
24 |
-
- text:
|
|
|
|
|
25 |
example_title: Advise
|
26 |
inference:
|
27 |
parameters:
|
@@ -145,4 +151,4 @@ The model will output something like:
|
|
145 |
|
146 |
## License
|
147 |
|
148 |
-
The `Aira-OPT-125M` is licensed under the OPT-175B License Agreement, Copyright (c) Meta Platforms, Inc. All Rights Reserved. See the [LICENSE](LICENSE.md) file for more details.
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
datasets:
|
4 |
- nicholasKluge/instruct-aira-dataset
|
5 |
language:
|
|
|
15 |
- assistant
|
16 |
pipeline_tag: text-generation
|
17 |
widget:
|
18 |
+
- text: <|startofinstruction|>What is your name?<|endofinstruction|>
|
19 |
example_title: Greetings
|
20 |
+
- text: >-
|
21 |
+
<|startofinstruction|>Can you explain what is Machine
|
22 |
+
Learning?<|endofinstruction|>
|
23 |
example_title: Machine Learning
|
24 |
+
- text: >-
|
25 |
+
<|startofinstruction|>Do you know anything about virtue
|
26 |
+
ethics?<|endofinstruction|>
|
27 |
example_title: Ethics
|
28 |
+
- text: >-
|
29 |
+
<|startofinstruction|>How can I make my girlfriend
|
30 |
+
happy?<|endofinstruction|>
|
31 |
example_title: Advise
|
32 |
inference:
|
33 |
parameters:
|
|
|
151 |
|
152 |
## License
|
153 |
|
154 |
+
The `Aira-OPT-125M` is licensed under the OPT-175B License Agreement, Copyright (c) Meta Platforms, Inc. All Rights Reserved. See the [LICENSE](LICENSE.md) file for more details.
|