Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +1 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "t5-small",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee98ae02b0a649a32690971acc2edc6a69f285777c818c31444f04fbef51c84f
|
3 |
size 242041896
|
tokenizer_config.json
CHANGED
@@ -928,6 +928,7 @@
|
|
928 |
"<extra_id_99>"
|
929 |
],
|
930 |
"clean_up_tokenization_spaces": true,
|
|
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
"model_max_length": 512,
|
|
|
928 |
"<extra_id_99>"
|
929 |
],
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
+
"do_lower_case": false,
|
932 |
"eos_token": "</s>",
|
933 |
"extra_ids": 100,
|
934 |
"model_max_length": 512,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a51920c5f6d4005e99904ff4e7393a666d48583c95e7f716cc373272e5131c9
|
3 |
size 5368
|