justinian336
commited on
Commit
·
7a2088b
1
Parent(s):
98b81a4
Upload TFBertForMaskedLM
Browse files- README.md +5 -5
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -12,10 +12,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# chupeto
|
14 |
|
15 |
-
This model is a fine-tuned version of [justinian336/
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 1.
|
18 |
-
- Validation Loss: 0.
|
19 |
- Epoch: 1
|
20 |
|
21 |
## Model description
|
@@ -42,8 +42,8 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 1.
|
46 |
-
| 1.
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
12 |
|
13 |
# chupeto
|
14 |
|
15 |
+
This model is a fine-tuned version of [justinian336/chupeto](https://huggingface.co/justinian336/chupeto) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 1.0355
|
18 |
+
- Validation Loss: 0.9562
|
19 |
- Epoch: 1
|
20 |
|
21 |
## Model description
|
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
+
| 1.0512 | 0.9630 | 0 |
|
46 |
+
| 1.0355 | 0.9562 | 1 |
|
47 |
|
48 |
|
49 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "justinian336/
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "justinian336/chupeto",
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1081013380
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14dd697569dcdc4410395d8db29db4f32ad6b8fa6d382972c3db97034e1e8075
|
3 |
size 1081013380
|