Upload 2 files
Browse files- config.json +51 -83
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "arxiv-topics-distilbert-base-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -9,72 +9,56 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
-
"10": "
|
23 |
-
"11": "
|
24 |
-
"12": "
|
25 |
-
"13": "
|
26 |
-
"14": "
|
27 |
-
"15": "
|
28 |
-
"16": "
|
29 |
-
"17": "
|
30 |
-
"18": "
|
31 |
-
"19": "
|
32 |
-
"20": "
|
33 |
-
"21": "
|
34 |
-
"22": "
|
35 |
-
"23": "
|
36 |
-
"24": "
|
37 |
-
"25": "
|
38 |
-
"26": "
|
39 |
-
"27": "
|
40 |
-
"28": "
|
41 |
-
"29": "
|
42 |
-
"30": "
|
43 |
-
"31": "
|
44 |
-
"32": "
|
45 |
-
"33": "
|
46 |
-
"34": "
|
47 |
-
"35": "
|
48 |
-
"36": "
|
49 |
-
"37": "
|
50 |
-
"38": "
|
51 |
-
"39": "
|
52 |
-
"40": "
|
53 |
-
"41": "
|
54 |
-
"42": "
|
55 |
-
"43": "
|
56 |
-
"44": "
|
57 |
-
"45": "
|
58 |
-
"46": "
|
59 |
-
"47": "
|
60 |
-
"48": "
|
61 |
-
"49": "
|
62 |
-
"50": "LABEL_50",
|
63 |
-
"51": "LABEL_51",
|
64 |
-
"52": "LABEL_52",
|
65 |
-
"53": "LABEL_53",
|
66 |
-
"54": "LABEL_54",
|
67 |
-
"55": "LABEL_55",
|
68 |
-
"56": "LABEL_56",
|
69 |
-
"57": "LABEL_57",
|
70 |
-
"58": "LABEL_58",
|
71 |
-
"59": "LABEL_59",
|
72 |
-
"60": "LABEL_60",
|
73 |
-
"61": "LABEL_61",
|
74 |
-
"62": "LABEL_62",
|
75 |
-
"63": "LABEL_63",
|
76 |
-
"64": "LABEL_64",
|
77 |
-
"65": "LABEL_65"
|
78 |
},
|
79 |
"initializer_range": 0.02,
|
80 |
"label2id": {
|
@@ -124,23 +108,7 @@
|
|
124 |
"LABEL_48": 48,
|
125 |
"LABEL_49": 49,
|
126 |
"LABEL_5": 5,
|
127 |
-
"LABEL_50": 50,
|
128 |
-
"LABEL_51": 51,
|
129 |
-
"LABEL_52": 52,
|
130 |
-
"LABEL_53": 53,
|
131 |
-
"LABEL_54": 54,
|
132 |
-
"LABEL_55": 55,
|
133 |
-
"LABEL_56": 56,
|
134 |
-
"LABEL_57": 57,
|
135 |
-
"LABEL_58": 58,
|
136 |
-
"LABEL_59": 59,
|
137 |
"LABEL_6": 6,
|
138 |
-
"LABEL_60": 60,
|
139 |
-
"LABEL_61": 61,
|
140 |
-
"LABEL_62": 62,
|
141 |
-
"LABEL_63": 63,
|
142 |
-
"LABEL_64": 64,
|
143 |
-
"LABEL_65": 65,
|
144 |
"LABEL_7": 7,
|
145 |
"LABEL_8": 8,
|
146 |
"LABEL_9": 9
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Yozhikoff/arxiv-topics-distilbert-base-cased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Computer Vision and Pattern Recognition",
|
13 |
+
"1": "Machine Learning",
|
14 |
+
"2": "Artificial Intelligence",
|
15 |
+
"3": "Machine Learning",
|
16 |
+
"4": "Computation and Language",
|
17 |
+
"5": "Neural and Evolutionary Computing",
|
18 |
+
"6": "Information Retrieval",
|
19 |
+
"7": "Optimization and Control",
|
20 |
+
"8": "Robotics",
|
21 |
+
"9": "Logic in Computer Science",
|
22 |
+
"10": "Social and Information Networks",
|
23 |
+
"11": "Data Structures and Algorithms",
|
24 |
+
"12": "Information Theory",
|
25 |
+
"13": "Information Theory",
|
26 |
+
"14": "Quantitative Biology - Neurons and Cognition",
|
27 |
+
"15": "Methodology",
|
28 |
+
"16": "Human-Computer Interaction",
|
29 |
+
"17": "Cryptography and Security",
|
30 |
+
"18": "Distributed, Parallel, and Cluster Computing",
|
31 |
+
"19": "Sound",
|
32 |
+
"20": "Computers and Society",
|
33 |
+
"21": "Applications",
|
34 |
+
"22": "Multimedia",
|
35 |
+
"23": "Statistics Theory",
|
36 |
+
"24": "Statistics Theory",
|
37 |
+
"25": "Databases",
|
38 |
+
"26": "Computer Science and Game Theory",
|
39 |
+
"27": "Natural Language Processing",
|
40 |
+
"28": "Physics and Society",
|
41 |
+
"29": "Computational Engineering, Finance, and Science",
|
42 |
+
"30": "Systems and Control",
|
43 |
+
"31": "Multiagent Systems",
|
44 |
+
"32": "Combinatorics",
|
45 |
+
"33": "Numerical Analysis",
|
46 |
+
"34": "Quantitative Biology - Quantitative Methods",
|
47 |
+
"35": "Graphics",
|
48 |
+
"36": "Computational Complexity",
|
49 |
+
"37": "Data Analysis, Statistics and Probability",
|
50 |
+
"38": "Software Engineering",
|
51 |
+
"39": "Numerical Analysis",
|
52 |
+
"40": "Probability",
|
53 |
+
"41": "Quantum Physics",
|
54 |
+
"42": "Digital Libraries",
|
55 |
+
"43": "Networking and Internet Architecture",
|
56 |
+
"44": "Learning",
|
57 |
+
"45": "Programming Languages",
|
58 |
+
"46": "Disordered Systems and Neural Networks",
|
59 |
+
"47": "Adaptation and Self-Organizing Systems",
|
60 |
+
"48": "Computation and Language",
|
61 |
+
"49": "Discrete Mathematics"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
},
|
63 |
"initializer_range": 0.02,
|
64 |
"label2id": {
|
|
|
108 |
"LABEL_48": 48,
|
109 |
"LABEL_49": 49,
|
110 |
"LABEL_5": 5,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
"LABEL_6": 6,
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
"LABEL_7": 7,
|
113 |
"LABEL_8": 8,
|
114 |
"LABEL_9": 9
|
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:fee2ccf1430f215dd16cbe733b97dc4b0a83d7dbcccab27c51cfea32c0da626f
|
3 |
+
size 263315309
|