Goshective
commited on
Commit
•
539e694
1
Parent(s):
0752330
Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- runs/Nov17_18-28-07_9ce899017c17/events.out.tfevents.1731868088.9ce899017c17.269.0 +3 -0
- runs/Nov17_18-31-45_9ce899017c17/events.out.tfevents.1731868306.9ce899017c17.269.1 +3 -0
- runs/Nov17_18-32-46_9ce899017c17/events.out.tfevents.1731868366.9ce899017c17.269.2 +3 -0
- runs/Nov17_18-35-04_9ce899017c17/events.out.tfevents.1731868506.9ce899017c17.2198.0 +3 -0
- tokenizer.json +6 -1
- tokenizer_config.json +0 -4
- 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": "google-t5/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:1d7295c40ce84cd609799a4708ed6de6e4fbdba4cb4409ec18e7b03043876e26
|
3 |
size 242041896
|
runs/Nov17_18-28-07_9ce899017c17/events.out.tfevents.1731868088.9ce899017c17.269.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2737e5ef6e4cc7c647160d984a09cc549e3bacec9c917fafe394dccada393c8f
|
3 |
+
size 6073
|
runs/Nov17_18-31-45_9ce899017c17/events.out.tfevents.1731868306.9ce899017c17.269.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d431f790fb21e1064f9d129c76469ebeecc57c8535e894373c644f94c6581b52
|
3 |
+
size 4184
|
runs/Nov17_18-32-46_9ce899017c17/events.out.tfevents.1731868366.9ce899017c17.269.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd2e62d2ea8d5f5db315306569f4d74454cce753a89db4c34c14c21f5405958c
|
3 |
+
size 4184
|
runs/Nov17_18-35-04_9ce899017c17/events.out.tfevents.1731868506.9ce899017c17.2198.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33934277aa25552a3e0b26e04ac169388e4c0e5f3ee901c06cf370f6c34b277c
|
3 |
+
size 7022
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 128,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
tokenizer_config.json
CHANGED
@@ -930,12 +930,8 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
-
"max_length": 128,
|
934 |
"model_max_length": 512,
|
935 |
"pad_token": "<pad>",
|
936 |
-
"stride": 0,
|
937 |
"tokenizer_class": "T5Tokenizer",
|
938 |
-
"truncation_side": "right",
|
939 |
-
"truncation_strategy": "longest_first",
|
940 |
"unk_token": "<unk>"
|
941 |
}
|
|
|
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>"
|
937 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a67712bd26de31f401f89e26a145e8a8646aef717266acb71eca225c5e07c1d
|
3 |
size 5432
|