Commit
·
321a7f5
1
Parent(s):
dded87e
Training in progress epoch 0
Browse files- README.md +3 -3
- config.json +1 -3
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -15,8 +15,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
-
| 0.
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0329
|
19 |
+
- Validation Loss: 0.0129
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
+
| 0.0329 | 0.0129 | 0 |
|
47 |
|
48 |
|
49 |
### Framework versions
|
config.json
CHANGED
@@ -11,14 +11,12 @@
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "TRUE",
|
14 |
-
"1": "FALSE"
|
15 |
-
"2": "OTHER"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
"FALSE": 1,
|
21 |
-
"OTHER": 2,
|
22 |
"TRUE": 0
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "TRUE",
|
14 |
+
"1": "FALSE"
|
|
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
"FALSE": 1,
|
|
|
20 |
"TRUE": 0
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
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:85544ffaab7d333a39f5352c4afd7a43a769c86e7b1dba67dcf7bd56efb1f061
|
3 |
+
size 435860960
|