Training in progress, step 500
Browse files- config.json +40 -0
- model.safetensors +3 -0
- samples/100.txt +19 -0
- samples/200.txt +19 -0
- samples/300.txt +19 -0
- samples/400.txt +19 -0
- samples/500.txt +19 -0
- samples/600.txt +19 -0
- samples/700.txt +19 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"T5ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"classifier_dropout": 0.0,
|
| 6 |
+
"d_ff": 2048,
|
| 7 |
+
"d_kv": 64,
|
| 8 |
+
"d_model": 512,
|
| 9 |
+
"decoder_start_token_id": 0,
|
| 10 |
+
"dense_act_fn": "relu",
|
| 11 |
+
"dropout_rate": 0.1,
|
| 12 |
+
"eos_token_id": 1,
|
| 13 |
+
"feed_forward_proj": "relu",
|
| 14 |
+
"initializer_factor": 1.0,
|
| 15 |
+
"is_encoder_decoder": true,
|
| 16 |
+
"is_gated_act": false,
|
| 17 |
+
"layer_norm_epsilon": 1e-06,
|
| 18 |
+
"model_type": "t5",
|
| 19 |
+
"n_positions": 512,
|
| 20 |
+
"num_decoder_layers": 6,
|
| 21 |
+
"num_heads": 8,
|
| 22 |
+
"num_layers": 6,
|
| 23 |
+
"output_past": true,
|
| 24 |
+
"pad_token_id": 0,
|
| 25 |
+
"relative_attention_max_distance": 128,
|
| 26 |
+
"relative_attention_num_buckets": 32,
|
| 27 |
+
"task_specific_params": {
|
| 28 |
+
"caption": {
|
| 29 |
+
"early_stopping": true,
|
| 30 |
+
"length_penalty": 1.0,
|
| 31 |
+
"max_length": 64,
|
| 32 |
+
"num_beams": 4,
|
| 33 |
+
"prefix": "caption: "
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.51.3",
|
| 38 |
+
"use_cache": true,
|
| 39 |
+
"vocab_size": 32128
|
| 40 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eedf6cb6f677aed32193d5fef6ec706f72626b4da9d67be177e473a9abe09a7
|
| 3 |
+
size 242041896
|
samples/100.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[NOISE] caption: <extra_id_0> under <extra_id_1> <extra_id_2> table
|
| 3 |
+
[OUT] a table the table the a table.
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[NOISE] caption: a person sitting <extra_id_0> a <extra_id_1> <extra_id_2>
|
| 7 |
+
[OUT] in chair.
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[NOISE] caption: a <extra_id_0> couch with <extra_id_1> stains <extra_id_2> the cushions
|
| 11 |
+
[OUT] couch with a stains and on couch with on couch stains and couch with stains and on couch with stains and on on.
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[NOISE] caption: an old laptop glowing <extra_id_0> <extra_id_1> <extra_id_2>
|
| 15 |
+
[OUT] .
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[NOISE] caption: a stack of <extra_id_0> <extra_id_1> hanging <extra_id_2>
|
| 19 |
+
[OUT] stacks of stacks of stacks of stacks of stacks of stacks of stacks of stacks of stacks.
|
samples/200.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[NOISE] caption: <extra_id_0> dog laying under a <extra_id_1> <extra_id_2>
|
| 3 |
+
[OUT] a tree.
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[NOISE] caption: a <extra_id_0> sitting <extra_id_1> <extra_id_2> broken vending machine
|
| 7 |
+
[OUT] woman on a a woman sitting on a broken vending machine woman sitting on a woman on a woman woman sitting on a broken vending machine machine on a broken vending machine.
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[NOISE] caption: a white couch <extra_id_0> <extra_id_1> <extra_id_2>
|
| 11 |
+
[OUT] .
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[NOISE] caption: an old laptop glowing <extra_id_0> <extra_id_1> <extra_id_2>
|
| 15 |
+
[OUT] .
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[NOISE] caption: a stack of books <extra_id_0> under a <extra_id_1> <extra_id_2>
|
| 19 |
+
[OUT] stacked shelf.
|
samples/300.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[NOISE] caption: a dog <extra_id_0> <extra_id_1> a <extra_id_2>
|
| 3 |
+
[OUT] , or dog.
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[NOISE] caption: <extra_id_0> person <extra_id_1> a <extra_id_2>
|
| 7 |
+
[OUT] a who is person.
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[NOISE] caption: a <extra_id_0> with red <extra_id_1> <extra_id_2>
|
| 11 |
+
[OUT] photo.
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[NOISE] caption: <extra_id_0> old <extra_id_1> <extra_id_2> dark room
|
| 15 |
+
[OUT] The room in a room.
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[NOISE] caption: a <extra_id_0> of <extra_id_1> placed <extra_id_2> hanging bulb
|
| 19 |
+
[OUT] piece paper in a piece in a piece paper piece in a piece piece in a hanging bulb.
|
samples/400.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[NOISE] caption: a <extra_id_0> a <extra_id_1>
|
| 3 |
+
[OUT] . a..
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[NOISE] caption: a <extra_id_0> <extra_id_1> to a broken vending <extra_id_2>
|
| 7 |
+
[OUT] broken vending machine link machine.
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[NOISE] caption: <extra_id_0> <extra_id_1> couch <extra_id_2> red stains on the cushions
|
| 11 |
+
[OUT] The The has red and The has red and The is a The has The has red and stains on the couch.
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[NOISE] caption: an old laptop <extra_id_0> <extra_id_1> dark <extra_id_2>
|
| 15 |
+
[OUT] , in.
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[NOISE] caption: a stack of <extra_id_0> placed under a <extra_id_1> <extra_id_2>
|
| 19 |
+
[OUT] paper stack of paper.
|
samples/500.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[NOISE] caption: <extra_id_0> <extra_id_1> <extra_id_2> table
|
| 3 |
+
[OUT] a table a table.
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[NOISE] caption: <extra_id_0> sitting <extra_id_1> to <extra_id_2> broken vending machine
|
| 7 |
+
[OUT] I’m next a on a broken vending machine a broken vending machine.
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[NOISE] caption: a white couch <extra_id_0> <extra_id_1> <extra_id_2> cushions
|
| 11 |
+
[OUT] with cushions soft.
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[NOISE] caption: an old laptop <extra_id_0> <extra_id_1> dark <extra_id_2>
|
| 15 |
+
[OUT] , in.
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[NOISE] caption: <extra_id_0> <extra_id_1> under a hanging <extra_id_2>
|
| 19 |
+
[OUT] a hanging wall.
|
samples/600.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[CORRUPT] caption: <extra_id_0> layinge <extra_id_1> <extra_id_2>
|
| 3 |
+
[OUTPUT] a one man on a striped rug
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[CORRUPT] caption: a <extra_id_0> <extra_id_1> next to a <extra_id_2>
|
| 7 |
+
[OUTPUT] mrs. seated striped rug
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[CORRUPT] caption: a whzite <extra_id_0> <extra_id_1> stains n he <extra_id_2>
|
| 11 |
+
[OUTPUT] and a woman are seated
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[CORRUPT] caption: <extra_id_0> laptop <extra_id_1> dark <extra_id_2>
|
| 15 |
+
[OUTPUT] a mrs. sitting on a under light
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[CORRUPT] caption: ar stack <extra_id_0> books placed <extra_id_1> a <extra_id_2> bulb
|
| 19 |
+
[OUTPUT] and two on striped
|
samples/700.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[RAW] a dog laying under a glass table
|
| 2 |
+
[CORRUPT] caption: a dogz <extra_id_0> <extra_id_1> <extra_id_2>
|
| 3 |
+
[OUTPUT] and a woman are seated on a striped rug
|
| 4 |
+
|
| 5 |
+
[RAW] a person sitting next to a broken vending machine
|
| 6 |
+
[CORRUPT] caption: a person <extra_id_0> <extra_id_1> brioken vending <extra_id_2>
|
| 7 |
+
[OUTPUT] and a woman are seated on a shoes
|
| 8 |
+
|
| 9 |
+
[RAW] a white couch with red stains on the cushions
|
| 10 |
+
[CORRUPT] caption: a <extra_id_0> <extra_id_1> with red <extra_id_2> cushions
|
| 11 |
+
[OUTPUT] man and a woman are seated striped
|
| 12 |
+
|
| 13 |
+
[RAW] an old laptop glowing in the dark room
|
| 14 |
+
[CORRUPT] caption: an ovld <extra_id_0> <extra_id_1>
|
| 15 |
+
[OUTPUT] and a woman are adjusting their beret
|
| 16 |
+
|
| 17 |
+
[RAW] a stack of books placed under a hanging bulb
|
| 18 |
+
[CORRUPT] caption: a stack <extra_id_0> books <extra_id_1> <extra_id_2> hangijng bulb
|
| 19 |
+
[OUTPUT] and two are seated on a
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ff2b074f12d595dc1428f7e0d171e3f63fd95b34d5704d181b12fe2841260e1
|
| 3 |
+
size 5368
|