carlosgsouza commited on
Commit
db7ddaa
1 Parent(s): 1be4091

Training in progress, step 432

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bhadresh-savani/albert-base-v2-emotion",
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
@@ -14,23 +14,23 @@
14
  "hidden_dropout_prob": 0,
15
  "hidden_size": 768,
16
  "id2label": {
17
- "0": "sadness",
18
- "1": "joy",
19
- "2": "love",
20
- "3": "anger",
21
- "4": "fear",
22
- "5": "surprise"
23
  },
24
  "initializer_range": 0.02,
25
  "inner_group_num": 1,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
- "anger": 3,
29
- "fear": 4,
30
- "joy": 1,
31
- "love": 2,
32
- "sadness": 0,
33
- "surprise": 5
34
  },
35
  "layer_norm_eps": 1e-12,
36
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "albert/albert-base-v2",
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
 
14
  "hidden_dropout_prob": 0,
15
  "hidden_size": 768,
16
  "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1",
19
+ "2": "LABEL_2",
20
+ "3": "LABEL_3",
21
+ "4": "LABEL_4",
22
+ "5": "LABEL_5"
23
  },
24
  "initializer_range": 0.02,
25
  "inner_group_num": 1,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
+ "LABEL_0": 0,
29
+ "LABEL_1": 1,
30
+ "LABEL_2": 2,
31
+ "LABEL_3": 3,
32
+ "LABEL_4": 4,
33
+ "LABEL_5": 5
34
  },
35
  "layer_norm_eps": 1e-12,
36
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18a14b93926f72e62fb07b25dbc46026480126972475c8b43b5af18e7cbc3ea5
3
  size 46756216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb6e4d9f5d12296a06e03737b678f7d42f13370ca8fa2de50f7301b766e94c33
3
  size 46756216
runs/Dec13_04-21-57_254814f66a15/events.out.tfevents.1734063722.254814f66a15.2545.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9431b7c5477f545e960449f0d4ec33a25a170dbcb31cd9e78036f5976a8f75a
3
+ size 12118
special_tokens_map.json CHANGED
@@ -1,25 +1,7 @@
1
  {
2
- "bos_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "cls_token": {
10
- "content": "[CLS]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "eos_token": {
17
- "content": "[SEP]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
  "mask_token": {
24
  "content": "[MASK]",
25
  "lstrip": true,
@@ -27,25 +9,7 @@
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
- "pad_token": {
31
- "content": "<pad>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- },
37
- "sep_token": {
38
- "content": "[SEP]",
39
- "lstrip": false,
40
- "normalized": false,
41
- "rstrip": false,
42
- "single_word": false
43
- },
44
- "unk_token": {
45
- "content": "<unk>",
46
- "lstrip": false,
47
- "normalized": false,
48
- "rstrip": false,
49
- "single_word": false
50
- }
51
  }
 
1
  {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "mask_token": {
6
  "content": "[MASK]",
7
  "lstrip": true,
 
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "[SEP]",
14
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
3
+ size 760289
tokenizer.json CHANGED
@@ -6,14 +6,7 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 0,
14
- "pad_type_id": 0,
15
- "pad_token": "<pad>"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
tokenizer_config.json CHANGED
@@ -48,17 +48,10 @@
48
  "eos_token": "[SEP]",
49
  "keep_accents": false,
50
  "mask_token": "[MASK]",
51
- "max_length": 512,
52
  "model_max_length": 512,
53
- "pad_to_multiple_of": null,
54
  "pad_token": "<pad>",
55
- "pad_token_type_id": 0,
56
- "padding_side": "right",
57
  "remove_space": true,
58
  "sep_token": "[SEP]",
59
- "stride": 0,
60
  "tokenizer_class": "AlbertTokenizer",
61
- "truncation_side": "right",
62
- "truncation_strategy": "longest_first",
63
  "unk_token": "<unk>"
64
  }
 
48
  "eos_token": "[SEP]",
49
  "keep_accents": false,
50
  "mask_token": "[MASK]",
 
51
  "model_max_length": 512,
 
52
  "pad_token": "<pad>",
 
 
53
  "remove_space": true,
54
  "sep_token": "[SEP]",
 
55
  "tokenizer_class": "AlbertTokenizer",
 
 
56
  "unk_token": "<unk>"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0345d5bd28de3344cc0d4a718d165f0e141a2e54d7dfd07d55501f7e60fe84e
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1776f4c879fcc6983ed959711850f210fc9d335d2a6d47d5c5218be884dcbc5a
3
  size 5368