CesarLeblanc
commited on
Commit
•
efea827
1
Parent(s):
826346f
Model save
Browse files- README.md +7 -7
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model was trained from scratch on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 1.
|
19 |
-
- Accuracy: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
51 |
-
| 2.
|
52 |
-
| 2.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
15 |
|
16 |
This model was trained from scratch on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.9735
|
19 |
+
- Accuracy: 0.4466
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
51 |
+
| 2.0469 | 1.0 | 34248 | 2.0487 | 0.4291 |
|
52 |
+
| 2.0004 | 2.0 | 68496 | 1.9834 | 0.4377 |
|
53 |
+
| 1.9466 | 3.0 | 102744 | 1.9548 | 0.4471 |
|
54 |
+
| 1.769 | 4.0 | 136992 | 1.9502 | 0.4508 |
|
55 |
+
| 1.6144 | 5.0 | 171240 | 1.9735 | 0.4466 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "../Models/
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../Models/geoplantbert_fill_mask_model",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 469407520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b18cd24012db8d41e3f780b0ae740a3d168213b0e2fc18fe6e75e4a4713ca10a
|
3 |
size 469407520
|
training_args.bin
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:ff969b22afc614190dcd997763177301c318983cdf05a6b76ec7eb80c411883e
|
3 |
+
size 4664
|