Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- runs/Feb05_22-20-18_56e565795fb3/events.out.tfevents.1738794048.56e565795fb3.748.0 +3 -0
- tokenizer.json +16 -2
- tokenizer_config.json +0 -7
- 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/flan-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 307867048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0882c6b28eee200a648cfd61a3d8d9018308771bc9b33981ceb042296eca46bb
|
3 |
size 307867048
|
runs/Feb05_22-20-18_56e565795fb3/events.out.tfevents.1738794048.56e565795fb3.748.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35a7dca325e37f4f34d2310e514fd0a53a86c8feffac848b356317d615bdf941
|
3 |
+
size 7119
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 256,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 256
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 0,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "<pad>"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -931,16 +931,9 @@
|
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
"extra_special_tokens": {},
|
934 |
-
"max_length": 256,
|
935 |
"model_max_length": 512,
|
936 |
-
"pad_to_multiple_of": null,
|
937 |
"pad_token": "<pad>",
|
938 |
-
"pad_token_type_id": 0,
|
939 |
-
"padding_side": "right",
|
940 |
"sp_model_kwargs": {},
|
941 |
-
"stride": 0,
|
942 |
"tokenizer_class": "T5Tokenizer",
|
943 |
-
"truncation_side": "right",
|
944 |
-
"truncation_strategy": "longest_first",
|
945 |
"unk_token": "<unk>"
|
946 |
}
|
|
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
"extra_special_tokens": {},
|
|
|
934 |
"model_max_length": 512,
|
|
|
935 |
"pad_token": "<pad>",
|
|
|
|
|
936 |
"sp_model_kwargs": {},
|
|
|
937 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
938 |
"unk_token": "<unk>"
|
939 |
}
|
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:50c8d9b2f05bde8ddf1d2dd6ef921251c27916009b68a20b31d59ff92c4a02c6
|
3 |
size 5432
|