gsingh1-py
commited on
Commit
•
5470bec
1
Parent(s):
ecb7c91
Upload config.json
Browse files- config.json +12 -12
config.json
CHANGED
@@ -10,22 +10,22 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "Human_story",
|
14 |
+
"1": "gemma-2-9b",
|
15 |
+
"2": "mistal-7B",
|
16 |
+
"3": "qwen-2-72B",
|
17 |
+
"4": "llama-8B",
|
18 |
+
"5": "accounts/yi-01-ai/models/yi-large"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"Human_story": 0,
|
24 |
+
"gemma-2-9b": 1,
|
25 |
+
"mistal-7B": 2,
|
26 |
+
"qwen-2-72B": 3,
|
27 |
+
"llama-8B": 4,
|
28 |
+
"accounts/yi-01-ai/models/yi-large": 5
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"max_position_embeddings": 512,
|