End of training
Browse files- README.md +5 -16
- config.json +1 -1
- logs/events.out.tfevents.1708269444.5179578f2023.768.0 +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
metrics:
|
7 |
-
- accuracy
|
8 |
-
- precision
|
9 |
-
- recall
|
10 |
-
- f1
|
11 |
model-index:
|
12 |
- name: nep-spell-mt5-small-1
|
13 |
results: []
|
@@ -18,13 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# nep-spell-mt5-small-1
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
-
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: nan
|
24 |
-
- Accuracy: 0.8618
|
25 |
-
- Precision: 0.8972
|
26 |
-
- Recall: 0.8618
|
27 |
-
- F1: 0.8742
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,9 +44,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch | Step
|
59 |
-
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: google/mt5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: nep-spell-mt5-small-1
|
8 |
results: []
|
|
|
13 |
|
14 |
# nep-spell-mt5-small-1
|
15 |
|
16 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:---:|
|
49 |
+
| No log | 0.79 | 500 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/mt5-small",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
logs/events.out.tfevents.1708269444.5179578f2023.768.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b91d95254cc762c8423f9fa819196480af7a33bfb49979d205ddd09d2c7269e
|
3 |
+
size 5307
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200729512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3000aee8d618670e7095d6ad5d223437cb645b0bd2c1fe8eb49f25d127608bc
|
3 |
size 1200729512
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92749ee6d501ce50587d66748f1899b30c5d58fff9d13ed02e199e6add2f5d4f
|
3 |
size 4728
|