amedvedev commited on
Commit
1ec6c89
1 Parent(s): 9258987

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cointegrated/rubert-tiny2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.5,
7
+ "classifier_dropout": null,
8
+ "emb_size": 312,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.5,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "NO DISTORTION",
15
+ "1": "PERSONALIZATION",
16
+ "2": "EMOTIONAL REASONING",
17
+ "3": "OVERGENERALIZING",
18
+ "4": "LABELING",
19
+ "5": "SHOULD STATEMENTS",
20
+ "6": "CATASTROPHIZING",
21
+ "7": "REWARD FALLACY"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 600,
25
+ "label2id": {
26
+ "CATASTROPHIZING": 6,
27
+ "EMOTIONAL REASONING": 2,
28
+ "LABELING": 4,
29
+ "NO DISTORTION": 0,
30
+ "OVERGENERALIZING": 3,
31
+ "PERSONALIZATION": 1,
32
+ "REWARD FALLACY": 7,
33
+ "SHOULD STATEMENTS": 5
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "max_position_embeddings": 2048,
37
+ "model_type": "bert",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 3,
40
+ "pad_token_id": 0,
41
+ "position_embedding_type": "absolute",
42
+ "problem_type": "single_label_classification",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.27.4",
45
+ "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 83828
48
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961c0ca8393eb17a3a76ae573eb13ec64169ac2846ff58476e0e00b77f0a45f5
3
+ size 116819743
runs/May05_12-17-20_anatol-Lenovo-Legion-Y740-17IRHg/1683278249.0754507/events.out.tfevents.1683278249.anatol-Lenovo-Legion-Y740-17IRHg.8872.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bf7cfac883972233ad8579f8b563fd2fb5215e9d24ac2f473abc0e6a2f7ef72
3
+ size 5871
runs/May05_12-17-20_anatol-Lenovo-Legion-Y740-17IRHg/events.out.tfevents.1683278249.anatol-Lenovo-Legion-Y740-17IRHg.8872.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a1e22db0a2756a4a8b2c41c8c606120e74891dc9d41dd0fe602627b6368038
3
+ size 5215
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 2048,
7
+ "never_split": null,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "special_tokens_map_file": null,
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af3b884d68064f6de4b7dd9f6ebf489159e5c8c29079425067a5072b1c6fadf5
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff