Commit
·
16438d9
1
Parent(s):
d33ad82
Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,25 @@ inference:
|
|
35 |
max_length: 200
|
36 |
length_penalty: 0.3
|
37 |
early_stopping: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
---
|
39 |
# Aira-Instruct-774M
|
40 |
|
|
|
35 |
max_length: 200
|
36 |
length_penalty: 0.3
|
37 |
early_stopping: true
|
38 |
+
model-index:
|
39 |
+
- name: Aira-Instruct-774M
|
40 |
+
results:
|
41 |
+
- task:
|
42 |
+
type: text-generation
|
43 |
+
dataset:
|
44 |
+
type: text-generation
|
45 |
+
name: truthful_qa
|
46 |
+
metrics:
|
47 |
+
- name: rouge
|
48 |
+
type: rouge
|
49 |
+
value: 0.23884372491125055
|
50 |
+
verified: false
|
51 |
+
co2_eq_emissions:
|
52 |
+
emissions: 0_003
|
53 |
+
source: "CodeCarbon"
|
54 |
+
training_type: "fine-tuning"
|
55 |
+
geographical_location: "Canada"
|
56 |
+
hardware_used: "NVIDIA A100-SXM4-40GB"
|
57 |
---
|
58 |
# Aira-Instruct-774M
|
59 |
|