kearney commited on
Commit
226a89b
1 Parent(s): b01acbb

End of training

Browse files
Files changed (5) hide show
  1. .DS_Store +0 -0
  2. README.md +18 -9
  3. config.json +26 -14
  4. pytorch_model.bin +2 -2
  5. training_args.bin +1 -1
.DS_Store ADDED
Binary file (6.15 kB). View file
 
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.0126
21
- - Accuracy: 0.25
22
 
23
  ## Model description
24
 
@@ -43,18 +43,27 @@ 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: 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
 
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.5873
21
+ - Accuracy: 0.1544
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.5
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 2.6964 | 0.16 | 60 | 2.6756 | 0.0834 |
53
+ | 2.6947 | 0.31 | 120 | 2.6670 | 0.0947 |
54
+ | 2.6716 | 0.47 | 180 | 2.6428 | 0.1139 |
55
+ | 2.6315 | 0.63 | 240 | 2.6252 | 0.1268 |
56
+ | 2.6113 | 0.79 | 300 | 2.6205 | 0.1310 |
57
+ | 2.5936 | 0.94 | 360 | 2.6137 | 0.1293 |
58
+ | 2.5298 | 1.1 | 420 | 2.6065 | 0.1381 |
59
+ | 2.4691 | 1.26 | 480 | 2.6097 | 0.1452 |
60
+ | 2.4645 | 1.42 | 540 | 2.6015 | 0.1519 |
61
+ | 2.4404 | 1.57 | 600 | 2.5912 | 0.1414 |
62
+ | 2.4435 | 1.73 | 660 | 2.5890 | 0.1464 |
63
+ | 2.4425 | 1.89 | 720 | 2.5928 | 0.1514 |
64
+ | 2.4038 | 2.05 | 780 | 2.5880 | 0.1481 |
65
+ | 2.2601 | 2.2 | 840 | 2.5941 | 0.1423 |
66
+ | 2.2858 | 2.36 | 900 | 2.5873 | 0.1544 |
67
 
68
 
69
  ### Framework versions
config.json CHANGED
@@ -11,25 +11,37 @@
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",
 
11
  "id2label": {
12
  "0": "Andy",
13
  "1": "Angela",
14
+ "2": "Darryl",
15
+ "3": "Dwight",
16
+ "4": "Erin",
17
+ "5": "Jan",
18
+ "6": "Jim",
19
+ "7": "Kelly",
20
+ "8": "Kevin",
21
+ "9": "Michael",
22
+ "10": "Oscar",
23
+ "11": "Pam",
24
+ "12": "Phyllis",
25
+ "13": "Ryan",
26
+ "14": "Toby"
27
  },
28
  "initializer_range": 0.02,
29
  "label2id": {
30
  "Andy": 0,
31
  "Angela": 1,
32
+ "Darryl": 2,
33
+ "Dwight": 3,
34
+ "Erin": 4,
35
+ "Jan": 5,
36
+ "Jim": 6,
37
+ "Kelly": 7,
38
+ "Kevin": 8,
39
+ "Michael": 9,
40
+ "Oscar": 10,
41
+ "Pam": 11,
42
+ "Phyllis": 12,
43
+ "Ryan": 13,
44
+ "Toby": 14
45
  },
46
  "max_position_embeddings": 512,
47
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e9ac1601dd80fc561ac69652ea39e46cd850a9fbe5f8184f70b3fac630cdcbe
3
- size 267875629
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6e7388bce18b2b605553aea45357ee7a822d9f49d16d49e39eb9bbaa29bade
3
+ size 267894125
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f231faf32b9da9e19234193c5053fa3f27340634ef2afad0312a45e574fbf2d
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6485da611124e3d8ce3a90f9e543316e68cc53c2a3f561390488a73fcbbd490
3
  size 4027