CesarLeblanc
commited on
Commit
•
826346f
1
Parent(s):
05f17b0
Model save
Browse files- README.md +7 -7
- added_tokens.json +0 -0
- config.json +1 -1
- model.safetensors +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +0 -0
- training_args.bin +1 -1
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:
|
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 |
-
|
|
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.9427
|
19 |
+
- Accuracy: 0.4526
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
51 |
+
| 2.0697 | 1.0 | 34248 | 2.0686 | 0.4303 |
|
52 |
+
| 2.0371 | 2.0 | 68496 | 1.9971 | 0.4343 |
|
53 |
+
| 1.9802 | 3.0 | 102744 | 1.9696 | 0.4457 |
|
54 |
+
| 1.8277 | 4.0 | 136992 | 1.9399 | 0.4519 |
|
55 |
+
| 1.7236 | 5.0 | 171240 | 1.9427 | 0.4526 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
added_tokens.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
config.json
CHANGED
@@ -427,5 +427,5 @@
|
|
427 |
"transformers_version": "4.35.2",
|
428 |
"type_vocab_size": 2,
|
429 |
"use_cache": true,
|
430 |
-
"vocab_size":
|
431 |
}
|
|
|
427 |
"transformers_version": "4.35.2",
|
428 |
"type_vocab_size": 2,
|
429 |
"use_cache": true,
|
430 |
+
"vocab_size": 40561
|
431 |
}
|
model.safetensors
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:181f897c70ffcbf2ed8046e7da93ae6d618681a94b52dfcee67c7dfb9d093351
|
3 |
+
size 469407520
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4dbe221fe00d064d715d2245598ea80a92302c0bad0d6e5181ce75a905da0f5
|
3 |
size 4600
|