suneeln-duke
commited on
Commit
•
162d84a
1
Parent(s):
9fc7023
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Falconsai/text_summarization",
|
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:897a9c9c2b26971ab8a40aff99ff30710393f47bed1fbddb804dc6ad429fb5e0
|
3 |
size 242041896
|
runs/Apr21_19-48-17_c9af55bc8b8e/events.out.tfevents.1713728898.c9af55bc8b8e.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1baacbf29025d27e4fb54f705eb0213cf0c937be7293773e5d70afe92c588732
|
3 |
+
size 10014
|
tokenizer_config.json
CHANGED
@@ -930,8 +930,12 @@
|
|
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 |
}
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
+
"max_length": 256,
|
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 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76fc3e768ebeac1db6249d6775c5254dedf75c05d73ea0c2ff3d43783322a2ac
|
3 |
size 5048
|