Commit ·
4d13d80
1
Parent(s): b36e2f7
add model
Browse files- README.md +1 -6
- config.json +1 -1
- tf_model.h5 +2 -2
README.md
CHANGED
|
@@ -14,8 +14,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
|
| 18 |
-
- Epoch: 1
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -39,10 +38,6 @@ The following hyperparameters were used during training:
|
|
| 39 |
|
| 40 |
### Training results
|
| 41 |
|
| 42 |
-
| Train Loss | Epoch |
|
| 43 |
-
|:----------:|:-----:|
|
| 44 |
-
| 6.0979 | 0 |
|
| 45 |
-
| 5.5751 | 1 |
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 38 |
|
| 39 |
### Training results
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
### Framework versions
|
config.json
CHANGED
|
@@ -41,5 +41,5 @@
|
|
| 41 |
},
|
| 42 |
"transformers_version": "4.17.0",
|
| 43 |
"use_cache": false,
|
| 44 |
-
"vocab_size":
|
| 45 |
}
|
|
|
|
| 41 |
},
|
| 42 |
"transformers_version": "4.17.0",
|
| 43 |
"use_cache": false,
|
| 44 |
+
"vocab_size": 5998
|
| 45 |
}
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:969d73e8cf6370458f993597ecf04ca2347a47d44ceb1cf5df0511f8cdfcf213
|
| 3 |
+
size 210211336
|