Upload 7 files
Browse files- config.json +17 -17
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -9,27 +9,27 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
"6": "HEALTH",
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
-
"CULTURE":
|
25 |
-
"ECONOMICS":
|
26 |
-
"GAMES":
|
27 |
"HEALTH": 6,
|
28 |
-
"OTHER":
|
29 |
-
"POLITICS":
|
30 |
-
"SCIENCE":
|
31 |
-
"SPORTS":
|
32 |
-
"TECH":
|
33 |
},
|
34 |
"max_position_embeddings": 512,
|
35 |
"model_type": "distilbert",
|
@@ -42,6 +42,6 @@
|
|
42 |
"sinusoidal_pos_embds": false,
|
43 |
"tie_weights_": true,
|
44 |
"torch_dtype": "float32",
|
45 |
-
"transformers_version": "4.
|
46 |
"vocab_size": 30522
|
47 |
}
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "GAMES",
|
13 |
+
"1": "SPORTS",
|
14 |
+
"2": "ECONOMICS",
|
15 |
+
"3": "CULTURE",
|
16 |
+
"4": "OTHER",
|
17 |
+
"5": "POLITICS",
|
18 |
"6": "HEALTH",
|
19 |
+
"7": "TECH",
|
20 |
+
"8": "SCIENCE"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
+
"CULTURE": 3,
|
25 |
+
"ECONOMICS": 2,
|
26 |
+
"GAMES": 0,
|
27 |
"HEALTH": 6,
|
28 |
+
"OTHER": 4,
|
29 |
+
"POLITICS": 5,
|
30 |
+
"SCIENCE": 8,
|
31 |
+
"SPORTS": 1,
|
32 |
+
"TECH": 7
|
33 |
},
|
34 |
"max_position_embeddings": 512,
|
35 |
"model_type": "distilbert",
|
|
|
42 |
"sinusoidal_pos_embds": false,
|
43 |
"tie_weights_": true,
|
44 |
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.32.1",
|
46 |
"vocab_size": 30522
|
47 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267877037
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd12a979d10df0d925135cd8536b9415867bf4273a626a0f7f9b2f08caaf7a70
|
3 |
size 267877037
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75d12df4a2c4532c1687f169b0784fb4b6750a3c7129c6d0ef0da1d42988fb54
|
3 |
+
size 4027
|