bigmorning
commited on
Commit
·
f80da29
1
Parent(s):
82a39e4
add model
Browse files- README.md +6 -2
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -11,9 +11,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# my-awesome-model
|
13 |
|
14 |
-
This model
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -37,6 +38,9 @@ The following hyperparameters were used during training:
|
|
37 |
|
38 |
### Training results
|
39 |
|
|
|
|
|
|
|
40 |
|
41 |
|
42 |
### Framework versions
|
|
|
11 |
|
12 |
# my-awesome-model
|
13 |
|
14 |
+
This model is a fine-tuned version of [bigmorning/my-awesome-model](https://huggingface.co/bigmorning/my-awesome-model) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 4.2843
|
17 |
+
- Epoch: 0
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
38 |
|
39 |
### Training results
|
40 |
|
41 |
+
| Train Loss | Epoch |
|
42 |
+
|:----------:|:-----:|
|
43 |
+
| 4.2843 | 0 |
|
44 |
|
45 |
|
46 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForMaskedLM"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bigmorning/my-awesome-model",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForMaskedLM"
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 363423680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2f00362183e66b1dc7f76de24f6406b9fb5b3d708133d808e7c9f7d7da0cea7
|
3 |
size 363423680
|