DeepMount00
commited on
Commit
•
16d26fe
1
Parent(s):
1b09024
Upload T5ForConditionalGeneration
Browse files- README.md +2 -2
- config.json +1 -1
- generation_config.json +0 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
language:
|
5 |
- it
|
|
|
|
|
6 |
---
|
7 |
# Model Card for Italian OCR Error Correction Sequence-to-Sequence Model
|
8 |
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- it
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
---
|
7 |
# Model Card for Italian OCR Error Correction Sequence-to-Sequence Model
|
8 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "my_fine_tuned_t5_new_3",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
generation_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
|
|
1 |
{
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990216040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:debe9abaa5ca997498b68dabd8339255cd78dd3cca96c6f7a4ee4a407385ed8a
|
3 |
size 990216040
|