Training in progress, step 200
Browse files- model.safetensors +1 -1
- samples/100.txt +20 -0
- samples/200.txt +20 -0
- tokenizer.json +2 -11
- training_args.bin +1 -1
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:73e31459dbb55bfd70143c6574c7f88f36e9daf81c61c9f08975b6a0deb2392a
|
| 3 |
size 242041896
|
samples/100.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[NOISE] summarize: a dog laying under a glass table
|
| 3 |
+
[OUTPUT] a dog laying under a glass table lays under a glass table.
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[NOISE] summarize: a person sitting next to a broken vending machine
|
| 7 |
+
[OUTPUT] a person sitting next to a broken vending machine sitting next to a broken vending machine.
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[NOISE] summarize: a white couch with stains on the cushions [PAD]
|
| 11 |
+
[OUTPUT] white couch with stains on the cushions [PAD]
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[NOISE] summarize: an laptop glowing in the dark room [MASK]
|
| 15 |
+
[OUTPUT] an laptop glowing in the dark room [MASK]
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[NOISE] summarize: a stack of books placed under a hanging bulb
|
| 19 |
+
[OUTPUT] a stack of books placed under a hanging bulb placed under a hanging bulb.
|
| 20 |
+
|
samples/200.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[NOISE] summarize: a dog laying under a glass table
|
| 3 |
+
[OUTPUT] a dog laying under a glass table lays under a glass table.
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[NOISE] summarize: a person sitting next to a
|
| 7 |
+
[OUTPUT] a person sitting next to a person sitting next to a person sitting next to a person sitting next to a person sitting next to a person sitting next to a person sitting next to a person sitting next to a person sitting next to a person sitting next to a person
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[NOISE] summarize: a white couch with stains on the cushions
|
| 11 |
+
[OUTPUT] a white couch with stains on the cushions is a white.
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[NOISE] summarize: an laptop glowing in the dark room
|
| 15 |
+
[OUTPUT] an laptop glowing in the dark room glowing in the dark room.
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[NOISE] summarize: a stack of books placed
|
| 19 |
+
[OUTPUT] a stack of books placed in a stack of books.
|
| 20 |
+
|
tokenizer.json
CHANGED
|
@@ -2,20 +2,11 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
-
"padding":
|
| 10 |
-
"strategy": {
|
| 11 |
-
"Fixed": 64
|
| 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,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 256,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
| 12 |
"id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70c2527c1ae000b124aec78d8fe6ff27b7a7c6c0ee8772314f8a692f9f7c76e3
|
| 3 |
size 5304
|