soumya13 commited on
Commit
bd1445c
·
1 Parent(s): e02289c

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +5 -19
  2. config.json +24 -24
  3. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,10 +14,10 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.2526
18
- - Validation Loss: 0.4847
19
- - Train Accuracy: 0.9231
20
- - Epoch: 14
21
 
22
  ## Model description
23
 
@@ -43,21 +43,7 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
- | 2.8316 | 2.1354 | 0.3333 | 0 |
47
- | 1.9341 | 1.6228 | 0.3846 | 1 |
48
- | 1.5161 | 1.4562 | 0.4615 | 2 |
49
- | 1.3474 | 1.3224 | 0.4872 | 3 |
50
- | 1.1460 | 1.2051 | 0.5128 | 4 |
51
- | 0.9567 | 1.0040 | 0.6154 | 5 |
52
- | 0.8309 | 0.8395 | 0.6410 | 6 |
53
- | 0.7499 | 0.8658 | 0.6410 | 7 |
54
- | 0.6378 | 0.7528 | 0.7179 | 8 |
55
- | 0.5049 | 0.7764 | 0.7436 | 9 |
56
- | 0.4575 | 0.5492 | 0.8205 | 10 |
57
- | 0.3839 | 0.6694 | 0.8462 | 11 |
58
- | 0.3446 | 0.5686 | 0.8974 | 12 |
59
- | 0.3083 | 0.5228 | 0.9231 | 13 |
60
- | 0.2526 | 0.4847 | 0.9231 | 14 |
61
 
62
 
63
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 2.2952
18
+ - Validation Loss: 2.0148
19
+ - Train Accuracy: 0.3846
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
+ | 2.2952 | 2.0148 | 0.3846 | 0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
config.json CHANGED
@@ -9,33 +9,33 @@
9
  "embd_pdrop": 0.1,
10
  "eos_token_id": 50256,
11
  "id2label": {
12
- "0": "autonomous",
13
- "1": "lexus",
14
- "2": "lincoln",
15
- "3": "jaguar",
16
- "4": "chrysler",
17
- "5": "cruise",
18
- "6": "hyundai",
19
- "7": "toyota",
20
- "8": "nissan",
21
- "9": "mercedes-benz",
22
- "10": "chevrolet",
23
- "11": "ford"
24
  },
25
  "initializer_range": 0.02,
26
  "label2id": {
27
- "autonomous": 0,
28
- "chevrolet": 10,
29
- "chrysler": 4,
30
- "cruise": 5,
31
- "ford": 11,
32
- "hyundai": 6,
33
- "jaguar": 3,
34
- "lexus": 1,
35
- "lincoln": 2,
36
- "mercedes-benz": 9,
37
- "nissan": 8,
38
- "toyota": 7
39
  },
40
  "layer_norm_epsilon": 1e-05,
41
  "model_type": "gpt2",
 
9
  "embd_pdrop": 0.1,
10
  "eos_token_id": 50256,
11
  "id2label": {
12
+ "0": "lincoln",
13
+ "1": "toyota",
14
+ "2": "nissan",
15
+ "3": "lexus",
16
+ "4": "hyundai",
17
+ "5": "autonomous",
18
+ "6": "chrysler",
19
+ "7": "ford",
20
+ "8": "jaguar",
21
+ "9": "chevrolet",
22
+ "10": "mercedes-benz",
23
+ "11": "cruise"
24
  },
25
  "initializer_range": 0.02,
26
  "label2id": {
27
+ "autonomous": 5,
28
+ "chevrolet": 9,
29
+ "chrysler": 6,
30
+ "cruise": 11,
31
+ "ford": 7,
32
+ "hyundai": 4,
33
+ "jaguar": 8,
34
+ "lexus": 3,
35
+ "lincoln": 0,
36
+ "mercedes-benz": 10,
37
+ "nissan": 2,
38
+ "toyota": 1
39
  },
40
  "layer_norm_epsilon": 1e-05,
41
  "model_type": "gpt2",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8adeb7161362567e9708187b42ef054bcb7f36a4106039e264de5d88e8073857
3
  size 497983984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eecdda3add8e0d7f23bf079c21ab5255f673291348db94f61f4e282d65e6d527
3
  size 497983984