Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/Colab Notebooks/HCI LAB/models/flan_t5_small-v3",
|
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:3ee9170848aeef9a98e532727bbd96d52a39e39250852fca4b385db8e4508d93
|
3 |
size 307867048
|
runs/Feb05_22-20-18_56e565795fb3/events.out.tfevents.1738794048.56e565795fb3.748.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2cf604e3ab8d9b681a2ba526079e6b6c4cb74610d98c8177a1b102af23251a2
|
3 |
+
size 16120
|
runs/Feb05_22-34-13_56e565795fb3/events.out.tfevents.1738794861.56e565795fb3.748.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe9a93188802bfee0b2c08b166f11536e50e5e4c7e227c5851a002c9f67a22a0
|
3 |
+
size 7197
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
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,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -931,9 +931,16 @@
|
|
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 |
}
|
|
|
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 |
}
|
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:429f696aded8a381316e16fe2322c02e21c073412479a4f206c7cab4d76e3e95
|
3 |
size 5432
|