soumya13 commited on
Commit
360a79e
1 Parent(s): 6841bd0

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +5 -14
  2. config.json +20 -20
  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.0524
18
- - Validation Loss: 0.0291
19
- - Train Accuracy: 1.0
20
- - Epoch: 9
21
 
22
  ## Model description
23
 
@@ -43,16 +43,7 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
- | 3.4389 | 1.2096 | 0.475 | 0 |
47
- | 0.9525 | 0.4587 | 0.875 | 1 |
48
- | 0.4394 | 0.2742 | 0.925 | 2 |
49
- | 0.2721 | 0.1447 | 0.975 | 3 |
50
- | 0.1642 | 0.0997 | 1.0 | 4 |
51
- | 0.1425 | 0.0799 | 1.0 | 5 |
52
- | 0.1109 | 0.0577 | 1.0 | 6 |
53
- | 0.0731 | 0.0846 | 1.0 | 7 |
54
- | 0.0701 | 0.0516 | 1.0 | 8 |
55
- | 0.0524 | 0.0291 | 1.0 | 9 |
56
 
57
 
58
  ### 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: 1.3273
18
+ - Validation Loss: 0.8888
19
+ - Train Accuracy: 0.825
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
+ | 1.3273 | 0.8888 | 0.825 | 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": "chevrolet",
13
- "1": "hyundai",
14
- "2": "autonomous",
15
- "3": "lincoln",
16
  "4": "cruise",
17
- "5": "nissan",
18
- "6": "toyota",
19
- "7": "chrysler",
20
  "8": "jaguar",
21
- "9": "lexus",
22
- "10": "mercedes-benz",
23
- "11": "ford"
24
  },
25
  "initializer_range": 0.02,
26
  "label2id": {
27
- "autonomous": 2,
28
- "chevrolet": 0,
29
- "chrysler": 7,
30
  "cruise": 4,
31
- "ford": 11,
32
- "hyundai": 1,
33
  "jaguar": 8,
34
- "lexus": 9,
35
- "lincoln": 3,
36
- "mercedes-benz": 10,
37
- "nissan": 5,
38
- "toyota": 6
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": "toyota",
13
+ "1": "chrysler",
14
+ "2": "chevrolet",
15
+ "3": "mercedes-benz",
16
  "4": "cruise",
17
+ "5": "lincoln",
18
+ "6": "autonomous",
19
+ "7": "lexus",
20
  "8": "jaguar",
21
+ "9": "ford",
22
+ "10": "nissan",
23
+ "11": "hyundai"
24
  },
25
  "initializer_range": 0.02,
26
  "label2id": {
27
+ "autonomous": 6,
28
+ "chevrolet": 2,
29
+ "chrysler": 1,
30
  "cruise": 4,
31
+ "ford": 9,
32
+ "hyundai": 11,
33
  "jaguar": 8,
34
+ "lexus": 7,
35
+ "lincoln": 5,
36
+ "mercedes-benz": 3,
37
+ "nissan": 10,
38
+ "toyota": 0
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:f52af81d38b356ae882440822f284572f14ef0c61fa0e7a211632e2ce7a77014
3
  size 497983984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219fc920d384f0db03c82d4b676564945205850ca70c2a83a8a8ff485d5b0212
3
  size 497983984