Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "t5-base",
|
3 |
"architectures": [
|
4 |
"T5ForQuestionAnswering"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google-t5/t5-base",
|
3 |
"architectures": [
|
4 |
"T5ForQuestionAnswering"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891651032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccc6ac7a1f46551aadbd9d4252d00f3cf45ce0a4c754bf60f52c0f25238a71fd
|
3 |
size 891651032
|
runs/Mar29_02-26-38_c2c4934ab08c/events.out.tfevents.1711680609.c2c4934ab08c.420.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fc64008863e3b45d59113a5e2ac7ed341f66507e4d9892e804d7a319752f0b1
|
3 |
+
size 757
|
runs/Mar29_04-10-40_c2c4934ab08c/events.out.tfevents.1711685451.c2c4934ab08c.420.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:733d0f88ba9240118ce9dba896a8f9fb582592aec433df354e8e113c53ee368b
|
3 |
+
size 5852
|
tokenizer_config.json
CHANGED
@@ -930,7 +930,7 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
-
"model_max_length":
|
934 |
"pad_token": "<pad>",
|
935 |
"tokenizer_class": "T5Tokenizer",
|
936 |
"unk_token": "<unk>"
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
+
"model_max_length": 512,
|
934 |
"pad_token": "<pad>",
|
935 |
"tokenizer_class": "T5Tokenizer",
|
936 |
"unk_token": "<unk>"
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f318325a4a647f107394741b9c79e614143819faa0088e8e083ba8023e08f3d1
|
3 |
size 4856
|