Ilya Lubenets commited on
Commit
e893de3
1 Parent(s): e29eabb

Init commit

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cointegrated/rubert-tiny2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "emb_size": 312,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "neutral",
15
+ "1": "happiness",
16
+ "2": "sadness",
17
+ "3": "enthusiasm",
18
+ "4": "fear",
19
+ "5": "anger",
20
+ "6": "disgust"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 600,
24
+ "label2id": {
25
+ "anger": 5,
26
+ "disgust": 6,
27
+ "enthusiasm": 3,
28
+ "fear": 4,
29
+ "happiness": 1,
30
+ "neutral": 0,
31
+ "sadness": 2
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "max_position_embeddings": 2048,
35
+ "model_type": "bert",
36
+ "num_attention_heads": 12,
37
+ "num_hidden_layers": 3,
38
+ "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
+ "problem_type": "multi_label_classification",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.19.2",
43
+ "type_vocab_size": 2,
44
+ "use_cache": true,
45
+ "vocab_size": 83828
46
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4dd562e8e2b5e6e4f22ef8d8c819de2fb94ca9ba9c9233b5dd3c34aa0f82618
3
+ size 116817911
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "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, "model_max_length": 2048, "special_tokens_map_file": null, "name_or_path": "cointegrated/rubert-tiny2", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff