oliverqq commited on
Commit
97a6305
·
1 Parent(s): a433185

first version of the tokenzier and model trained on 24K titles with 8 labels - multi-classification

Browse files
scibert-title-topics/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "model",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Artificial intelligence",
13
+ "1": "Computer science",
14
+ "2": "Economics",
15
+ "3": "Engineering",
16
+ "4": "Mathematics",
17
+ "5": "Medicine",
18
+ "6": "Psychology",
19
+ "7": "Sociology"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Artificial intelligence": 0,
25
+ "Computer science": 1,
26
+ "Economics": 2,
27
+ "Engineering": 3,
28
+ "Mathematics": 4,
29
+ "Medicine": 5,
30
+ "Psychology": 6,
31
+ "Sociology": 7
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "max_position_embeddings": 512,
35
+ "model_type": "bert",
36
+ "num_attention_heads": 12,
37
+ "num_hidden_layers": 12,
38
+ "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
+ "transformers_version": "4.4.0.dev0",
41
+ "type_vocab_size": 2,
42
+ "use_cache": true,
43
+ "vocab_size": 31090
44
+ }
scibert-title-topics/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:732e3a71c73fd33181b5e376f9edb0df5de681c31a002a0e4e0cbd94a08d4cfc
3
+ size 439783011
scibert-title-topics/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
scibert-title-topics/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "never_split": null, "special_tokens_map_file": null, "name_or_path": "model"}
scibert-title-topics/vocab.txt ADDED
The diff for this file is too large to render. See raw diff