add model
Browse files- config.json +10 -10
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -14,20 +14,20 @@
|
|
14 |
"id2label": {
|
15 |
"0": "arts_&_culture",
|
16 |
"1": "business_&_entrepreneurs",
|
17 |
-
"2": "
|
18 |
-
"3": "
|
19 |
-
"4": "
|
20 |
-
"5": "
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
"arts_&_culture": 0,
|
26 |
"business_&_entrepreneurs": 1,
|
27 |
-
"daily_life":
|
28 |
-
"pop_culture":
|
29 |
-
"science_&_technology":
|
30 |
-
"sports_&_gaming":
|
31 |
},
|
32 |
"layer_norm_eps": 1e-05,
|
33 |
"max_position_embeddings": 514,
|
@@ -38,7 +38,7 @@
|
|
38 |
"position_embedding_type": "absolute",
|
39 |
"problem_type": "single_label_classification",
|
40 |
"torch_dtype": "float32",
|
41 |
-
"transformers_version": "4.
|
42 |
"type_vocab_size": 1,
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "antypasd/tweet-topic-21-single",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
14 |
"id2label": {
|
15 |
"0": "arts_&_culture",
|
16 |
"1": "business_&_entrepreneurs",
|
17 |
+
"2": "pop_culture",
|
18 |
+
"3": "daily_life",
|
19 |
+
"4": "sports_&_gaming",
|
20 |
+
"5": "science_&_technology"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
"arts_&_culture": 0,
|
26 |
"business_&_entrepreneurs": 1,
|
27 |
+
"daily_life": 3,
|
28 |
+
"pop_culture": 2,
|
29 |
+
"science_&_technology": 5,
|
30 |
+
"sports_&_gaming": 4
|
31 |
},
|
32 |
"layer_norm_eps": 1e-05,
|
33 |
"max_position_embeddings": 514,
|
|
|
38 |
"position_embedding_type": "absolute",
|
39 |
"problem_type": "single_label_classification",
|
40 |
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.19.2",
|
42 |
"type_vocab_size": 1,
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 50265
|
pytorch_model.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:664d1a93009d23588e969b13f3323c55b6843fb8148d86d2c843f2cb4e7cc73d
|
3 |
+
size 498669805
|