wyluilipe/t5-spellchecker-qr-digits
Browse files- README.md +3 -2
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
model-index:
|
|
@@ -11,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 11 |
|
| 12 |
# t5-spellchecker-qr-digits
|
| 13 |
|
| 14 |
-
This model
|
| 15 |
|
| 16 |
## Model description
|
| 17 |
|
|
@@ -39,7 +40,7 @@ The following hyperparameters were used during training:
|
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
- lr_scheduler_warmup_steps: 1
|
| 42 |
-
- training_steps:
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: wyluilipe/t5-spellchecker
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
model-index:
|
|
|
|
| 12 |
|
| 13 |
# t5-spellchecker-qr-digits
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [wyluilipe/t5-spellchecker](https://huggingface.co/wyluilipe/t5-spellchecker) on the None dataset.
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
|
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
- lr_scheduler_warmup_steps: 1
|
| 43 |
+
- training_steps: 40
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "wyluilipe/t5-spellchecker
|
| 3 |
"_num_labels": 2,
|
| 4 |
"architectures": [
|
| 5 |
"T5ForConditionalGeneration"
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "wyluilipe/t5-spellchecker",
|
| 3 |
"_num_labels": 2,
|
| 4 |
"architectures": [
|
| 5 |
"T5ForConditionalGeneration"
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891699345
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f816a70b912c9b54a71c6232a03da3e87ea81523c41c54e7d4b12fc0f47c0686
|
| 3 |
size 891699345
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c24567e42a21eaab1d2e3899f37a7762bfd6dab7c115c2cf8157c417c75a7c0
|
| 3 |
size 4027
|