tm21cy commited on
Commit
64f6e7e
·
verified ·
1 Parent(s): 53059c4

End of training

Browse files
README.md CHANGED
@@ -3,11 +3,26 @@ license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: results
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # results
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.8445
21
- - Accuracy: 0.6964
22
 
23
  ## Model description
24
 
@@ -49,9 +64,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 179 | 0.6199 | 0.6565 |
53
- | No log | 2.0 | 358 | 0.6431 | 0.6660 |
54
- | 0.4633 | 3.0 | 537 | 0.8849 | 0.6691 |
55
 
56
 
57
  ### Framework versions
 
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - emotion
8
  metrics:
9
  - accuracy
10
  model-index:
11
  - name: results
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: emotion
18
+ type: emotion
19
+ config: split
20
+ split: validation
21
+ args: split
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.929
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # results
32
 
33
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.1806
36
+ - Accuracy: 0.929
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.2282 | 1.0 | 1000 | 0.2045 | 0.9285 |
68
+ | 0.1271 | 2.0 | 2000 | 0.1671 | 0.9385 |
69
+ | 0.0796 | 3.0 | 3000 | 0.1789 | 0.9415 |
70
 
71
 
72
  ### Framework versions
config.json CHANGED
@@ -8,7 +8,23 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
 
8
  "dim": 768,
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",
30
  "n_heads": 12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f77e4310c45d129dcf8b07f6580fc0e76fd43a1eb5e8488957bcc9240757924
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073c1e26e14668b8a18d967fe5d849526dc7de38821ac70fc81aba043cb86ea2
3
+ size 267844872
runs/Mar11_01-09-51_fa8d0bdd99a3/events.out.tfevents.1710119391.fa8d0bdd99a3.4644.48 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c83ab57c408a5f231773acd7606616df367bea5941f04f2c54ff414fb1cc9827
3
+ size 4854
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:916e694702060cb01303d480aa00d888f90c73ce7b1e94edd9e5336fe73fa29d
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0680a9e25567f96abd9c0b9000512aa6602fa50094a20eeb01badc235dfa98
3
  size 4920