End of training
Browse files- README.md +9 -18
- config.json +14 -22
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,27 +43,18 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 2.
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 2.
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 2.2852 | 1.4 | 420 | 2.4665 | 0.1575 |
|
59 |
-
| 2.2561 | 1.59 | 480 | 2.4464 | 0.1731 |
|
60 |
-
| 2.2903 | 1.79 | 540 | 2.4487 | 0.1752 |
|
61 |
-
| 2.242 | 1.99 | 600 | 2.4399 | 0.1731 |
|
62 |
-
| 2.0247 | 2.19 | 660 | 2.4595 | 0.1777 |
|
63 |
-
| 2.0127 | 2.39 | 720 | 2.4709 | 0.1731 |
|
64 |
-
| 1.9785 | 2.59 | 780 | 2.4754 | 0.1752 |
|
65 |
-
| 2.0006 | 2.79 | 840 | 2.4717 | 0.1843 |
|
66 |
-
| 1.9937 | 2.99 | 900 | 2.4817 | 0.1787 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.0126
|
21 |
+
- Accuracy: 0.25
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 2.0
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 2.1499 | 0.29 | 60 | 2.1015 | 0.1991 |
|
53 |
+
| 2.105 | 0.58 | 120 | 2.0680 | 0.2158 |
|
54 |
+
| 2.0741 | 0.87 | 180 | 2.0512 | 0.2384 |
|
55 |
+
| 2.0064 | 1.16 | 240 | 2.0333 | 0.2398 |
|
56 |
+
| 1.903 | 1.45 | 300 | 2.0206 | 0.2384 |
|
57 |
+
| 1.9054 | 1.74 | 360 | 2.0126 | 0.25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
config.json
CHANGED
@@ -11,33 +11,25 @@
|
|
11 |
"id2label": {
|
12 |
"0": "Andy",
|
13 |
"1": "Angela",
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "Oscar",
|
22 |
-
"10": "Pam",
|
23 |
-
"11": "Phyllis",
|
24 |
-
"12": "Ryan"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"label2id": {
|
28 |
"Andy": 0,
|
29 |
"Angela": 1,
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"Oscar": 9,
|
38 |
-
"Pam": 10,
|
39 |
-
"Phyllis": 11,
|
40 |
-
"Ryan": 12
|
41 |
},
|
42 |
"max_position_embeddings": 512,
|
43 |
"model_type": "distilbert",
|
|
|
11 |
"id2label": {
|
12 |
"0": "Andy",
|
13 |
"1": "Angela",
|
14 |
+
"2": "Dwight",
|
15 |
+
"3": "Erin",
|
16 |
+
"4": "Jim",
|
17 |
+
"5": "Kevin",
|
18 |
+
"6": "Michael",
|
19 |
+
"7": "Oscar",
|
20 |
+
"8": "Pam"
|
|
|
|
|
|
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
"Andy": 0,
|
25 |
"Angela": 1,
|
26 |
+
"Dwight": 2,
|
27 |
+
"Erin": 3,
|
28 |
+
"Jim": 4,
|
29 |
+
"Kevin": 5,
|
30 |
+
"Michael": 6,
|
31 |
+
"Oscar": 7,
|
32 |
+
"Pam": 8
|
|
|
|
|
|
|
|
|
33 |
},
|
34 |
"max_position_embeddings": 512,
|
35 |
"model_type": "distilbert",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e9ac1601dd80fc561ac69652ea39e46cd850a9fbe5f8184f70b3fac630cdcbe
|
3 |
+
size 267875629
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f231faf32b9da9e19234193c5053fa3f27340634ef2afad0312a45e574fbf2d
|
3 |
size 4027
|