nicholasKluge commited on
Commit
45064a6
1 Parent(s): 3debd45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - nicholasKluge/instruct-aira-dataset
5
  language:
@@ -15,13 +14,19 @@ tags:
15
  - assistant
16
  pipeline_tag: text-generation
17
  widget:
18
- - text: "<|startofinstruction|>What is your name?<|endofinstruction|>"
19
  example_title: Greetings
20
- - text: "<|startofinstruction|>Can you explain what is Machine Learning?<|endofinstruction|>"
 
 
21
  example_title: Machine Learning
22
- - text: "<|startofinstruction|>Do you know anything about virtue ethics?<|endofinstruction|>"
 
 
23
  example_title: Ethics
24
- - text: "<|startofinstruction|>How can I make my girlfriend happy?<|endofinstruction|>"
 
 
25
  example_title: Advise
26
  inference:
27
  parameters:
@@ -38,6 +43,7 @@ co2_eq_emissions:
38
  training_type: fine-tuning
39
  geographical_location: United States of America
40
  hardware_used: NVIDIA A100-SXM4-40GB
 
41
  ---
42
  # Aira-2-355M
43
 
@@ -138,4 +144,4 @@ The model will output something like:
138
 
139
  ## License
140
 
141
- The `Aira-2-355M` is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more details.
 
1
  ---
 
2
  datasets:
3
  - nicholasKluge/instruct-aira-dataset
4
  language:
 
14
  - assistant
15
  pipeline_tag: text-generation
16
  widget:
17
+ - text: <|startofinstruction|>What is your name?<|endofinstruction|>
18
  example_title: Greetings
19
+ - text: >-
20
+ <|startofinstruction|>Can you explain what is Machine
21
+ Learning?<|endofinstruction|>
22
  example_title: Machine Learning
23
+ - text: >-
24
+ <|startofinstruction|>Do you know anything about virtue
25
+ ethics?<|endofinstruction|>
26
  example_title: Ethics
27
+ - text: >-
28
+ <|startofinstruction|>How can I make my girlfriend
29
+ happy?<|endofinstruction|>
30
  example_title: Advise
31
  inference:
32
  parameters:
 
43
  training_type: fine-tuning
44
  geographical_location: United States of America
45
  hardware_used: NVIDIA A100-SXM4-40GB
46
+ license: cc-by-4.0
47
  ---
48
  # Aira-2-355M
49
 
 
144
 
145
  ## License
146
 
147
+ The `Aira-2-355M` is licensed under the CC-BY 4.0 License. See the [LICENSE](LICENSE) file for more details.