laskovey commited on
Commit
021de56
1 Parent(s): 991904e

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "laskovey/review_train3",
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": "unrelated",
15
+ "1": "guide's proficiency",
16
+ "2": "customer service",
17
+ "3": "appraisal",
18
+ "4": "refund",
19
+ "5": "offer disparity",
20
+ "6": "weather | advice",
21
+ "7": "bland delivery",
22
+ "8": "hazard",
23
+ "9": "no substance",
24
+ "10": "shallow narration",
25
+ "11": "unmet expectations",
26
+ "12": "delay",
27
+ "13": "vehicle",
28
+ "14": "humble route",
29
+ "15": "time shortage",
30
+ "16": "coordination",
31
+ "17": "theme divergence",
32
+ "18": "conditioning",
33
+ "19": "overpriced",
34
+ "20": "weather",
35
+ "21": "guide's attitude",
36
+ "22": "price lift",
37
+ "23": "food",
38
+ "24": "fact misstatement",
39
+ "25": "program change",
40
+ "26": "other tourists",
41
+ "27": "stray",
42
+ "28": "rudeness & bigotry",
43
+ "29": "dirty windows",
44
+ "30": "cancelation",
45
+ "31": "haste"
46
+ },
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 600,
49
+ "label2id": {
50
+ "appraisal": 3,
51
+ "bland delivery": 7,
52
+ "cancelation": 30,
53
+ "conditioning": 18,
54
+ "coordination": 16,
55
+ "customer service": 2,
56
+ "delay": 12,
57
+ "dirty windows": 29,
58
+ "fact misstatement": 24,
59
+ "food": 23,
60
+ "guide's attitude": 21,
61
+ "guide's proficiency": 1,
62
+ "haste": 31,
63
+ "hazard": 8,
64
+ "humble route": 14,
65
+ "no substance": 9,
66
+ "offer disparity": 5,
67
+ "other tourists": 26,
68
+ "overpriced": 19,
69
+ "price lift": 22,
70
+ "program change": 25,
71
+ "refund": 4,
72
+ "rudeness & bigotry": 28,
73
+ "shallow narration": 10,
74
+ "stray": 27,
75
+ "theme divergence": 17,
76
+ "time shortage": 15,
77
+ "unmet expectations": 11,
78
+ "unrelated": 0,
79
+ "vehicle": 13,
80
+ "weather": 20,
81
+ "weather | advice": 6
82
+ },
83
+ "layer_norm_eps": 1e-12,
84
+ "max_position_embeddings": 2048,
85
+ "model_type": "bert",
86
+ "num_attention_heads": 12,
87
+ "num_hidden_layers": 3,
88
+ "pad_token_id": 0,
89
+ "position_embedding_type": "absolute",
90
+ "problem_type": "single_label_classification",
91
+ "torch_dtype": "float32",
92
+ "transformers_version": "4.41.1",
93
+ "type_vocab_size": 2,
94
+ "use_cache": true,
95
+ "vocab_size": 83828
96
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f858903d9e54a47741fe1eec417a6750e4deaa54275572f33eaddab1da60c5b
3
+ size 116821696
runs/May28_22-12-35_6c8d2bfdd99f/events.out.tfevents.1716934362.6c8d2bfdd99f.4009.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1faf34c3e97337f6e04cf65c33f52027f06dcbf4f8cb109f5363ae41b17ff51e
3
+ size 7043
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "ignore_mismatched_sizes": true,
49
+ "mask_token": "[MASK]",
50
+ "max_length": 512,
51
+ "model_max_length": 2048,
52
+ "never_split": null,
53
+ "pad_to_multiple_of": null,
54
+ "pad_token": "[PAD]",
55
+ "pad_token_type_id": 0,
56
+ "padding_side": "right",
57
+ "sep_token": "[SEP]",
58
+ "stride": 0,
59
+ "strip_accents": null,
60
+ "tokenize_chinese_chars": true,
61
+ "tokenizer_class": "BertTokenizer",
62
+ "truncation_side": "right",
63
+ "truncation_strategy": "longest_first",
64
+ "unk_token": "[UNK]"
65
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff08b7fb8a320b9a8ddfb7486486a1e0a11bd6de69acc31e5eb8c8c556689b9
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff