Commit
·
02b2fa0
1
Parent(s):
731b141
Training in progress epoch 0
Browse files- README.md +5 -5
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,8 +14,8 @@ 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: 7.
|
18 |
-
- Validation Loss: 6.
|
19 |
- Epoch: 0
|
20 |
|
21 |
## Model description
|
@@ -42,12 +42,12 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 7.
|
46 |
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
-
- Transformers 4.
|
51 |
- TensorFlow 2.8.0-rc0
|
52 |
-
- Datasets 2.
|
53 |
- Tokenizers 0.11.0
|
|
|
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: 7.3180
|
18 |
+
- Validation Loss: 6.7701
|
19 |
- Epoch: 0
|
20 |
|
21 |
## Model description
|
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
+
| 7.3180 | 6.7701 | 0 |
|
46 |
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
+
- Transformers 4.19.0.dev0
|
51 |
- TensorFlow 2.8.0-rc0
|
52 |
+
- Datasets 2.1.1.dev0
|
53 |
- Tokenizers 0.11.0
|
config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
-
"transformers_version": "4.
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 50257
|
38 |
}
|
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
+
"transformers_version": "4.19.0.dev0",
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 50257
|
38 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497935464
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1f59dd61eef23d31d7c19ef5da2cc182bf7eccc5b238c250821453b613703c1
|
3 |
size 497935464
|