SpectreLynx commited on
Commit
b3c06a0
1 Parent(s): 0c1c5cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -3,8 +3,6 @@ base_model:
3
  - Undi95/Llama-3-Unholy-8B
4
  library_name: transformers
5
  tags:
6
- - mergekit
7
- - merge
8
  - medical
9
  license: other
10
  datasets:
@@ -32,7 +30,6 @@ model-index:
32
  - type: acc_norm
33
  value: 59.13
34
  name: normalized accuracy
35
-
36
  - task:
37
  type: text-generation
38
  name: Text Generation
@@ -46,7 +43,6 @@ model-index:
46
  - type: acc_norm
47
  value: 82.9
48
  name: normalized accuracy
49
-
50
  - task:
51
  type: text-generation
52
  name: Text Generation
@@ -61,7 +57,6 @@ model-index:
61
  - type: acc
62
  value: 60.35
63
  name: accuracy
64
-
65
  - task:
66
  type: text-generation
67
  name: Text Generation
@@ -75,7 +70,6 @@ model-index:
75
  metrics:
76
  - type: mc2
77
  value: 49.65
78
-
79
  - task:
80
  type: text-generation
81
  name: Text Generation
@@ -90,7 +84,6 @@ model-index:
90
  - type: acc
91
  value: 78.93
92
  name: accuracy
93
-
94
  - task:
95
  type: text-generation
96
  name: Text Generation
@@ -105,7 +98,6 @@ model-index:
105
  - type: acc
106
  value: 60.35
107
  name: accuracy
108
-
109
  language:
110
  - en
111
  ---
@@ -178,4 +170,4 @@ if __name__ == "__main__":
178
  response = assistant.generate_response(question)
179
  print(response)
180
 
181
- ```
 
3
  - Undi95/Llama-3-Unholy-8B
4
  library_name: transformers
5
  tags:
 
 
6
  - medical
7
  license: other
8
  datasets:
 
30
  - type: acc_norm
31
  value: 59.13
32
  name: normalized accuracy
 
33
  - task:
34
  type: text-generation
35
  name: Text Generation
 
43
  - type: acc_norm
44
  value: 82.9
45
  name: normalized accuracy
 
46
  - task:
47
  type: text-generation
48
  name: Text Generation
 
57
  - type: acc
58
  value: 60.35
59
  name: accuracy
 
60
  - task:
61
  type: text-generation
62
  name: Text Generation
 
70
  metrics:
71
  - type: mc2
72
  value: 49.65
 
73
  - task:
74
  type: text-generation
75
  name: Text Generation
 
84
  - type: acc
85
  value: 78.93
86
  name: accuracy
 
87
  - task:
88
  type: text-generation
89
  name: Text Generation
 
98
  - type: acc
99
  value: 60.35
100
  name: accuracy
 
101
  language:
102
  - en
103
  ---
 
170
  response = assistant.generate_response(question)
171
  print(response)
172
 
173
+ ```