Upload pytorch_model.bin & config.json
Browse files- config.json +200 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "TimSchopf/specter2_nlp_classifier",
|
3 |
+
"adapters": {
|
4 |
+
"adapters": {},
|
5 |
+
"config_map": {},
|
6 |
+
"fusion_config_map": {},
|
7 |
+
"fusions": {}
|
8 |
+
},
|
9 |
+
"architectures": [
|
10 |
+
"BertForSequenceClassification"
|
11 |
+
],
|
12 |
+
"attention_probs_dropout_prob": 0.1,
|
13 |
+
"classifier_dropout": null,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.1,
|
16 |
+
"hidden_size": 768,
|
17 |
+
"id2label": {
|
18 |
+
"0": "Multilinguality",
|
19 |
+
"1": "Term Extraction",
|
20 |
+
"2": "Cognitive Modeling",
|
21 |
+
"3": "Information Extraction & Text Mining",
|
22 |
+
"4": "Responsible & Trustworthy NLP",
|
23 |
+
"5": "Numerical Reasoning",
|
24 |
+
"6": "Phonology",
|
25 |
+
"7": "Code-Switching",
|
26 |
+
"8": "Reasoning",
|
27 |
+
"9": "Topic Modeling",
|
28 |
+
"10": "Speech Recognition",
|
29 |
+
"11": "Natural Language Interfaces",
|
30 |
+
"12": "Representation Learning",
|
31 |
+
"13": "Coreference Resolution",
|
32 |
+
"14": "Dialogue Response Generation",
|
33 |
+
"15": "Syntactic Text Processing",
|
34 |
+
"16": "Data-to-Text Generation",
|
35 |
+
"17": "Ethical NLP",
|
36 |
+
"18": "Knowledge Representation",
|
37 |
+
"19": "Cross-Lingual Transfer",
|
38 |
+
"20": "Visual Data in NLP",
|
39 |
+
"21": "Text Segmentation",
|
40 |
+
"22": "Textual Inference",
|
41 |
+
"23": "Aspect-based Sentiment Analysis",
|
42 |
+
"24": "Information Retrieval",
|
43 |
+
"25": "Open Information Extraction",
|
44 |
+
"26": "Text Error Correction",
|
45 |
+
"27": "Question Answering",
|
46 |
+
"28": "Syntactic Parsing",
|
47 |
+
"29": "Text Clustering",
|
48 |
+
"30": "Summarization",
|
49 |
+
"31": "Event Extraction",
|
50 |
+
"32": "Paraphrasing",
|
51 |
+
"33": "Polarity Analysis",
|
52 |
+
"34": "Named Entity Recognition",
|
53 |
+
"35": "Text Style Transfer",
|
54 |
+
"36": "Text Classification",
|
55 |
+
"37": "Machine Reading Comprehension",
|
56 |
+
"38": "Dialogue Systems & Conversational Agents",
|
57 |
+
"39": "Captioning",
|
58 |
+
"40": "Semantic Parsing",
|
59 |
+
"41": "Semantic Search",
|
60 |
+
"42": "Text Complexity",
|
61 |
+
"43": "Chunking",
|
62 |
+
"44": "Code Generation",
|
63 |
+
"45": "Typology",
|
64 |
+
"46": "Fact & Claim Verification",
|
65 |
+
"47": "Text Generation",
|
66 |
+
"48": "Linguistics & Cognitive NLP",
|
67 |
+
"49": "Opinion Mining",
|
68 |
+
"50": "Structured Data in NLP",
|
69 |
+
"51": "Machine Translation",
|
70 |
+
"52": "Language Models",
|
71 |
+
"53": "Semantic Similarity",
|
72 |
+
"54": "Knowledge Graph Reasoning",
|
73 |
+
"55": "Programming Languages in NLP",
|
74 |
+
"56": "Document Retrieval",
|
75 |
+
"57": "Linguistic Theories",
|
76 |
+
"58": "Robustness in NLP",
|
77 |
+
"59": "Text Normalization",
|
78 |
+
"60": "Argument Mining",
|
79 |
+
"61": "Emotion Analysis",
|
80 |
+
"62": "Commonsense Reasoning",
|
81 |
+
"63": "Tagging",
|
82 |
+
"64": "Phonetics",
|
83 |
+
"65": "Word Sense Disambiguation",
|
84 |
+
"66": "Passage Retrieval",
|
85 |
+
"67": "Stylistic Analysis",
|
86 |
+
"68": "Green & Sustainable NLP",
|
87 |
+
"69": "Indexing",
|
88 |
+
"70": "Speech & Audio in NLP",
|
89 |
+
"71": "Discourse & Pragmatics",
|
90 |
+
"72": "Semantic Text Processing",
|
91 |
+
"73": "Morphology",
|
92 |
+
"74": "Multimodality",
|
93 |
+
"75": "Relation Extraction",
|
94 |
+
"76": "Question Generation",
|
95 |
+
"77": "Psycholinguistics",
|
96 |
+
"78": "Sentiment Analysis",
|
97 |
+
"79": "Intent Recognition",
|
98 |
+
"80": "Low-Resource NLP",
|
99 |
+
"81": "Explainability & Interpretability in NLP"
|
100 |
+
},
|
101 |
+
"initializer_range": 0.02,
|
102 |
+
"intermediate_size": 3072,
|
103 |
+
"label2id": {
|
104 |
+
"Argument Mining": 60,
|
105 |
+
"Aspect-based Sentiment Analysis": 23,
|
106 |
+
"Captioning": 39,
|
107 |
+
"Chunking": 43,
|
108 |
+
"Code Generation": 44,
|
109 |
+
"Code-Switching": 7,
|
110 |
+
"Cognitive Modeling": 2,
|
111 |
+
"Commonsense Reasoning": 62,
|
112 |
+
"Coreference Resolution": 13,
|
113 |
+
"Cross-Lingual Transfer": 19,
|
114 |
+
"Data-to-Text Generation": 16,
|
115 |
+
"Dialogue Response Generation": 14,
|
116 |
+
"Dialogue Systems & Conversational Agents": 38,
|
117 |
+
"Discourse & Pragmatics": 71,
|
118 |
+
"Document Retrieval": 56,
|
119 |
+
"Emotion Analysis": 61,
|
120 |
+
"Ethical NLP": 17,
|
121 |
+
"Event Extraction": 31,
|
122 |
+
"Explainability & Interpretability in NLP": 81,
|
123 |
+
"Fact & Claim Verification": 46,
|
124 |
+
"Green & Sustainable NLP": 68,
|
125 |
+
"Indexing": 69,
|
126 |
+
"Information Extraction & Text Mining": 3,
|
127 |
+
"Information Retrieval": 24,
|
128 |
+
"Intent Recognition": 79,
|
129 |
+
"Knowledge Graph Reasoning": 54,
|
130 |
+
"Knowledge Representation": 18,
|
131 |
+
"Language Models": 52,
|
132 |
+
"Linguistic Theories": 57,
|
133 |
+
"Linguistics & Cognitive NLP": 48,
|
134 |
+
"Low-Resource NLP": 80,
|
135 |
+
"Machine Reading Comprehension": 37,
|
136 |
+
"Machine Translation": 51,
|
137 |
+
"Morphology": 73,
|
138 |
+
"Multilinguality": 0,
|
139 |
+
"Multimodality": 74,
|
140 |
+
"Named Entity Recognition": 34,
|
141 |
+
"Natural Language Interfaces": 11,
|
142 |
+
"Numerical Reasoning": 5,
|
143 |
+
"Open Information Extraction": 25,
|
144 |
+
"Opinion Mining": 49,
|
145 |
+
"Paraphrasing": 32,
|
146 |
+
"Passage Retrieval": 66,
|
147 |
+
"Phonetics": 64,
|
148 |
+
"Phonology": 6,
|
149 |
+
"Polarity Analysis": 33,
|
150 |
+
"Programming Languages in NLP": 55,
|
151 |
+
"Psycholinguistics": 77,
|
152 |
+
"Question Answering": 27,
|
153 |
+
"Question Generation": 76,
|
154 |
+
"Reasoning": 8,
|
155 |
+
"Relation Extraction": 75,
|
156 |
+
"Representation Learning": 12,
|
157 |
+
"Responsible & Trustworthy NLP": 4,
|
158 |
+
"Robustness in NLP": 58,
|
159 |
+
"Semantic Parsing": 40,
|
160 |
+
"Semantic Search": 41,
|
161 |
+
"Semantic Similarity": 53,
|
162 |
+
"Semantic Text Processing": 72,
|
163 |
+
"Sentiment Analysis": 78,
|
164 |
+
"Speech & Audio in NLP": 70,
|
165 |
+
"Speech Recognition": 10,
|
166 |
+
"Structured Data in NLP": 50,
|
167 |
+
"Stylistic Analysis": 67,
|
168 |
+
"Summarization": 30,
|
169 |
+
"Syntactic Parsing": 28,
|
170 |
+
"Syntactic Text Processing": 15,
|
171 |
+
"Tagging": 63,
|
172 |
+
"Term Extraction": 1,
|
173 |
+
"Text Classification": 36,
|
174 |
+
"Text Clustering": 29,
|
175 |
+
"Text Complexity": 42,
|
176 |
+
"Text Error Correction": 26,
|
177 |
+
"Text Generation": 47,
|
178 |
+
"Text Normalization": 59,
|
179 |
+
"Text Segmentation": 21,
|
180 |
+
"Text Style Transfer": 35,
|
181 |
+
"Textual Inference": 22,
|
182 |
+
"Topic Modeling": 9,
|
183 |
+
"Typology": 45,
|
184 |
+
"Visual Data in NLP": 20,
|
185 |
+
"Word Sense Disambiguation": 65
|
186 |
+
},
|
187 |
+
"layer_norm_eps": 1e-12,
|
188 |
+
"max_position_embeddings": 512,
|
189 |
+
"model_type": "bert",
|
190 |
+
"num_attention_heads": 12,
|
191 |
+
"num_hidden_layers": 12,
|
192 |
+
"pad_token_id": 0,
|
193 |
+
"position_embedding_type": "absolute",
|
194 |
+
"problem_type": "multi_label_classification",
|
195 |
+
"torch_dtype": "float32",
|
196 |
+
"transformers_version": "4.24.0",
|
197 |
+
"type_vocab_size": 2,
|
198 |
+
"use_cache": true,
|
199 |
+
"vocab_size": 31090
|
200 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d79fb2400aea6e6cbfd6813c29fe02128f585c4e59ca73d7547f9bb13459a04
|
3 |
+
size 439996085
|