jpgacrama commited on
Commit
175ebb4
1 Parent(s): fd3b42f

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "transformersbook/distilbert-base-uncased-finetuned-emotion",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -9,21 +9,21 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "sadness",
13
- "1": "joy",
14
- "2": "love",
15
- "3": "anger",
16
- "4": "fear",
17
- "5": "surprise"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
- "anger": "3",
22
- "fear": "4",
23
- "joy": "1",
24
- "love": "2",
25
- "sadness": "0",
26
- "surprise": "5"
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2,
24
+ "LABEL_3": 3,
25
+ "LABEL_4": 4,
26
+ "LABEL_5": 5
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c01178731adcdb4a3c21f4986e981aafb0c1df6f22fbafae2f4eb2e471a75b8
3
- size 267872618
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f02d5a65a61ffb55797552657775e2411e6a66383ce61896af4500af6466bb8
3
+ size 267874026
runs/May28_08-22-13_a82f168f1c52/1716884632.5414648/events.out.tfevents.1716884632.a82f168f1c52.8141.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111ad0b5ab989cd1f68cab08b128317f7f48b50f86473a3f42fb7775626e8994
3
+ size 4880
runs/May28_08-22-13_a82f168f1c52/events.out.tfevents.1716884632.a82f168f1c52.8141.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb7113178b97695839de0a15b0acca5fd0f6e5ba26b7d99919ac3fe9af92daf
3
+ size 4253
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "transformersbook/distilbert-base-uncased-finetuned-emotion", "tokenizer_class": "DistilBertTokenizer"}
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28fd073232cccc040f7795028a90a587a1452f0660507704f045a6f2304cb951
3
  size 3512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:498c86a7c63b4a44eba3bb48f1ec4d09bc8a0935fe87f56ddca769d8d82086c2
3
  size 3512