laskovey commited on
Commit
9ccdcd9
1 Parent(s): cdf665f

Training in progress, epoch 0

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