car13mesquita commited on
Commit
1921468
1 Parent(s): 490dbf2

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "ambience#conflict",
15
+ "1": "ambience#negative",
16
+ "2": "ambience#neutral",
17
+ "3": "ambience#positive",
18
+ "4": "anecdotes/miscellaneous#conflict",
19
+ "5": "anecdotes/miscellaneous#negative",
20
+ "6": "anecdotes/miscellaneous#neutral",
21
+ "7": "anecdotes/miscellaneous#positive",
22
+ "8": "food#conflict",
23
+ "9": "food#negative",
24
+ "10": "food#neutral",
25
+ "11": "food#positive",
26
+ "12": "price#conflict",
27
+ "13": "price#negative",
28
+ "14": "price#neutral",
29
+ "15": "price#positive",
30
+ "16": "service#conflict",
31
+ "17": "service#negative",
32
+ "18": "service#neutral",
33
+ "19": "service#positive"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "ambience#conflict": 0,
39
+ "ambience#negative": 1,
40
+ "ambience#neutral": 2,
41
+ "ambience#positive": 3,
42
+ "anecdotes/miscellaneous#conflict": 4,
43
+ "anecdotes/miscellaneous#negative": 5,
44
+ "anecdotes/miscellaneous#neutral": 6,
45
+ "anecdotes/miscellaneous#positive": 7,
46
+ "food#conflict": 8,
47
+ "food#negative": 9,
48
+ "food#neutral": 10,
49
+ "food#positive": 11,
50
+ "price#conflict": 12,
51
+ "price#negative": 13,
52
+ "price#neutral": 14,
53
+ "price#positive": 15,
54
+ "service#conflict": 16,
55
+ "service#negative": 17,
56
+ "service#neutral": 18,
57
+ "service#positive": 19
58
+ },
59
+ "layer_norm_eps": 1e-05,
60
+ "max_position_embeddings": 514,
61
+ "model_type": "roberta",
62
+ "num_attention_heads": 12,
63
+ "num_hidden_layers": 12,
64
+ "pad_token_id": 1,
65
+ "position_embedding_type": "absolute",
66
+ "problem_type": "multi_label_classification",
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.35.2",
69
+ "type_vocab_size": 1,
70
+ "use_cache": true,
71
+ "vocab_size": 50265
72
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60126afd1e848a2dfaf16aad1cab463b640bd1d975975acf817e56f537afa637
3
+ size 498668192
runs/Feb05_02-10-32_d6770cb0077e/events.out.tfevents.1707099035.d6770cb0077e.8630.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3e8dc91799cb584931cd09f8b5031935c8292beb005bf051dc15db20bc82589
3
+ size 6074
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576259a8e596ede64e25cacb43265f5c6762ab2e55b4a857b8aa3f6d8c3428d0
3
+ size 4600
vocab.json ADDED
The diff for this file is too large to render. See raw diff