kearney commited on
Commit
7cffa9c
1 Parent(s): df2fe64

End of training

Browse files
Files changed (4) hide show
  1. README.md +9 -18
  2. config.json +14 -22
  3. pytorch_model.bin +2 -2
  4. 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.4817
21
- - Accuracy: 0.1787
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: 3.0
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 2.5596 | 0.2 | 60 | 2.5272 | 0.1201 |
53
- | 2.5284 | 0.4 | 120 | 2.5153 | 0.1206 |
54
- | 2.4807 | 0.6 | 180 | 2.4858 | 0.1449 |
55
- | 2.4921 | 0.8 | 240 | 2.5119 | 0.1201 |
56
- | 2.4656 | 1.0 | 300 | 2.4461 | 0.1636 |
57
- | 2.3184 | 1.2 | 360 | 2.4390 | 0.1671 |
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": "Darryl",
15
- "3": "Dwight",
16
- "4": "Erin",
17
- "5": "Jim",
18
- "6": "Kelly",
19
- "7": "Kevin",
20
- "8": "Michael",
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
- "Darryl": 2,
31
- "Dwight": 3,
32
- "Erin": 4,
33
- "Jim": 5,
34
- "Kelly": 6,
35
- "Kevin": 7,
36
- "Michael": 8,
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:32cb8d7061b30af8890be3dd3a487d3801654d03d18a26632bbeff67b8ef0eca
3
- size 267887917
 
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:db68a64faf341b542ed455b17c0ad40e2d40c26106361cd8474593714b1f655f
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f231faf32b9da9e19234193c5053fa3f27340634ef2afad0312a45e574fbf2d
3
  size 4027