Training in progress epoch 0
Browse files- README.md +5 -19
- config.json +24 -24
- 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:
|
18 |
-
- Validation Loss:
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Epoch:
|
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.
|
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": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
-
"10": "
|
23 |
-
"11": "
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"label2id": {
|
27 |
-
"autonomous":
|
28 |
-
"chevrolet":
|
29 |
-
"chrysler":
|
30 |
-
"cruise":
|
31 |
-
"ford":
|
32 |
-
"hyundai":
|
33 |
-
"jaguar":
|
34 |
-
"lexus":
|
35 |
-
"lincoln":
|
36 |
-
"mercedes-benz":
|
37 |
-
"nissan":
|
38 |
-
"toyota":
|
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:
|
3 |
size 497983984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eecdda3add8e0d7f23bf079c21ab5255f673291348db94f61f4e282d65e6d527
|
3 |
size 497983984
|