sanchit-gandhi HF staff commited on
Commit
0dbdee8
1 Parent(s): 37b70d4

Saving weights and logs of step 0k

Browse files
Files changed (25) hide show
  1. events.out.tfevents.1651947980.t1v-n-4eb331dd-w-0.39832.0.v2 +3 -0
  2. flax_model.msgpack +1 -1
  3. run_librispeech.sh +3 -3
  4. wandb/debug-internal.log +1 -1
  5. wandb/debug.log +1 -1
  6. wandb/latest-run +1 -1
  7. wandb/run-20220507_182041-10w2xueo/files/config.yaml +9 -0
  8. wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]/step_0k_15_b59f86c33aa51dff79ab.table.json +1 -0
  9. wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]/step_0k_incorrect_15_b59f86c33aa51dff79ab.table.json +1 -0
  10. wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]/step_0k_15_a7d6e656cdc47be11a4d.table.json +1 -0
  11. wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]/step_0k_incorrect_15_623faa4883d23d9d4194.table.json +1 -0
  12. wandb/run-20220507_182041-10w2xueo/files/output.log +8 -0
  13. wandb/run-20220507_182041-10w2xueo/files/wandb-summary.json +1 -1
  14. wandb/run-20220507_182041-10w2xueo/logs/debug-internal.log +186 -0
  15. wandb/run-20220507_182041-10w2xueo/logs/debug.log +130 -0
  16. wandb/run-20220507_182041-10w2xueo/run-10w2xueo.wandb +0 -0
  17. wandb/run-20220507_182604-jtmmbwaj/files/config.yaml +27 -0
  18. wandb/run-20220507_182604-jtmmbwaj/files/media/table/eval/step_0k_5_f901d5b4b0d1263be066.table.json +1 -0
  19. wandb/run-20220507_182604-jtmmbwaj/files/output.log +686 -0
  20. wandb/run-20220507_182604-jtmmbwaj/files/requirements.txt +182 -0
  21. wandb/run-20220507_182604-jtmmbwaj/files/wandb-metadata.json +58 -0
  22. wandb/run-20220507_182604-jtmmbwaj/files/wandb-summary.json +1 -0
  23. wandb/run-20220507_182604-jtmmbwaj/logs/debug-internal.log +102 -0
  24. wandb/run-20220507_182604-jtmmbwaj/logs/debug.log +25 -0
  25. wandb/run-20220507_182604-jtmmbwaj/run-jtmmbwaj.wandb +0 -0
events.out.tfevents.1651947980.t1v-n-4eb331dd-w-0.39832.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e23ada0b8f272066770675aae9899987e626685ca73ad95159171d57a94c8031
3
+ size 40
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d6fb9e8ee08e9b9540c36c62c5e9b84aeefbf2a505e7c29021512a812e0ec5e
3
  size 218688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1811b821c9a1145200e14d92a3c11f1545d413e2f6d069eef5ce2624b079b2
3
  size 218688
run_librispeech.sh CHANGED
@@ -11,7 +11,7 @@ python run_flax_speech_recognition_seq2seq.py \
11
  --preprocessing_num_workers="1" \
12
  --length_column_name="input_length" \
13
  --overwrite_output_dir \
14
- --max_steps="15" \
15
  --eval_steps="5" \
16
  --save_steps="5" \
17
  --per_device_train_batch_size="2" \
@@ -21,8 +21,8 @@ python run_flax_speech_recognition_seq2seq.py \
21
  --max_target_length="64" \
22
  --generation_max_length="40" \
23
  --generation_num_beams="1" \
24
- --final_generation_max_length="50" \
25
- --final_generation_num_beams="2" \
26
  --learning_rate="3e-4" \
27
  --warmup_steps="500" \
28
  --text_column_name="text" \
 
11
  --preprocessing_num_workers="1" \
12
  --length_column_name="input_length" \
13
  --overwrite_output_dir \
14
+ --max_steps="10" \
15
  --eval_steps="5" \
16
  --save_steps="5" \
17
  --per_device_train_batch_size="2" \
 
21
  --max_target_length="64" \
22
  --generation_max_length="40" \
23
  --generation_num_beams="1" \
24
+ --final_generation_max_length="40" \
25
+ --final_generation_num_beams="1" \
26
  --learning_rate="3e-4" \
27
  --warmup_steps="500" \
28
  --text_column_name="text" \
wandb/debug-internal.log CHANGED
@@ -1 +1 @@
1
- run-20220507_182041-10w2xueo/logs/debug-internal.log
 
1
+ run-20220507_182604-jtmmbwaj/logs/debug-internal.log
wandb/debug.log CHANGED
@@ -1 +1 @@
1
- run-20220507_182041-10w2xueo/logs/debug.log
 
1
+ run-20220507_182604-jtmmbwaj/logs/debug.log
wandb/latest-run CHANGED
@@ -1 +1 @@
1
- run-20220507_182041-10w2xueo
 
1
+ run-20220507_182604-jtmmbwaj
wandb/run-20220507_182041-10w2xueo/files/config.yaml CHANGED
@@ -20,6 +20,15 @@ _wandb:
20
  - 45
21
  - 49
22
  - 51
 
 
 
 
 
 
 
 
 
23
  4: 3.8.10
24
  5: 0.12.11
25
  6: 4.18.0.dev0
 
20
  - 45
21
  - 49
22
  - 51
23
+ 2:
24
+ - 1
25
+ - 2
26
+ - 3
27
+ - 11
28
+ - 12
29
+ - 45
30
+ - 49
31
+ - 51
32
  4: 3.8.10
33
  5: 0.12.11
34
  6: 4.18.0.dev0
wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]/step_0k_15_b59f86c33aa51dff79ab.table.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"columns": ["id", "label_str", "beam_1", "beam_2"], "data": [["1272-128104-0000", "mister quilter is the apostle of the middle classes and we are glad to welcome his gospel", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0001", "nor is mister quilter's manner less interesting than his matter", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0002", "he tells us that at this festive season of the year with christmas and roast beef looming before us similes drawn from eating and its results occur most readily to the mind", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0003", "he has grave doubts whether sir frederick leighton's work is really greek after all and can discover in it but little of rocky ithaca", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0005", "it is obviously unnecessary for us to point out how luminous these criticisms are how delicate in expression", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0006", "on the general principles of art mister quilter writes with equal lucidity", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0007", "painting he tells us is of a different quality to mathematics and finish in art is adding more fact", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0008", "as for etchings they are of two kinds british and foreign", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0010", "near the fire and the ornaments fred brought home from india on the mantel board", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0012", "only unfortunately his own work never does get good", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0013", "mister quilter has missed his chance for he has failed even to make himself the tupper of painting", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0014", "by harry quilter m a", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0000", "because you were sleeping instead of conquering the lovely rose princess has become a fiddle without a bow while poor shaggy sits there a cooing dove", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0001", "he has gone and gone for good answered polychrome who had managed to squeeze into the room beside the dragon and had witnessed the occurrences with much interest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0002", "i have remained a prisoner only because i wished to be one and with this he stepped forward and burst the stout chains as easily as if they had been threads", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0003", "the little girl had been asleep but she heard the raps and opened the door", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0004", "the king has fled in disgrace and your friends are asking for you", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0005", "i begged ruggedo long ago to send him away but he would not do so", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0006", "i also offered to help your brother to escape but he would not go", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0007", "he eats and sleeps very steadily replied the new king", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0008", "i hope he doesn't work too hard said shaggy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0009", "he doesn't work at all", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0010", "in fact there is nothing he can do in these dominions as well as our nomes whose numbers are so great that it worries us to keep them all busy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0011", "not exactly returned kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0012", "where is my brother now", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0013", "inquired shaggy in the metal forest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0014", "where is that", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0015", "the metal forest is in the great domed cavern the largest in all our dominions replied kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0016", "kaliko hesitated", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0017", "however if we look sharp we may be able to discover one of these secret ways", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0018", "oh no i'm quite sure he didn't", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0019", "that's funny remarked betsy thoughtfully", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0020", "i don't believe ann knew any magic or she'd have worked it before", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0021", "i do not know confessed shaggy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0022", "true agreed kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0023", "kaliko went to the big gong and pounded on it just as ruggedo used to do but no one answered the summons", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0000", "a man said to the universe sir i exist", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0001", "sweat covered brion's body trickling into the tight loincloth that was the only garment he wore", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0003", "his instant of panic was followed by a small sharp blow high on his chest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0004", "one minute a voice said and the time buzzer sounded", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0005", "a minute is not a very large measure of time and his body needed every fraction of it", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0006", "the buzzer's whirr triggered his muscles into complete relaxation", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0007", "only his heart and lungs worked on at a strong measured rate", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0008", "he was in reverie sliding along the borders of consciousness", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0009", "the contestants in the twenties needed undisturbed rest therefore nights in the dormitories were as quiet as death", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0010", "particularly so on this last night when only two of the little cubicles were occupied the thousands of others standing with dark empty doors", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0011", "the other voice snapped with a harsh urgency clearly used to command", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0012", "i'm here because the matter is of utmost importance and brandd is the one i must see now stand aside", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"]]}
wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]/step_0k_incorrect_15_b59f86c33aa51dff79ab.table.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"columns": ["id", "label_str", "beam_1", "beam_2"], "data": [["1272-128104-0000", "mister quilter is the apostle of the middle classes and we are glad to welcome his gospel", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0001", "nor is mister quilter's manner less interesting than his matter", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0002", "he tells us that at this festive season of the year with christmas and roast beef looming before us similes drawn from eating and its results occur most readily to the mind", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0003", "he has grave doubts whether sir frederick leighton's work is really greek after all and can discover in it but little of rocky ithaca", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0005", "it is obviously unnecessary for us to point out how luminous these criticisms are how delicate in expression", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0006", "on the general principles of art mister quilter writes with equal lucidity", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0007", "painting he tells us is of a different quality to mathematics and finish in art is adding more fact", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0008", "as for etchings they are of two kinds british and foreign", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0010", "near the fire and the ornaments fred brought home from india on the mantel board", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0012", "only unfortunately his own work never does get good", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0013", "mister quilter has missed his chance for he has failed even to make himself the tupper of painting", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0014", "by harry quilter m a", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0000", "because you were sleeping instead of conquering the lovely rose princess has become a fiddle without a bow while poor shaggy sits there a cooing dove", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0001", "he has gone and gone for good answered polychrome who had managed to squeeze into the room beside the dragon and had witnessed the occurrences with much interest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0002", "i have remained a prisoner only because i wished to be one and with this he stepped forward and burst the stout chains as easily as if they had been threads", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0003", "the little girl had been asleep but she heard the raps and opened the door", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0004", "the king has fled in disgrace and your friends are asking for you", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0005", "i begged ruggedo long ago to send him away but he would not do so", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0006", "i also offered to help your brother to escape but he would not go", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0007", "he eats and sleeps very steadily replied the new king", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0008", "i hope he doesn't work too hard said shaggy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0009", "he doesn't work at all", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0010", "in fact there is nothing he can do in these dominions as well as our nomes whose numbers are so great that it worries us to keep them all busy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0011", "not exactly returned kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0012", "where is my brother now", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0013", "inquired shaggy in the metal forest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0014", "where is that", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0015", "the metal forest is in the great domed cavern the largest in all our dominions replied kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0016", "kaliko hesitated", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0017", "however if we look sharp we may be able to discover one of these secret ways", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0018", "oh no i'm quite sure he didn't", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0019", "that's funny remarked betsy thoughtfully", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0020", "i don't believe ann knew any magic or she'd have worked it before", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0021", "i do not know confessed shaggy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0022", "true agreed kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0023", "kaliko went to the big gong and pounded on it just as ruggedo used to do but no one answered the summons", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0000", "a man said to the universe sir i exist", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0001", "sweat covered brion's body trickling into the tight loincloth that was the only garment he wore", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0003", "his instant of panic was followed by a small sharp blow high on his chest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0004", "one minute a voice said and the time buzzer sounded", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0005", "a minute is not a very large measure of time and his body needed every fraction of it", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0006", "the buzzer's whirr triggered his muscles into complete relaxation", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0007", "only his heart and lungs worked on at a strong measured rate", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0008", "he was in reverie sliding along the borders of consciousness", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0009", "the contestants in the twenties needed undisturbed rest therefore nights in the dormitories were as quiet as death", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0010", "particularly so on this last night when only two of the little cubicles were occupied the thousands of others standing with dark empty doors", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0011", "the other voice snapped with a harsh urgency clearly used to command", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0012", "i'm here because the matter is of utmost importance and brandd is the one i must see now stand aside", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"]]}
wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]/step_0k_15_a7d6e656cdc47be11a4d.table.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"columns": ["id", "label_str", "beam_1", "beam_2"], "data": [["1272-128104-0000", "mister quilter is the apostle of the middle classes and we are glad to welcome his gospel", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0001", "nor is mister quilter's manner less interesting than his matter", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0002", "he tells us that at this festive season of the year with christmas and roast beef looming before us similes drawn from eating and its results occur most readily to the mind", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0003", "he has grave doubts whether sir frederick leighton's work is really greek after all and can discover in it but little of rocky ithaca", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0005", "it is obviously unnecessary for us to point out how luminous these criticisms are how delicate in expression", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0006", "on the general principles of art mister quilter writes with equal lucidity", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0007", "painting he tells us is of a different quality to mathematics and finish in art is adding more fact", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0008", "as for etchings they are of two kinds british and foreign", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0010", "near the fire and the ornaments fred brought home from india on the mantel board", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0012", "only unfortunately his own work never does get good", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0013", "mister quilter has missed his chance for he has failed even to make himself the tupper of painting", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0014", "by harry quilter m a", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0000", "because you were sleeping instead of conquering the lovely rose princess has become a fiddle without a bow while poor shaggy sits there a cooing dove", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0001", "he has gone and gone for good answered polychrome who had managed to squeeze into the room beside the dragon and had witnessed the occurrences with much interest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0002", "i have remained a prisoner only because i wished to be one and with this he stepped forward and burst the stout chains as easily as if they had been threads", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0003", "the little girl had been asleep but she heard the raps and opened the door", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0004", "the king has fled in disgrace and your friends are asking for you", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0005", "i begged ruggedo long ago to send him away but he would not do so", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0006", "i also offered to help your brother to escape but he would not go", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0007", "he eats and sleeps very steadily replied the new king", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0008", "i hope he doesn't work too hard said shaggy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0009", "he doesn't work at all", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0010", "in fact there is nothing he can do in these dominions as well as our nomes whose numbers are so great that it worries us to keep them all busy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0011", "not exactly returned kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0012", "where is my brother now", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0013", "inquired shaggy in the metal forest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0014", "where is that", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0015", "the metal forest is in the great domed cavern the largest in all our dominions replied kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0016", "kaliko hesitated", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0017", "however if we look sharp we may be able to discover one of these secret ways", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0018", "oh no i'm quite sure he didn't", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0019", "that's funny remarked betsy thoughtfully", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0020", "i don't believe ann knew any magic or she'd have worked it before", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0021", "i do not know confessed shaggy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0022", "true agreed kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0023", "kaliko went to the big gong and pounded on it just as ruggedo used to do but no one answered the summons", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0000", "a man said to the universe sir i exist", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0001", "sweat covered brion's body trickling into the tight loincloth that was the only garment he wore", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0003", "his instant of panic was followed by a small sharp blow high on his chest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0004", "one minute a voice said and the time buzzer sounded", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0005", "a minute is not a very large measure of time and his body needed every fraction of it", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0006", "the buzzer's whirr triggered his muscles into complete relaxation", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0007", "only his heart and lungs worked on at a strong measured rate", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0008", "he was in reverie sliding along the borders of consciousness", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0009", "the contestants in the twenties needed undisturbed rest therefore nights in the dormitories were as quiet as death", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0010", "particularly so on this last night when only two of the little cubicles were occupied the thousands of others standing with dark empty doors", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0011", "the other voice snapped with a harsh urgency clearly used to command", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0012", "i'm here because the matter is of utmost importance and brandd is the one i must see now stand aside", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0013", "the twenties", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0014", "he must have drawn his gun because the intruder said quickly put that away you're being a fool out", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"]]}
wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]/step_0k_incorrect_15_623faa4883d23d9d4194.table.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"columns": ["id", "label_str", "beam_1", "beam_2"], "data": [["1272-128104-0000", "mister quilter is the apostle of the middle classes and we are glad to welcome his gospel", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0001", "nor is mister quilter's manner less interesting than his matter", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0002", "he tells us that at this festive season of the year with christmas and roast beef looming before us similes drawn from eating and its results occur most readily to the mind", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0003", "he has grave doubts whether sir frederick leighton's work is really greek after all and can discover in it but little of rocky ithaca", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0005", "it is obviously unnecessary for us to point out how luminous these criticisms are how delicate in expression", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0006", "on the general principles of art mister quilter writes with equal lucidity", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0007", "painting he tells us is of a different quality to mathematics and finish in art is adding more fact", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0008", "as for etchings they are of two kinds british and foreign", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0010", "near the fire and the ornaments fred brought home from india on the mantel board", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0012", "only unfortunately his own work never does get good", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0013", "mister quilter has missed his chance for he has failed even to make himself the tupper of painting", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-128104-0014", "by harry quilter m a", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0000", "because you were sleeping instead of conquering the lovely rose princess has become a fiddle without a bow while poor shaggy sits there a cooing dove", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0001", "he has gone and gone for good answered polychrome who had managed to squeeze into the room beside the dragon and had witnessed the occurrences with much interest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0002", "i have remained a prisoner only because i wished to be one and with this he stepped forward and burst the stout chains as easily as if they had been threads", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0003", "the little girl had been asleep but she heard the raps and opened the door", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0004", "the king has fled in disgrace and your friends are asking for you", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0005", "i begged ruggedo long ago to send him away but he would not do so", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0006", "i also offered to help your brother to escape but he would not go", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0007", "he eats and sleeps very steadily replied the new king", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0008", "i hope he doesn't work too hard said shaggy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0009", "he doesn't work at all", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0010", "in fact there is nothing he can do in these dominions as well as our nomes whose numbers are so great that it worries us to keep them all busy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0011", "not exactly returned kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0012", "where is my brother now", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0013", "inquired shaggy in the metal forest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0014", "where is that", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0015", "the metal forest is in the great domed cavern the largest in all our dominions replied kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0016", "kaliko hesitated", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0017", "however if we look sharp we may be able to discover one of these secret ways", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0018", "oh no i'm quite sure he didn't", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0019", "that's funny remarked betsy thoughtfully", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0020", "i don't believe ann knew any magic or she'd have worked it before", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0021", "i do not know confessed shaggy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0022", "true agreed kaliko", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-135031-0023", "kaliko went to the big gong and pounded on it just as ruggedo used to do but no one answered the summons", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0000", "a man said to the universe sir i exist", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0001", "sweat covered brion's body trickling into the tight loincloth that was the only garment he wore", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0003", "his instant of panic was followed by a small sharp blow high on his chest", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0004", "one minute a voice said and the time buzzer sounded", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0005", "a minute is not a very large measure of time and his body needed every fraction of it", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0006", "the buzzer's whirr triggered his muscles into complete relaxation", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0007", "only his heart and lungs worked on at a strong measured rate", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0008", "he was in reverie sliding along the borders of consciousness", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0009", "the contestants in the twenties needed undisturbed rest therefore nights in the dormitories were as quiet as death", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0010", "particularly so on this last night when only two of the little cubicles were occupied the thousands of others standing with dark empty doors", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0011", "the other voice snapped with a harsh urgency clearly used to command", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0012", "i'm here because the matter is of utmost importance and brandd is the one i must see now stand aside", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0013", "the twenties", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0014", "he must have drawn his gun because the intruder said quickly put that away you're being a fool out", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0015", "there was silence then and still wondering brion was once more asleep", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0016", "ten seconds", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0017", "he asked the handler who was kneading his aching muscles", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0018", "a red haired mountain of a man with an apparently inexhaustible store of energy", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0019", "there could be little art in this last and final round of fencing", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0020", "just thrust and parry and victory to the stronger", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0021", "every man who entered the twenties had his own training tricks", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0022", "there appeared to be an immediate association with the death trauma as if the two were inextricably linked into one", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0023", "the strength that enables someone in a trance to hold his body stiff and unsupported except at two points the head and heels", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0024", "this is physically impossible when conscious", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0025", "others had died before during the twenties and death during the last round was in some ways easier than defeat", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0026", "breathing deeply brion softly spoke the auto hypnotic phrases that triggered the process", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0027", "when the buzzer sounded he pulled his foil from his second's startled grasp and ran forward", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"], ["1272-141231-0028", "irolg looked amazed at the sudden fury of the attack then smiled", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeode", " Mar MarSSSersersDDDDDDDDDDDDDDDDDDodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeodeausausode"]]}
wandb/run-20220507_182041-10w2xueo/files/output.log CHANGED
@@ -711,3 +711,11 @@ Training...: 75%|████████████████████
711
  Evaluating ...: 50%|██████████████████████████████████▌ | 2/4 [00:26<00:25, 12.89s/it]
712
  Model weights saved in /home/sanchitgandhi/flax-dummy/flax_model.msgpack | 3/4 [00:42<00:00, 1.57it/s]
713
  tokenizer config file saved in ./tokenizer_config.json
 
 
 
 
 
 
 
 
 
711
  Evaluating ...: 50%|██████████████████████████████████▌ | 2/4 [00:26<00:25, 12.89s/it]
712
  Model weights saved in /home/sanchitgandhi/flax-dummy/flax_model.msgpack | 3/4 [00:42<00:00, 1.57it/s]
713
  tokenizer config file saved in ./tokenizer_config.json
714
+ Special tokens file saved in ./special_tokens_map.json
715
+ Training...: 75%|██████████████████████████████████████████████████████ | 3/4 [00:46<00:15, 15.35s/it]
716
+ Epoch... (4/4 | Eval Loss: 6.897119522094727 | Eval wer: 1.0 |): 100%|████████████████████| 4/4 [03:16<00:00, 49.17s/it]
717
+ Predicting validation[:90%]...: 33%|█████████████████▋ | 1/3 [00:00<00:01, 1.25it/s]
718
+ Predicting validation[:90%]...: 100%|█████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.69it/s]
719
+ Predicting validation[:95%]...: 25%|█████████████▎ | 1/4 [00:00<00:02, 1.31it/s]
720
+
721
+ Predicting validation[:95%]...: 100%|█████████████████████████████████████████████████████| 4/4 [00:02<00:00, 1.76it/s]
wandb/run-20220507_182041-10w2xueo/files/wandb-summary.json CHANGED
@@ -1 +1 @@
1
- {"train/decoder_grad_norm": 0.31127846240997314, "train/decoder_param_norm": 10.98730754852295, "train/encoder_grad_norm": 5.086621968075633e-05, "train/encoder_param_norm": 21.972970962524414, "train/grad_norm": 0.31127846240997314, "layer_grad_norm/": {"decoder": {"model": {"decoder": {"embed_positions": {"embedding": 0.16181260347366333}, "embed_tokens": {"embedding": 0.264656662940979}, "layernorm_embedding": {"bias": 0.006132543087005615, "scale": 0.003963510040193796}, "layers": {"FlaxBartDecoderLayers": {"encoder_attn": {"k_proj": {"bias": 4.760772939066404e-13, "kernel": 9.019197064544238e-13}, "out_proj": {"bias": 0.009287419728934765, "kernel": 4.477614857023582e-05}, "q_proj": {"bias": 5.63487516196115e-13, "kernel": 1.0650009520107862e-12}, "v_proj": {"bias": 0.0010653012432157993, "kernel": 3.856725015793927e-06}}, "encoder_attn_layer_norm": {"bias": 0.008970871567726135, "scale": 0.00568355293944478}, "fc1": {"bias": 0.00021454342640936375, "kernel": 0.0004886973183602095}, "fc2": {"bias": 0.009258425794541836, "kernel": 0.00045121213770471513}, "final_layer_norm": {"bias": 0.009615902788937092, "scale": 0.006102859508246183}, "self_attn": {"k_proj": {"bias": 1.3394082509776695e-09, "kernel": 4.827747034141794e-06}, "out_proj": {"bias": 0.009113194420933723, "kernel": 0.0009733127080835402}, "q_proj": {"bias": 1.4429856491915416e-06, "kernel": 4.96392840432236e-06}, "v_proj": {"bias": 0.0007351218373514712, "kernel": 0.0010916985338553786}}, "self_attn_layer_norm": {"bias": 0.008969899266958237, "scale": 0.005678738001734018}}}}}}, "encoder": {"adapter": {"layers": {"0": {"conv": {"bias": 2.619268002490571e-07, "kernel": 1.2200824812680366e-06}}, "1": {"conv": {"bias": 3.2373091016779654e-06, "kernel": 1.3693480696019833e-06}}, "2": {"conv": {"bias": 5.065414006821811e-05, "kernel": 2.275547785757226e-06}}}}, "encoder": {"layer_norm": {"bias": 3.875236487260736e-08, "scale": 3.650042401659448e-08}, "layers": {"FlaxWav2Vec2EncoderLayers": {"attention": {"k_proj": {"bias": 2.439466111278936e-15, "kernel": 2.778785812562745e-10}, "out_proj": {"bias": 9.051478855326422e-07, "kernel": 1.5980559453510068e-07}, "q_proj": {"bias": 9.94579904545212e-11, "kernel": 2.817066857563333e-10}, "v_proj": {"bias": 7.269387936048588e-08, "kernel": 1.616568852114142e-07}}, "feed_forward": {"intermediate_dense": {"bias": 3.8515789668736033e-08, "kernel": 1.2026222862004943e-07}, "output_dense": {"bias": 8.652439191791927e-07, "kernel": 1.3717075830754766e-07}}, "final_layer_norm": {"bias": 3.382784941052819e-09, "scale": 2.6065050118262434e-09}, "layer_norm": {"bias": 6.3792673365981045e-09, "scale": 3.688827021619545e-09}}}, "pos_conv_embed": {"conv": {"bias": 3.536222834554792e-07, "weight_g": 6.436106758656024e-09, "weight_v": 6.511619687898929e-08}}}, "feature_extractor": {"conv_layers": {"0": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}, "1": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}, "2": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}}}, "feature_projection": {"layer_norm": {"bias": 8.640768101031426e-08, "scale": 6.044664768722896e-09}, "projection": {"bias": 6.821301781201328e-07, "kernel": 4.188162847640342e-07}}, "masked_spec_embed": 0.0}}, "layer_param_norm/": {"decoder": {"model": {"decoder": {"embed_positions": {"embedding": 0.7995815277099609}, "embed_tokens": {"embedding": 2.5085296630859375}, "layernorm_embedding": {"bias": 0.004361934028565884, "scale": 4.000094890594482}, "layers": {"FlaxBartDecoderLayers": {"encoder_attn": {"k_proj": {"bias": 2.6065467562119693e-09, "kernel": 0.43237069249153137}, "out_proj": {"bias": 0.006141679361462593, "kernel": 0.46700581908226013}, "q_proj": {"bias": 3.267648907012699e-08, "kernel": 0.4763868451118469}, "v_proj": {"bias": 0.006589830853044987, "kernel": 0.4629480540752411}}, "encoder_attn_layer_norm": {"bias": 0.006262103095650673, "scale": 5.656976222991943}, "fc1": {"bias": 0.0031223606783896685, "kernel": 0.2302798181772232}, "fc2": {"bias": 0.00615581963211298, "kernel": 0.22852328419685364}, "final_layer_norm": {"bias": 0.006027163937687874, "scale": 5.657150745391846}, "self_attn": {"k_proj": {"bias": 1.3372760804486461e-05, "kernel": 0.4488905072212219}, "out_proj": {"bias": 0.006145601160824299, "kernel": 0.45959365367889404}, "q_proj": {"bias": 0.005336169619113207, "kernel": 0.4389868676662445}, "v_proj": {"bias": 0.005919124931097031, "kernel": 0.4739585518836975}}, "self_attn_layer_norm": {"bias": 0.00626227306202054, "scale": 5.656976222991943}}}}}}, "encoder": {"adapter": {"layers": {"0": {"conv": {"bias": 0.0037403746973723173, "kernel": 0.7979508638381958}}, "1": {"conv": {"bias": 0.0046758814714848995, "kernel": 0.7823925018310547}}, "2": {"conv": {"bias": 0.00455193966627121, "kernel": 0.7934386730194092}}}}, "encoder": {"layer_norm": {"bias": 0.001389848766848445, "scale": 4.000479221343994}, "layers": {"FlaxWav2Vec2EncoderLayers": {"attention": {"k_proj": {"bias": 1.166838292654404e-10, "kernel": 0.6511669158935547}, "out_proj": {"bias": 0.004363450221717358, "kernel": 0.6515608429908752}, "q_proj": {"bias": 9.010480425786227e-06, "kernel": 0.636457085609436}, "v_proj": {"bias": 0.0028076169546693563, "kernel": 0.6421331167221069}}, "feed_forward": {"intermediate_dense": {"bias": 0.0022568020503968, "kernel": 0.7063411474227905}, "output_dense": {"bias": 0.0046123177744448185, "kernel": 0.7153207063674927}}, "final_layer_norm": {"bias": 0.00032168187317438424, "scale": 7.999977111816406}, "layer_norm": {"bias": 0.0006278602522797883, "scale": 8.00004768371582}}}, "pos_conv_embed": {"conv": {"bias": 0.0019173430046066642, "weight_g": 2.277704954147339, "weight_v": 2.2775826454162598}}}, "feature_extractor": {"conv_layers": {"0": {"conv": {"kernel": 7.867799758911133}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}, "1": {"conv": {"kernel": 8.025212287902832}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}, "2": {"conv": {"kernel": 7.975250720977783}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}}}, "feature_projection": {"layer_norm": {"bias": 0.0015890453942120075, "scale": 5.656809329986572}, "projection": {"bias": 0.0018879296258091927, "kernel": 0.4300922155380249}}, "masked_spec_embed": 2.404470205307007}}, "train/learning_rate": 8.400005754083395e-06, "train/loss": 6.899847984313965, "train/param_norm": 24.566896438598633, "_timestamp": 1651947812, "_runtime": 171, "_step": 14, "eval/loss": 6.897361755371094, "eval/wer": 1.3195402298850574, "eval/step_0k": {"_type": "table-file", "path": "media/table/eval/step_0k_10_92ae240f2472ae79ad31.table.json", "sha256": "92ae240f2472ae79ad316b729700c013d11e821782ca7e4cd33eb61c840df66d", "size": 11870, "artifact_path": "wandb-client-artifact://go9px65m5aq4wbwflduraxkjqtixgtgaxeknd1jsnhnpxs7puz1ha03765a24ctj0szaidnhhxtloqqlxv9wedusukrfvn8xswr0ajqe73l43ilktnuk2j7go3ygiuv9:latest/eval/step_0k.table.json", "_latest_artifact_path": "wandb-client-artifact://go9px65m5aq4wbwflduraxkjqtixgtgaxeknd1jsnhnpxs7puz1ha03765a24ctj0szaidnhhxtloqqlxv9wedusukrfvn8xswr0ajqe73l43ilktnuk2j7go3ygiuv9:latest/eval/step_0k.table.json", "ncols": 3, "nrows": 50}}
 
1
+ {"train/decoder_grad_norm": 0.3170955181121826, "train/decoder_param_norm": 10.98730754852295, "train/encoder_grad_norm": 7.285628817044199e-05, "train/encoder_param_norm": 21.97297477722168, "train/grad_norm": 0.3170955181121826, "layer_grad_norm/": {"decoder": {"model": {"decoder": {"embed_positions": {"embedding": 0.16519849002361298}, "embed_tokens": {"embedding": 0.2683090269565582}, "layernorm_embedding": {"bias": 0.00845938641577959, "scale": 0.00517110014334321}, "layers": {"FlaxBartDecoderLayers": {"encoder_attn": {"k_proj": {"bias": 3.6778113649167665e-13, "kernel": 1.197263317133379e-12}, "out_proj": {"bias": 0.01301304530352354, "kernel": 6.306260183919221e-05}, "q_proj": {"bias": 9.55028374091671e-13, "kernel": 1.1253619564000061e-12}, "v_proj": {"bias": 0.0014304526848718524, "kernel": 5.171417342353379e-06}}, "encoder_attn_layer_norm": {"bias": 0.012739405035972595, "scale": 0.007039573043584824}, "fc1": {"bias": 0.0002723249781411141, "kernel": 0.0004740327422041446}, "fc2": {"bias": 0.013017209246754646, "kernel": 0.00048240856267511845}, "final_layer_norm": {"bias": 0.013769222423434258, "scale": 0.007471546996384859}, "self_attn": {"k_proj": {"bias": 1.7592640677577265e-09, "kernel": 4.8097604121721815e-06}, "out_proj": {"bias": 0.01252918504178524, "kernel": 0.001151563017629087}, "q_proj": {"bias": 1.753854803610011e-06, "kernel": 4.778269158123294e-06}, "v_proj": {"bias": 0.0009930545929819345, "kernel": 0.0011230409145355225}}, "self_attn_layer_norm": {"bias": 0.012738531455397606, "scale": 0.00703705009073019}}}}}}, "encoder": {"adapter": {"layers": {"0": {"conv": {"bias": 3.205414316198585e-07, "kernel": 1.4481754533335334e-06}}, "1": {"conv": {"bias": 4.1292250898550265e-06, "kernel": 1.6521905763511313e-06}}, "2": {"conv": {"bias": 7.260794518515468e-05, "kernel": 3.06191236632003e-06}}}}, "encoder": {"layer_norm": {"bias": 5.523256163542101e-08, "scale": 4.672925157933605e-08}, "layers": {"FlaxWav2Vec2EncoderLayers": {"attention": {"k_proj": {"bias": 2.0252214720506683e-15, "kernel": 2.2661324206030287e-10}, "out_proj": {"bias": 1.2527184480859432e-06, "kernel": 2.1728278909449728e-07}, "q_proj": {"bias": 1.0131199351670617e-10, "kernel": 2.5732815878143356e-10}, "v_proj": {"bias": 9.004332213180533e-08, "kernel": 2.0428340974376624e-07}}, "feed_forward": {"intermediate_dense": {"bias": 5.7502425931943435e-08, "kernel": 1.7381272243710555e-07}, "output_dense": {"bias": 1.2294220823605428e-06, "kernel": 1.8091645870299544e-07}}, "final_layer_norm": {"bias": 4.410487530748242e-09, "scale": 3.4101199641867197e-09}, "layer_norm": {"bias": 6.48679510106831e-09, "scale": 4.099019346170962e-09}}}, "pos_conv_embed": {"conv": {"bias": 4.5359942646427953e-07, "weight_g": 8.91475782083262e-09, "weight_v": 1.0556363605473962e-07}}}, "feature_extractor": {"conv_layers": {"0": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}, "1": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}, "2": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}}}, "feature_projection": {"layer_norm": {"bias": 8.599896261785034e-08, "scale": 1.2218480449632807e-08}, "projection": {"bias": 8.408756002609152e-07, "kernel": 7.672040283068782e-07}}, "masked_spec_embed": 0.0}}, "layer_param_norm/": {"decoder": {"model": {"decoder": {"embed_positions": {"embedding": 0.7995837926864624}, "embed_tokens": {"embedding": 2.508500337600708}, "layernorm_embedding": {"bias": 0.0043898290023207664, "scale": 4.000094890594482}, "layers": {"FlaxBartDecoderLayers": {"encoder_attn": {"k_proj": {"bias": 2.6323088153645813e-09, "kernel": 0.43237069249153137}, "out_proj": {"bias": 0.00618136627599597, "kernel": 0.4670513868331909}, "q_proj": {"bias": 3.326803366121567e-08, "kernel": 0.4763868451118469}, "v_proj": {"bias": 0.006634118035435677, "kernel": 0.46297508478164673}}, "encoder_attn_layer_norm": {"bias": 0.006301939021795988, "scale": 5.656976222991943}, "fc1": {"bias": 0.0031436358112841845, "kernel": 0.23027531802654266}, "fc2": {"bias": 0.006195463240146637, "kernel": 0.22851817309856415}, "final_layer_norm": {"bias": 0.00606531323865056, "scale": 5.657156944274902}, "self_attn": {"k_proj": {"bias": 1.3420313734968659e-05, "kernel": 0.44890034198760986}, "out_proj": {"bias": 0.006184814497828484, "kernel": 0.4596027135848999}, "q_proj": {"bias": 0.005368082784116268, "kernel": 0.4389948546886444}, "v_proj": {"bias": 0.005956699140369892, "kernel": 0.47396498918533325}}, "self_attn_layer_norm": {"bias": 0.006302110850811005, "scale": 5.656976222991943}}}}}}, "encoder": {"adapter": {"layers": {"0": {"conv": {"bias": 0.0037685695569962263, "kernel": 0.7979614734649658}}, "1": {"conv": {"bias": 0.004708290100097656, "kernel": 0.7824040055274963}}, "2": {"conv": {"bias": 0.004585933405905962, "kernel": 0.7934508323669434}}}}, "encoder": {"layer_norm": {"bias": 0.001405583810992539, "scale": 4.000487327575684}, "layers": {"FlaxWav2Vec2EncoderLayers": {"attention": {"k_proj": {"bias": 1.1651571374393654e-10, "kernel": 0.6511669158935547}, "out_proj": {"bias": 0.004394491668790579, "kernel": 0.6515659689903259}, "q_proj": {"bias": 9.028558451973367e-06, "kernel": 0.636457085609436}, "v_proj": {"bias": 0.0028231709729880095, "kernel": 0.6421379446983337}}, "feed_forward": {"intermediate_dense": {"bias": 0.0022689849138259888, "kernel": 0.7063419818878174}, "output_dense": {"bias": 0.004643301945179701, "kernel": 0.7153213620185852}}, "final_layer_norm": {"bias": 0.0003230707661714405, "scale": 7.999977111816406}, "layer_norm": {"bias": 0.0006301795365288854, "scale": 8.000048637390137}}}, "pos_conv_embed": {"conv": {"bias": 0.0019321668660268188, "weight_g": 2.2777063846588135, "weight_v": 2.2775826454162598}}}, "feature_extractor": {"conv_layers": {"0": {"conv": {"kernel": 7.867799758911133}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}, "1": {"conv": {"kernel": 8.025212287902832}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}, "2": {"conv": {"kernel": 7.975250720977783}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}}}, "feature_projection": {"layer_norm": {"bias": 0.0016006563091650605, "scale": 5.656808376312256}, "projection": {"bias": 0.0019031842239201069, "kernel": 0.430086225271225}}, "masked_spec_embed": 2.404470205307007}}, "train/learning_rate": 8.99998121894896e-06, "train/loss": 6.895620822906494, "train/param_norm": 24.566898345947266, "_timestamp": 1651947860, "_runtime": 219, "_step": 15, "eval/loss": 6.897119522094727, "eval/wer": 1.0, "eval/step_0k": {"_type": "table-file", "path": "media/table/eval/step_0k_15_a7d6e656cdc47be11a4d.table.json", "sha256": "a7d6e656cdc47be11a4d75d3c011d99f659e767be494426c80c0c0731f31d13d", "size": 16130, "artifact_path": "wandb-client-artifact://19f4znzaesiaov03izen1ahl0w7qlmc8cj5t002wl7xspuucj5elm5l18o3220zua1am9pknj3unkkmct9closy16r18nq0qbu0tcbd6h8k1nu94mptc1jcspvzozzvs:latest/eval/step_0k.table.json", "_latest_artifact_path": "wandb-client-artifact://19f4znzaesiaov03izen1ahl0w7qlmc8cj5t002wl7xspuucj5elm5l18o3220zua1am9pknj3unkkmct9closy16r18nq0qbu0tcbd6h8k1nu94mptc1jcspvzozzvs:latest/eval/step_0k.table.json", "ncols": 4, "nrows": 50}, "eval/step_0k_incorrect": {"_type": "table-file", "path": "media/table/eval/step_0k_incorrect_15_623faa4883d23d9d4194.table.json", "sha256": "623faa4883d23d9d41947dcde31f197a909862eb4d078966446c26699859d3be", "size": 20629, "artifact_path": "wandb-client-artifact://17fe55artcmnr37cm8759c1k6bsv73gf8abz6v04cd7o4x8736tep7fwespmhloma88uxxcks4u4wt28hxxjlc5l2zj52tehiu7w7w8rs4pxgqs6ilyeydcyplzzaovz:latest/eval/step_0k_incorrect.table.json", "_latest_artifact_path": "wandb-client-artifact://17fe55artcmnr37cm8759c1k6bsv73gf8abz6v04cd7o4x8736tep7fwespmhloma88uxxcks4u4wt28hxxjlc5l2zj52tehiu7w7w8rs4pxgqs6ilyeydcyplzzaovz:latest/eval/step_0k_incorrect.table.json", "ncols": 4, "nrows": 64}, "validation[:90%]/loss": 6.898902893066406, "validation[:90%]/wer": 1.0, "validation[:90%]/step_0k": {"_type": "table-file", "path": "media/table/validation[:90%]/step_0k_15_b59f86c33aa51dff79ab.table.json", "sha256": "b59f86c33aa51dff79ab7525d68bf93d944418cd9934b0bab1b26d58eb2047a0", "size": 15524, "artifact_path": "wandb-client-artifact://u0z0z66hn744k4v3xsj9dxa8isd41pixt3bc8hjl4zc1ddo4crr5xfnq5nlicikke60g4yvsznfk6wvaps314asysxc8a2f1dgr90a6ofrejii2g20qvu5ajyo3ljcic:latest/validation[:90%]/step_0k.table.json", "_latest_artifact_path": "wandb-client-artifact://u0z0z66hn744k4v3xsj9dxa8isd41pixt3bc8hjl4zc1ddo4crr5xfnq5nlicikke60g4yvsznfk6wvaps314asysxc8a2f1dgr90a6ofrejii2g20qvu5ajyo3ljcic:latest/validation[:90%]/step_0k.table.json", "ncols": 4, "nrows": 48}, "validation[:90%]/step_0k_incorrect": {"_type": "table-file", "path": "media/table/validation[:90%]/step_0k_incorrect_15_b59f86c33aa51dff79ab.table.json", "sha256": "b59f86c33aa51dff79ab7525d68bf93d944418cd9934b0bab1b26d58eb2047a0", "size": 15524, "artifact_path": "wandb-client-artifact://b9fe5eri5xnu2j65g1ecj9c30mdsis2s4cct3iwf0adthwpcpsoa6yc5im5x4axjtrysakbqgazlsj9cvkgc2wsbo10fyhbpl5foda0utlzyfvqnhumq8wk9eyaxiyid:latest/validation[:90%]/step_0k_incorrect.table.json", "_latest_artifact_path": "wandb-client-artifact://b9fe5eri5xnu2j65g1ecj9c30mdsis2s4cct3iwf0adthwpcpsoa6yc5im5x4axjtrysakbqgazlsj9cvkgc2wsbo10fyhbpl5foda0utlzyfvqnhumq8wk9eyaxiyid:latest/validation[:90%]/step_0k_incorrect.table.json", "ncols": 4, "nrows": 48}, "validation[:95%]/loss": 6.897119522094727, "validation[:95%]/wer": 1.0, "validation[:95%]/step_0k": {"_type": "table-file", "path": "media/table/validation[:95%]/step_0k_15_a7d6e656cdc47be11a4d.table.json", "sha256": "a7d6e656cdc47be11a4d75d3c011d99f659e767be494426c80c0c0731f31d13d", "size": 16130, "artifact_path": "wandb-client-artifact://7527uwgru9gzrm8xtuylf3ivix7kg530r7v8uxqxe7ol19balonvqhvf2lytdvkoa7wsobwxdw1sn0o7ke08yvboe9pon62ec24wimo0wyy4sm3o4uhygnna3enz25km:latest/validation[:95%]/step_0k.table.json", "_latest_artifact_path": "wandb-client-artifact://7527uwgru9gzrm8xtuylf3ivix7kg530r7v8uxqxe7ol19balonvqhvf2lytdvkoa7wsobwxdw1sn0o7ke08yvboe9pon62ec24wimo0wyy4sm3o4uhygnna3enz25km:latest/validation[:95%]/step_0k.table.json", "ncols": 4, "nrows": 50}, "validation[:95%]/step_0k_incorrect": {"_type": "table-file", "path": "media/table/validation[:95%]/step_0k_incorrect_15_623faa4883d23d9d4194.table.json", "sha256": "623faa4883d23d9d41947dcde31f197a909862eb4d078966446c26699859d3be", "size": 20629, "artifact_path": "wandb-client-artifact://y3oqnalspy00o6lj7ippqlg8wlj1tgnmbt6853o012ws8qc326oism2qizcsf20th8oank2w4s5ber52ovt1iuh4grfh0qq3xx4azrpsk57fgjccrgrm2j497ir58n3b:latest/validation[:95%]/step_0k_incorrect.table.json", "_latest_artifact_path": "wandb-client-artifact://y3oqnalspy00o6lj7ippqlg8wlj1tgnmbt6853o012ws8qc326oism2qizcsf20th8oank2w4s5ber52ovt1iuh4grfh0qq3xx4azrpsk57fgjccrgrm2j497ir58n3b:latest/validation[:95%]/step_0k_incorrect.table.json", "ncols": 4, "nrows": 64}, "_wandb": {"runtime": 221}}
wandb/run-20220507_182041-10w2xueo/logs/debug-internal.log CHANGED
@@ -200,3 +200,189 @@
200
  2022-05-07 18:24:13,278 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval/step_0k_15_a7d6e656cdc47be11a4d.table.json
201
  2022-05-07 18:24:13,279 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval/step_0k_incorrect_15_623faa4883d23d9d4194.table.json
202
  2022-05-07 18:24:13,279 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  2022-05-07 18:24:13,278 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval/step_0k_15_a7d6e656cdc47be11a4d.table.json
201
  2022-05-07 18:24:13,279 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval/step_0k_incorrect_15_623faa4883d23d9d4194.table.json
202
  2022-05-07 18:24:13,279 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval
203
+ 2022-05-07 18:24:13,568 INFO SenderThread:37252 [sender.py:send_request_log_artifact():976] logged artifact run-10w2xueo-evalstep_0k - {'id': 'QXJ0aWZhY3Q6MTI0MzY1ODU1', 'digest': '429ae9ca9b8150388808ce6998b8c788', 'state': 'PENDING', 'aliases': [], 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjE5OTAwMzU2', 'latestArtifact': {'id': 'QXJ0aWZhY3Q6MTI0MzY1NTU4', 'versionIndex': 0}}, 'version': 'latest'}
204
+ 2022-05-07 18:24:13,568 DEBUG SenderThread:37252 [sender.py:send():235] send: files
205
+ 2022-05-07 18:24:13,568 INFO SenderThread:37252 [sender.py:_save_file():947] saving file media/table/eval/step_0k_15_a7d6e656cdc47be11a4d.table.json with policy now
206
+ 2022-05-07 18:24:13,568 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: log_artifact
207
+ 2022-05-07 18:24:13,868 INFO Thread-18 :37252 [upload_job.py:push():137] Uploaded file /tmp/tmpakbzv8qrwandb/156zh9a8-media/table/eval/step_0k_15_a7d6e656cdc47be11a4d.table.json
208
+ 2022-05-07 18:24:14,021 INFO Thread-20 :37252 [upload_job.py:push():95] Uploaded file /home/sanchitgandhi/.cache/wandb/artifacts/obj/md5/25/29be3032c57f98a337547e6fe497da
209
+ 2022-05-07 18:24:14,279 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/output.log
210
+ 2022-05-07 18:24:14,541 INFO SenderThread:37252 [sender.py:send_request_log_artifact():976] logged artifact run-10w2xueo-evalstep_0k_incorrect - {'id': 'QXJ0aWZhY3Q6MTI0MzY1ODY0', 'digest': '918368a588a4bc961092f64abe63233e', 'state': 'PENDING', 'aliases': [], 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjE5OTAwMzY2', 'latestArtifact': None}, 'version': 'latest'}
211
+ 2022-05-07 18:24:14,541 DEBUG SenderThread:37252 [sender.py:send():235] send: files
212
+ 2022-05-07 18:24:14,541 INFO SenderThread:37252 [sender.py:_save_file():947] saving file media/table/eval/step_0k_incorrect_15_623faa4883d23d9d4194.table.json with policy now
213
+ 2022-05-07 18:24:14,542 DEBUG SenderThread:37252 [sender.py:send():235] send: stats
214
+ 2022-05-07 18:24:14,814 INFO Thread-21 :37252 [upload_job.py:push():137] Uploaded file /tmp/tmpakbzv8qrwandb/3q45pn67-media/table/eval/step_0k_incorrect_15_623faa4883d23d9d4194.table.json
215
+ 2022-05-07 18:24:15,464 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: stop_status
216
+ 2022-05-07 18:24:15,465 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: stop_status
217
+ 2022-05-07 18:24:18,022 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: partial_history
218
+ 2022-05-07 18:24:18,067 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: log_artifact
219
+ 2022-05-07 18:24:18,067 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: log_artifact
220
+ 2022-05-07 18:24:18,146 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: partial_history
221
+ 2022-05-07 18:24:18,186 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: log_artifact
222
+ 2022-05-07 18:24:18,281 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/output.log
223
+ 2022-05-07 18:24:18,281 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]/step_0k_incorrect_15_b59f86c33aa51dff79ab.table.json
224
+ 2022-05-07 18:24:18,281 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]/step_0k_15_b59f86c33aa51dff79ab.table.json
225
+ 2022-05-07 18:24:18,281 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table
226
+ 2022-05-07 18:24:18,281 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]
227
+ 2022-05-07 18:24:18,409 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: partial_history
228
+ 2022-05-07 18:24:19,229 INFO Thread-23 :37252 [upload_job.py:push():95] Uploaded file /home/sanchitgandhi/.cache/wandb/artifacts/obj/md5/af/47f5eac929f7d4f6e6c7d604ae396b
229
+ 2022-05-07 18:24:19,774 INFO SenderThread:37252 [sender.py:send_request_log_artifact():976] logged artifact run-10w2xueo-validation90step_0k - {'id': 'QXJ0aWZhY3Q6MTI0MzY1ODk0', 'digest': '7d26eb8be387a9f303d800b41f9d0d37', 'state': 'PENDING', 'aliases': [], 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjE5OTAwMzY5', 'latestArtifact': None}, 'version': 'latest'}
230
+ 2022-05-07 18:24:19,774 DEBUG SenderThread:37252 [sender.py:send():235] send: files
231
+ 2022-05-07 18:24:19,774 INFO SenderThread:37252 [sender.py:_save_file():947] saving file media/table/validation[[]:90%]/step_0k_15_b59f86c33aa51dff79ab.table.json with policy now
232
+ 2022-05-07 18:24:19,775 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: log_artifact
233
+ 2022-05-07 18:24:20,075 INFO Thread-24 :37252 [upload_job.py:push():137] Uploaded file /tmp/tmpakbzv8qrwandb/2zjodtcw-media/table/validation[:90%]/step_0k_15_b59f86c33aa51dff79ab.table.json
234
+ 2022-05-07 18:24:20,202 INFO Thread-26 :37252 [upload_job.py:push():95] Uploaded file /home/sanchitgandhi/.cache/wandb/artifacts/obj/md5/1d/36af48785046dc58b4f025a3f8aea1
235
+ 2022-05-07 18:24:20,282 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/output.log
236
+ 2022-05-07 18:24:20,766 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: partial_history
237
+ 2022-05-07 18:24:20,806 INFO SenderThread:37252 [sender.py:send_request_log_artifact():976] logged artifact run-10w2xueo-validation90step_0k_incorrect - {'id': 'QXJ0aWZhY3Q6MTI0MzY1OTA2', 'digest': 'e77745b97875dbbe70731f21e89c0fc2', 'state': 'PENDING', 'aliases': [], 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjE5OTAwMzcw', 'latestArtifact': None}, 'version': 'latest'}
238
+ 2022-05-07 18:24:20,807 DEBUG SenderThread:37252 [sender.py:send():235] send: files
239
+ 2022-05-07 18:24:20,807 INFO SenderThread:37252 [sender.py:_save_file():947] saving file media/table/validation[[]:90%]/step_0k_incorrect_15_b59f86c33aa51dff79ab.table.json with policy now
240
+ 2022-05-07 18:24:20,839 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: log_artifact
241
+ 2022-05-07 18:24:20,839 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: log_artifact
242
+ 2022-05-07 18:24:20,919 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: partial_history
243
+ 2022-05-07 18:24:20,973 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: log_artifact
244
+ 2022-05-07 18:24:21,050 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: partial_history
245
+ 2022-05-07 18:24:21,051 INFO Thread-27 :37252 [upload_job.py:push():137] Uploaded file /tmp/tmpakbzv8qrwandb/pnsv39c2-media/table/validation[:90%]/step_0k_incorrect_15_b59f86c33aa51dff79ab.table.json
246
+ 2022-05-07 18:24:21,087 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: partial_history
247
+ 2022-05-07 18:24:21,282 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]/step_0k_incorrect_15_623faa4883d23d9d4194.table.json
248
+ 2022-05-07 18:24:21,283 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]/step_0k_15_a7d6e656cdc47be11a4d.table.json
249
+ 2022-05-07 18:24:21,283 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table
250
+ 2022-05-07 18:24:21,283 INFO Thread-7 :37252 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]
251
+ 2022-05-07 18:24:21,431 INFO Thread-29 :37252 [upload_job.py:push():95] Uploaded file /home/sanchitgandhi/.cache/wandb/artifacts/obj/md5/59/70265576a772597adeb57dd33a7a30
252
+ 2022-05-07 18:24:21,835 INFO SenderThread:37252 [sender.py:send_request_log_artifact():976] logged artifact run-10w2xueo-validation95step_0k - {'id': 'QXJ0aWZhY3Q6MTI0MzY1OTEy', 'digest': '13ab5988ac0fb6d295daa0d3b5b2ad2a', 'state': 'PENDING', 'aliases': [], 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjE5OTAwMzcy', 'latestArtifact': None}, 'version': 'latest'}
253
+ 2022-05-07 18:24:21,835 DEBUG SenderThread:37252 [sender.py:send():235] send: files
254
+ 2022-05-07 18:24:21,835 INFO SenderThread:37252 [sender.py:_save_file():947] saving file media/table/validation[[]:95%]/step_0k_15_a7d6e656cdc47be11a4d.table.json with policy now
255
+ 2022-05-07 18:24:21,836 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: log_artifact
256
+ 2022-05-07 18:24:22,097 INFO Thread-30 :37252 [upload_job.py:push():137] Uploaded file /tmp/tmpakbzv8qrwandb/1s975bqg-media/table/validation[:95%]/step_0k_15_a7d6e656cdc47be11a4d.table.json
257
+ 2022-05-07 18:24:22,283 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/output.log
258
+ 2022-05-07 18:24:22,290 INFO Thread-32 :37252 [upload_job.py:push():95] Uploaded file /home/sanchitgandhi/.cache/wandb/artifacts/obj/md5/25/29be3032c57f98a337547e6fe497da
259
+ 2022-05-07 18:24:22,718 INFO SenderThread:37252 [sender.py:send_request_log_artifact():976] logged artifact run-10w2xueo-validation95step_0k_incorrect - {'id': 'QXJ0aWZhY3Q6MTI0MzY1OTE3', 'digest': 'be3804996b4e259473afc4fb14457b79', 'state': 'PENDING', 'aliases': [], 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjE5OTAwMzcz', 'latestArtifact': None}, 'version': 'latest'}
260
+ 2022-05-07 18:24:22,718 DEBUG SenderThread:37252 [sender.py:send():235] send: files
261
+ 2022-05-07 18:24:22,719 INFO SenderThread:37252 [sender.py:_save_file():947] saving file media/table/validation[[]:95%]/step_0k_incorrect_15_623faa4883d23d9d4194.table.json with policy now
262
+ 2022-05-07 18:24:22,719 DEBUG SenderThread:37252 [sender.py:send():235] send: telemetry
263
+ 2022-05-07 18:24:22,720 DEBUG SenderThread:37252 [sender.py:send():235] send: history
264
+ 2022-05-07 18:24:22,721 DEBUG SenderThread:37252 [sender.py:send():235] send: summary
265
+ 2022-05-07 18:24:22,722 INFO SenderThread:37252 [sender.py:_save_file():947] saving file wandb-summary.json with policy end
266
+ 2022-05-07 18:24:22,974 INFO Thread-33 :37252 [upload_job.py:push():137] Uploaded file /tmp/tmpakbzv8qrwandb/2a6vsuei-media/table/validation[:95%]/step_0k_incorrect_15_623faa4883d23d9d4194.table.json
267
+ 2022-05-07 18:24:23,284 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/wandb-summary.json
268
+ 2022-05-07 18:24:23,485 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
269
+ 2022-05-07 18:24:23,485 DEBUG SenderThread:37252 [sender.py:send():235] send: exit
270
+ 2022-05-07 18:24:23,485 INFO SenderThread:37252 [sender.py:send_exit():371] handling exit code: 0
271
+ 2022-05-07 18:24:23,487 INFO SenderThread:37252 [sender.py:send_exit():373] handling runtime: 221
272
+ 2022-05-07 18:24:23,488 INFO SenderThread:37252 [sender.py:_save_file():947] saving file wandb-summary.json with policy end
273
+ 2022-05-07 18:24:23,488 INFO SenderThread:37252 [sender.py:send_exit():379] send defer
274
+ 2022-05-07 18:24:23,488 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
275
+ 2022-05-07 18:24:23,489 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
276
+ 2022-05-07 18:24:23,489 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 0
277
+ 2022-05-07 18:24:23,489 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
278
+ 2022-05-07 18:24:23,489 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 0
279
+ 2022-05-07 18:24:23,489 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 1
280
+ 2022-05-07 18:24:23,490 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
281
+ 2022-05-07 18:24:23,490 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 1
282
+ 2022-05-07 18:24:23,552 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
283
+ 2022-05-07 18:24:23,552 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 1
284
+ 2022-05-07 18:24:23,552 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 2
285
+ 2022-05-07 18:24:23,553 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
286
+ 2022-05-07 18:24:23,553 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 2
287
+ 2022-05-07 18:24:23,553 DEBUG SenderThread:37252 [sender.py:send():235] send: stats
288
+ 2022-05-07 18:24:23,553 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
289
+ 2022-05-07 18:24:23,553 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 2
290
+ 2022-05-07 18:24:23,554 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 3
291
+ 2022-05-07 18:24:23,554 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
292
+ 2022-05-07 18:24:23,554 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 3
293
+ 2022-05-07 18:24:23,554 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
294
+ 2022-05-07 18:24:23,554 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 3
295
+ 2022-05-07 18:24:23,554 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 4
296
+ 2022-05-07 18:24:23,554 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
297
+ 2022-05-07 18:24:23,554 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 4
298
+ 2022-05-07 18:24:23,555 DEBUG SenderThread:37252 [sender.py:send():235] send: summary
299
+ 2022-05-07 18:24:23,556 INFO SenderThread:37252 [sender.py:_save_file():947] saving file wandb-summary.json with policy end
300
+ 2022-05-07 18:24:23,556 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
301
+ 2022-05-07 18:24:23,556 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 4
302
+ 2022-05-07 18:24:23,557 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 5
303
+ 2022-05-07 18:24:23,557 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
304
+ 2022-05-07 18:24:23,557 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 5
305
+ 2022-05-07 18:24:23,557 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
306
+ 2022-05-07 18:24:23,557 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 5
307
+ 2022-05-07 18:24:23,590 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
308
+ 2022-05-07 18:24:23,623 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 6
309
+ 2022-05-07 18:24:23,623 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
310
+ 2022-05-07 18:24:23,624 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
311
+ 2022-05-07 18:24:23,624 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 6
312
+ 2022-05-07 18:24:23,624 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
313
+ 2022-05-07 18:24:23,624 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 6
314
+ 2022-05-07 18:24:23,624 INFO SenderThread:37252 [dir_watcher.py:finish():283] shutting down directory watcher
315
+ 2022-05-07 18:24:23,725 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
316
+ 2022-05-07 18:24:24,284 INFO Thread-7 :37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/output.log
317
+ 2022-05-07 18:24:24,285 INFO SenderThread:37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/wandb-summary.json
318
+ 2022-05-07 18:24:24,285 INFO SenderThread:37252 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/config.yaml
319
+ 2022-05-07 18:24:24,286 INFO SenderThread:37252 [dir_watcher.py:finish():313] scan: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files
320
+ 2022-05-07 18:24:24,286 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/requirements.txt requirements.txt
321
+ 2022-05-07 18:24:24,286 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/output.log output.log
322
+ 2022-05-07 18:24:24,286 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/wandb-metadata.json wandb-metadata.json
323
+ 2022-05-07 18:24:24,286 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/config.yaml config.yaml
324
+ 2022-05-07 18:24:24,286 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/wandb-summary.json wandb-summary.json
325
+ 2022-05-07 18:24:24,289 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]/step_0k_incorrect_15_623faa4883d23d9d4194.table.json media/table/validation[:95%]/step_0k_incorrect_15_623faa4883d23d9d4194.table.json
326
+ 2022-05-07 18:24:24,289 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:95%]/step_0k_15_a7d6e656cdc47be11a4d.table.json media/table/validation[:95%]/step_0k_15_a7d6e656cdc47be11a4d.table.json
327
+ 2022-05-07 18:24:24,294 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval/step_0k_5_92ae240f2472ae79ad31.table.json media/table/eval/step_0k_5_92ae240f2472ae79ad31.table.json
328
+ 2022-05-07 18:24:24,294 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval/step_0k_incorrect_15_623faa4883d23d9d4194.table.json media/table/eval/step_0k_incorrect_15_623faa4883d23d9d4194.table.json
329
+ 2022-05-07 18:24:24,294 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval/step_0k_10_92ae240f2472ae79ad31.table.json media/table/eval/step_0k_10_92ae240f2472ae79ad31.table.json
330
+ 2022-05-07 18:24:24,294 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/eval/step_0k_15_a7d6e656cdc47be11a4d.table.json media/table/eval/step_0k_15_a7d6e656cdc47be11a4d.table.json
331
+ 2022-05-07 18:24:24,295 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]/step_0k_15_b59f86c33aa51dff79ab.table.json media/table/validation[:90%]/step_0k_15_b59f86c33aa51dff79ab.table.json
332
+ 2022-05-07 18:24:24,295 INFO SenderThread:37252 [dir_watcher.py:finish():327] scan save: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/media/table/validation[:90%]/step_0k_incorrect_15_b59f86c33aa51dff79ab.table.json media/table/validation[:90%]/step_0k_incorrect_15_b59f86c33aa51dff79ab.table.json
333
+ 2022-05-07 18:24:24,295 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 7
334
+ 2022-05-07 18:24:24,295 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
335
+ 2022-05-07 18:24:24,296 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
336
+ 2022-05-07 18:24:24,296 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 7
337
+ 2022-05-07 18:24:24,296 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
338
+ 2022-05-07 18:24:24,296 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 7
339
+ 2022-05-07 18:24:24,296 INFO SenderThread:37252 [file_pusher.py:finish():145] shutting down file pusher
340
+ 2022-05-07 18:24:24,398 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
341
+ 2022-05-07 18:24:24,398 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
342
+ 2022-05-07 18:24:24,500 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
343
+ 2022-05-07 18:24:24,500 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
344
+ 2022-05-07 18:24:24,547 INFO Thread-37 :37252 [upload_job.py:push():137] Uploaded file /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/wandb-summary.json
345
+ 2022-05-07 18:24:24,555 INFO Thread-34 :37252 [upload_job.py:push():137] Uploaded file /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/requirements.txt
346
+ 2022-05-07 18:24:24,562 INFO Thread-36 :37252 [upload_job.py:push():137] Uploaded file /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/config.yaml
347
+ 2022-05-07 18:24:24,602 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
348
+ 2022-05-07 18:24:24,602 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
349
+ 2022-05-07 18:24:24,704 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
350
+ 2022-05-07 18:24:24,704 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
351
+ 2022-05-07 18:24:24,805 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
352
+ 2022-05-07 18:24:24,806 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
353
+ 2022-05-07 18:24:24,833 INFO Thread-35 :37252 [upload_job.py:push():137] Uploaded file /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/files/output.log
354
+ 2022-05-07 18:24:24,907 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
355
+ 2022-05-07 18:24:24,907 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
356
+ 2022-05-07 18:24:25,009 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
357
+ 2022-05-07 18:24:25,009 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
358
+ 2022-05-07 18:24:25,033 INFO Thread-6 :37252 [sender.py:transition_state():392] send defer: 8
359
+ 2022-05-07 18:24:25,033 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
360
+ 2022-05-07 18:24:25,033 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 8
361
+ 2022-05-07 18:24:25,034 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
362
+ 2022-05-07 18:24:25,034 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 8
363
+ 2022-05-07 18:24:25,111 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
364
+ 2022-05-07 18:24:25,201 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 9
365
+ 2022-05-07 18:24:25,201 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
366
+ 2022-05-07 18:24:25,201 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
367
+ 2022-05-07 18:24:25,202 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 9
368
+ 2022-05-07 18:24:25,202 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
369
+ 2022-05-07 18:24:25,202 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 9
370
+ 2022-05-07 18:24:25,202 INFO SenderThread:37252 [sender.py:transition_state():392] send defer: 10
371
+ 2022-05-07 18:24:25,203 DEBUG SenderThread:37252 [sender.py:send():235] send: final
372
+ 2022-05-07 18:24:25,203 DEBUG SenderThread:37252 [sender.py:send():235] send: footer
373
+ 2022-05-07 18:24:25,203 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: defer
374
+ 2022-05-07 18:24:25,203 INFO HandlerThread:37252 [handler.py:handle_request_defer():164] handle defer: 10
375
+ 2022-05-07 18:24:25,203 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: defer
376
+ 2022-05-07 18:24:25,203 INFO SenderThread:37252 [sender.py:send_request_defer():388] handle sender defer: 10
377
+ 2022-05-07 18:24:25,303 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: poll_exit
378
+ 2022-05-07 18:24:25,303 DEBUG SenderThread:37252 [sender.py:send_request():249] send_request: poll_exit
379
+ 2022-05-07 18:24:25,303 INFO SenderThread:37252 [file_pusher.py:join():150] waiting for file pusher
380
+ 2022-05-07 18:24:25,522 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: sampled_history
381
+ 2022-05-07 18:24:25,523 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: get_summary
382
+ 2022-05-07 18:24:25,525 DEBUG HandlerThread:37252 [handler.py:handle_request():141] handle_request: shutdown
383
+ 2022-05-07 18:24:25,525 INFO HandlerThread:37252 [handler.py:finish():778] shutting down handler
384
+ 2022-05-07 18:24:26,203 INFO WriterThread:37252 [datastore.py:close():281] close: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182041-10w2xueo/run-10w2xueo.wandb
385
+ 2022-05-07 18:24:26,420 INFO SenderThread:37252 [sender.py:finish():1078] shutting down sender
386
+ 2022-05-07 18:24:26,420 INFO SenderThread:37252 [file_pusher.py:finish():145] shutting down file pusher
387
+ 2022-05-07 18:24:26,421 INFO SenderThread:37252 [file_pusher.py:join():150] waiting for file pusher
388
+ 2022-05-07 18:24:26,421 INFO MainThread:37252 [internal.py:handle_exit():82] Internal process exited
wandb/run-20220507_182041-10w2xueo/logs/debug.log CHANGED
@@ -23,3 +23,133 @@ config: {}
23
  2022-05-07 18:20:44,317 INFO MainThread:36195 [wandb_run.py:_redirect():1611] Redirecting console.
24
  2022-05-07 18:20:44,319 INFO MainThread:36195 [wandb_run.py:_redirect():1667] Redirects installed.
25
  2022-05-07 18:20:44,319 INFO MainThread:36195 [wandb_init.py:init():664] run started, returning control to user process
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  2022-05-07 18:20:44,317 INFO MainThread:36195 [wandb_run.py:_redirect():1611] Redirecting console.
24
  2022-05-07 18:20:44,319 INFO MainThread:36195 [wandb_run.py:_redirect():1667] Redirects installed.
25
  2022-05-07 18:20:44,319 INFO MainThread:36195 [wandb_init.py:init():664] run started, returning control to user process
26
+ 2022-05-07 18:24:21,083 INFO MainThread:36195 [wandb_run.py:_atexit_cleanup():1702] got exitcode: 0
27
+ 2022-05-07 18:24:21,087 INFO MainThread:36195 [wandb_run.py:_restore():1674] restore
28
+ 2022-05-07 18:24:23,489 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
29
+ wandb_count: 1
30
+ media_count: 8
31
+ artifact_count: 5
32
+ }
33
+ pusher_stats {
34
+ uploaded_bytes: 212953
35
+ total_bytes: 212953
36
+ }
37
+
38
+ 2022-05-07 18:24:23,624 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
39
+ wandb_count: 1
40
+ media_count: 8
41
+ artifact_count: 5
42
+ }
43
+ pusher_stats {
44
+ uploaded_bytes: 212953
45
+ total_bytes: 212953
46
+ }
47
+
48
+ 2022-05-07 18:24:24,297 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
49
+ wandb_count: 5
50
+ media_count: 8
51
+ artifact_count: 5
52
+ }
53
+ pusher_stats {
54
+ uploaded_bytes: 212953
55
+ total_bytes: 256190
56
+ }
57
+
58
+ 2022-05-07 18:24:24,399 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
59
+ wandb_count: 5
60
+ media_count: 8
61
+ artifact_count: 5
62
+ }
63
+ pusher_stats {
64
+ uploaded_bytes: 227572
65
+ total_bytes: 256190
66
+ }
67
+
68
+ 2022-05-07 18:24:24,501 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
69
+ wandb_count: 5
70
+ media_count: 8
71
+ artifact_count: 5
72
+ }
73
+ pusher_stats {
74
+ uploaded_bytes: 227572
75
+ total_bytes: 256190
76
+ }
77
+
78
+ 2022-05-07 18:24:24,603 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
79
+ wandb_count: 5
80
+ media_count: 8
81
+ artifact_count: 5
82
+ }
83
+ pusher_stats {
84
+ uploaded_bytes: 227572
85
+ total_bytes: 256190
86
+ }
87
+
88
+ 2022-05-07 18:24:24,705 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
89
+ wandb_count: 5
90
+ media_count: 8
91
+ artifact_count: 5
92
+ }
93
+ pusher_stats {
94
+ uploaded_bytes: 256190
95
+ total_bytes: 256190
96
+ }
97
+
98
+ 2022-05-07 18:24:24,806 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
99
+ wandb_count: 5
100
+ media_count: 8
101
+ artifact_count: 5
102
+ }
103
+ pusher_stats {
104
+ uploaded_bytes: 256190
105
+ total_bytes: 256190
106
+ }
107
+
108
+ 2022-05-07 18:24:24,908 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
109
+ wandb_count: 5
110
+ media_count: 8
111
+ artifact_count: 5
112
+ }
113
+ pusher_stats {
114
+ uploaded_bytes: 256190
115
+ total_bytes: 256190
116
+ }
117
+
118
+ 2022-05-07 18:24:25,010 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
119
+ wandb_count: 5
120
+ media_count: 8
121
+ artifact_count: 5
122
+ }
123
+ pusher_stats {
124
+ uploaded_bytes: 256190
125
+ total_bytes: 256190
126
+ }
127
+
128
+ 2022-05-07 18:24:25,202 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: file_counts {
129
+ wandb_count: 5
130
+ media_count: 8
131
+ artifact_count: 5
132
+ }
133
+ pusher_stats {
134
+ uploaded_bytes: 256190
135
+ total_bytes: 256190
136
+ }
137
+
138
+ 2022-05-07 18:24:25,421 INFO MainThread:36195 [wandb_run.py:_on_finish():1831] got exit ret: done: true
139
+ exit_result {
140
+ }
141
+ file_counts {
142
+ wandb_count: 5
143
+ media_count: 8
144
+ artifact_count: 5
145
+ }
146
+ pusher_stats {
147
+ uploaded_bytes: 256190
148
+ total_bytes: 256190
149
+ }
150
+ local_info {
151
+ }
152
+
153
+ 2022-05-07 18:24:26,922 INFO MainThread:36195 [wandb_run.py:_footer_history_summary_info():2865] rendering history
154
+ 2022-05-07 18:24:26,923 INFO MainThread:36195 [wandb_run.py:_footer_history_summary_info():2894] rendering summary
155
+ 2022-05-07 18:24:26,925 INFO MainThread:36195 [wandb_run.py:_footer_sync_info():2822] logging synced files
wandb/run-20220507_182041-10w2xueo/run-10w2xueo.wandb CHANGED
Binary files a/wandb/run-20220507_182041-10w2xueo/run-10w2xueo.wandb and b/wandb/run-20220507_182041-10w2xueo/run-10w2xueo.wandb differ
 
wandb/run-20220507_182604-jtmmbwaj/files/config.yaml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ cli_version: 0.12.11
7
+ framework: huggingface
8
+ huggingface_version: 4.18.0.dev0
9
+ is_jupyter_run: false
10
+ is_kaggle_kernel: false
11
+ python_version: 3.8.10
12
+ start_time: 1651947964
13
+ t:
14
+ 1:
15
+ - 1
16
+ - 2
17
+ - 3
18
+ - 11
19
+ - 12
20
+ - 45
21
+ - 49
22
+ - 51
23
+ 4: 3.8.10
24
+ 5: 0.12.11
25
+ 6: 4.18.0.dev0
26
+ 8:
27
+ - 5
wandb/run-20220507_182604-jtmmbwaj/files/media/table/eval/step_0k_5_f901d5b4b0d1263be066.table.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"columns": ["id", "label_str", "beam_1"], "data": [["1272-128104-0000", "mister quilter is the apostle of the middle classes and we are glad to welcome his gospel", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0001", "nor is mister quilter's manner less interesting than his matter", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0002", "he tells us that at this festive season of the year with christmas and roast beef looming before us similes drawn from eating and its results occur most readily to the mind", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0003", "he has grave doubts whether sir frederick leighton's work is really greek after all and can discover in it but little of rocky ithaca", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0005", "it is obviously unnecessary for us to point out how luminous these criticisms are how delicate in expression", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0006", "on the general principles of art mister quilter writes with equal lucidity", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0007", "painting he tells us is of a different quality to mathematics and finish in art is adding more fact", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0008", "as for etchings they are of two kinds british and foreign", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0010", "near the fire and the ornaments fred brought home from india on the mantel board", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0012", "only unfortunately his own work never does get good", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0013", "mister quilter has missed his chance for he has failed even to make himself the tupper of painting", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-128104-0014", "by harry quilter m a", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0000", "because you were sleeping instead of conquering the lovely rose princess has become a fiddle without a bow while poor shaggy sits there a cooing dove", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0001", "he has gone and gone for good answered polychrome who had managed to squeeze into the room beside the dragon and had witnessed the occurrences with much interest", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0002", "i have remained a prisoner only because i wished to be one and with this he stepped forward and burst the stout chains as easily as if they had been threads", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0003", "the little girl had been asleep but she heard the raps and opened the door", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0004", "the king has fled in disgrace and your friends are asking for you", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0005", "i begged ruggedo long ago to send him away but he would not do so", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0006", "i also offered to help your brother to escape but he would not go", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0007", "he eats and sleeps very steadily replied the new king", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0008", "i hope he doesn't work too hard said shaggy", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0009", "he doesn't work at all", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0010", "in fact there is nothing he can do in these dominions as well as our nomes whose numbers are so great that it worries us to keep them all busy", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0011", "not exactly returned kaliko", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0012", "where is my brother now", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0013", "inquired shaggy in the metal forest", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0014", "where is that", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0015", "the metal forest is in the great domed cavern the largest in all our dominions replied kaliko", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0016", "kaliko hesitated", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0017", "however if we look sharp we may be able to discover one of these secret ways", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0018", "oh no i'm quite sure he didn't", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0019", "that's funny remarked betsy thoughtfully", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0020", "i don't believe ann knew any magic or she'd have worked it before", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0021", "i do not know confessed shaggy", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0022", "true agreed kaliko", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-135031-0023", "kaliko went to the big gong and pounded on it just as ruggedo used to do but no one answered the summons", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0000", "a man said to the universe sir i exist", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0001", "sweat covered brion's body trickling into the tight loincloth that was the only garment he wore", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0003", "his instant of panic was followed by a small sharp blow high on his chest", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0004", "one minute a voice said and the time buzzer sounded", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0005", "a minute is not a very large measure of time and his body needed every fraction of it", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0006", "the buzzer's whirr triggered his muscles into complete relaxation", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0007", "only his heart and lungs worked on at a strong measured rate", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0008", "he was in reverie sliding along the borders of consciousness", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0009", "the contestants in the twenties needed undisturbed rest therefore nights in the dormitories were as quiet as death", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0010", "particularly so on this last night when only two of the little cubicles were occupied the thousands of others standing with dark empty doors", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0011", "the other voice snapped with a harsh urgency clearly used to command", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0012", "i'm here because the matter is of utmost importance and brandd is the one i must see now stand aside", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0013", "the twenties", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"], ["1272-141231-0014", "he must have drawn his gun because the intruder said quickly put that away you're being a fool out", " Mar MarSSSersersersersersersersersersi hist hist hist hist hist hist hist hist hist hist hist hist histfulfulfulfulfulfulfulfulfulfulful"]]}
wandb/run-20220507_182604-jtmmbwaj/files/output.log ADDED
@@ -0,0 +1,686 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 05/07/2022 18:26:07 - INFO - __main__ - Training/evaluation parameters FlaxSeq2SeqTrainingArguments(
2
+ _n_gpu=-1,
3
+ adafactor=False,
4
+ adam_beta1=0.9,
5
+ adam_beta2=0.999,
6
+ adam_epsilon=1e-08,
7
+ bf16=False,
8
+ bf16_full_eval=False,
9
+ data_seed=None,
10
+ dataloader_drop_last=False,
11
+ dataloader_num_workers=0,
12
+ dataloader_pin_memory=True,
13
+ ddp_bucket_cap_mb=None,
14
+ ddp_find_unused_parameters=None,
15
+ debug=,
16
+ deepspeed=None,
17
+ disable_tqdm=None,
18
+ do_eval=True,
19
+ do_predict=True,
20
+ do_train=True,
21
+ eval_accumulation_steps=None,
22
+ eval_delay=0,
23
+ eval_steps=5,
24
+ evaluation_strategy=no,
25
+ final_generation_max_length=40,
26
+ final_generation_num_beams=1,
27
+ fp16=False,
28
+ fp16_backend=auto,
29
+ fp16_full_eval=False,
30
+ fp16_opt_level=O1,
31
+ generation_length_penalty=1,
32
+ generation_max_length=40,
33
+ generation_num_beams=1,
34
+ gradient_accumulation_steps=1,
35
+ gradient_checkpointing=False,
36
+ greater_is_better=None,
37
+ group_by_length=False,
38
+ half_precision_backend=auto,
39
+ hub_model_id=None,
40
+ hub_strategy=every_save,
41
+ hub_token=<HUB_TOKEN>,
42
+ ignore_data_skip=False,
43
+ label_names=None,
44
+ label_smoothing_factor=0.0,
45
+ learning_rate=0.0003,
46
+ length_column_name=input_length,
47
+ load_best_model_at_end=False,
48
+ local_rank=-1,
49
+ log_level=passive,
50
+ log_level_replica=passive,
51
+ log_on_each_node=True,
52
+ logging_dir=None,
53
+ logging_first_step=False,
54
+ logging_nan_inf_filter=True,
55
+ logging_steps=1,
56
+ logging_strategy=steps,
57
+ lr_scheduler_type=linear,
58
+ matmul_precision=default,
59
+ max_grad_norm=1.0,
60
+ max_steps=10,
61
+ metric_for_best_model=None,
62
+ mp_parameters=,
63
+ no_cuda=False,
64
+ num_train_epochs=3.0,
65
+ optim=adamw_hf,
66
+ output_dir=./,
67
+ overwrite_output_dir=True,
68
+ past_index=-1,
69
+ per_device_eval_batch_size=2,
70
+ per_device_train_batch_size=2,
71
+ precision=full,
72
+ predict_with_generate=True,
73
+ prediction_loss_only=False,
74
+ push_to_hub=True,
75
+ push_to_hub_model_id=None,
76
+ push_to_hub_organization=None,
77
+ push_to_hub_token=<PUSH_TO_HUB_TOKEN>,
78
+ remove_unused_columns=True,
79
+ report_to=None,
80
+ resume_from_checkpoint=None,
81
+ run_name=None,
82
+ save_on_each_node=False,
83
+ save_steps=5,
84
+ save_strategy=steps,
85
+ save_total_limit=1,
86
+ seed=42,
87
+ sharded_ddp=,
88
+ skip_memory_metrics=True,
89
+ sortish_sampler=False,
90
+ tf32=None,
91
+ tpu_metrics_debug=False,
92
+ tpu_num_cores=None,
93
+ use_legacy_prediction_loop=False,
94
+ warmup_ratio=0.0,
95
+ warmup_steps=500,
96
+ weight_decay=0.0,
97
+ xpu_backend=None,
98
+ )
99
+ 05/07/2022 18:26:07 - INFO - __main__ - JAX devices: 8, matmul precision: default
100
+ 05/07/2022 18:26:07 - WARNING - datasets.builder - Reusing dataset librispeech_asr (/home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b)
101
+ 05/07/2022 18:26:08 - WARNING - datasets.builder - Reusing dataset librispeech_asr (/home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b)
102
+ loading configuration file ./config.json
103
+ You passed along `num_labels=3` with an incompatible id to label map: {'0': 'LABEL_0', '1': 'LABEL_1'}. The number of labels wil be overwritten to 2.
104
+ Model config SpeechEncoderDecoderConfig {
105
+ "_name_or_path": "./",
106
+ "architectures": [
107
+ "SpeechEncoderDecoderModel"
108
+ ],
109
+ "decoder": {
110
+ "_name_or_path": "",
111
+ "activation_dropout": 0.0,
112
+ "activation_function": "gelu",
113
+ "add_cross_attention": true,
114
+ "architectures": null,
115
+ "attention_dropout": 0.1,
116
+ "bad_words_ids": null,
117
+ "bos_token_id": 0,
118
+ "chunk_size_feed_forward": 0,
119
+ "classifier_dropout": 0.0,
120
+ "cross_attention_hidden_size": null,
121
+ "d_model": 16,
122
+ "decoder_attention_heads": 4,
123
+ "decoder_ffn_dim": 4,
124
+ "decoder_layerdrop": 0.0,
125
+ "decoder_layers": 2,
126
+ "decoder_start_token_id": 2,
127
+ "diversity_penalty": 0.0,
128
+ "do_sample": false,
129
+ "dropout": 0.1,
130
+ "early_stopping": false,
131
+ "encoder_attention_heads": 4,
132
+ "encoder_ffn_dim": 4,
133
+ "encoder_layerdrop": 0.0,
134
+ "encoder_layers": 2,
135
+ "encoder_no_repeat_ngram_size": 0,
136
+ "eos_token_id": 2,
137
+ "exponential_decay_length_penalty": null,
138
+ "finetuning_task": null,
139
+ "forced_bos_token_id": null,
140
+ "forced_eos_token_id": 2,
141
+ "fuse_matmuls": false,
142
+ "gradient_checkpointing": false,
143
+ "id2label": {
144
+ "0": "LABEL_0",
145
+ "1": "LABEL_1"
146
+ },
147
+ "init_std": 0.02,
148
+ "is_decoder": true,
149
+ "is_encoder_decoder": false,
150
+ "label2id": {
151
+ "LABEL_0": 0,
152
+ "LABEL_1": 1
153
+ },
154
+ "length_penalty": 1.0,
155
+ "max_length": 20,
156
+ "max_position_embeddings": 100,
157
+ "min_length": 0,
158
+ "model_type": "bart",
159
+ "no_repeat_ngram_size": 0,
160
+ "num_beam_groups": 1,
161
+ "num_beams": 1,
162
+ "num_hidden_layers": 2,
163
+ "num_return_sequences": 1,
164
+ "output_attentions": false,
165
+ "output_hidden_states": false,
166
+ "output_scores": false,
167
+ "pad_token_id": 1,
168
+ "prefix": null,
169
+ "problem_type": null,
170
+ "pruned_heads": {},
171
+ "remove_invalid_values": false,
172
+ "repetition_penalty": 1.0,
173
+ "return_dict": true,
174
+ "return_dict_in_generate": false,
175
+ "scale_embedding": false,
176
+ "sep_token_id": null,
177
+ "task_specific_params": null,
178
+ "temperature": 1.0,
179
+ "tie_encoder_decoder": false,
180
+ "tie_word_embeddings": true,
181
+ "tokenizer_class": null,
182
+ "top_k": 50,
183
+ "top_p": 1.0,
184
+ "torch_dtype": null,
185
+ "torchscript": false,
186
+ "transformers_version": "4.18.0.dev0",
187
+ "typical_p": 1.0,
188
+ "use_bfloat16": false,
189
+ "use_cache": true,
190
+ "use_scan": true,
191
+ "vocab_size": 1000
192
+ },
193
+ "decoder_start_token_id": 0,
194
+ "encoder": {
195
+ "_name_or_path": "",
196
+ "activation_dropout": 0.1,
197
+ "adapter_kernel_size": 3,
198
+ "adapter_stride": 2,
199
+ "add_adapter": true,
200
+ "add_cross_attention": false,
201
+ "apply_spec_augment": true,
202
+ "architectures": null,
203
+ "attention_dropout": 0.1,
204
+ "bad_words_ids": null,
205
+ "bos_token_id": 1,
206
+ "chunk_size_feed_forward": 0,
207
+ "classifier_proj_size": 256,
208
+ "codevector_dim": 256,
209
+ "contrastive_logits_temperature": 0.1,
210
+ "conv_bias": false,
211
+ "conv_dim": [
212
+ 32,
213
+ 32,
214
+ 32
215
+ ],
216
+ "conv_kernel": [
217
+ 8,
218
+ 8,
219
+ 8
220
+ ],
221
+ "conv_stride": [
222
+ 4,
223
+ 4,
224
+ 4
225
+ ],
226
+ "cross_attention_hidden_size": null,
227
+ "ctc_loss_reduction": "sum",
228
+ "ctc_zero_infinity": false,
229
+ "decoder_start_token_id": null,
230
+ "diversity_loss_weight": 0.1,
231
+ "diversity_penalty": 0.0,
232
+ "do_sample": false,
233
+ "do_stable_layer_norm": true,
234
+ "early_stopping": false,
235
+ "encoder_no_repeat_ngram_size": 0,
236
+ "eos_token_id": 2,
237
+ "exponential_decay_length_penalty": null,
238
+ "feat_extract_activation": "gelu",
239
+ "feat_extract_dropout": 0.0,
240
+ "feat_extract_norm": "layer",
241
+ "feat_proj_dropout": 0.0,
242
+ "feat_quantizer_dropout": 0.0,
243
+ "final_dropout": 0.0,
244
+ "finetuning_task": null,
245
+ "forced_bos_token_id": null,
246
+ "forced_eos_token_id": null,
247
+ "fuse_matmuls": false,
248
+ "gradient_checkpointing": false,
249
+ "hidden_act": "gelu",
250
+ "hidden_dropout": 0.1,
251
+ "hidden_dropout_prob": 0.1,
252
+ "hidden_size": 16,
253
+ "id2label": {
254
+ "0": "LABEL_0",
255
+ "1": "LABEL_1"
256
+ },
257
+ "initializer_range": 0.02,
258
+ "intermediate_size": 20,
259
+ "is_decoder": false,
260
+ "is_encoder_decoder": false,
261
+ "label2id": {
262
+ "LABEL_0": 0,
263
+ "LABEL_1": 1
264
+ },
265
+ "layer_norm_eps": 1e-05,
266
+ "layerdrop": 0.0,
267
+ "length_penalty": 1.0,
268
+ "mask_feature_length": 10,
269
+ "mask_feature_min_masks": 0,
270
+ "mask_feature_prob": 0.0,
271
+ "mask_time_length": 10,
272
+ "mask_time_min_masks": 2,
273
+ "mask_time_prob": 0.1,
274
+ "max_length": 20,
275
+ "min_length": 0,
276
+ "model_type": "wav2vec2",
277
+ "no_repeat_ngram_size": 0,
278
+ "num_adapter_layers": 3,
279
+ "num_attention_heads": 2,
280
+ "num_beam_groups": 1,
281
+ "num_beams": 1,
282
+ "num_codevector_groups": 2,
283
+ "num_codevectors_per_group": 320,
284
+ "num_conv_pos_embedding_groups": 2,
285
+ "num_conv_pos_embeddings": 16,
286
+ "num_feat_extract_layers": 3,
287
+ "num_hidden_layers": 4,
288
+ "num_negatives": 10,
289
+ "num_return_sequences": 1,
290
+ "output_attentions": false,
291
+ "output_hidden_size": 16,
292
+ "output_hidden_states": false,
293
+ "output_scores": false,
294
+ "pad_token_id": 0,
295
+ "prefix": null,
296
+ "problem_type": null,
297
+ "proj_codevector_dim": 256,
298
+ "pruned_heads": {},
299
+ "remove_invalid_values": false,
300
+ "repetition_penalty": 1.0,
301
+ "return_dict": true,
302
+ "return_dict_in_generate": false,
303
+ "sep_token_id": null,
304
+ "task_specific_params": null,
305
+ "tdnn_dilation": [
306
+ 1,
307
+ 2,
308
+ 3,
309
+ 1,
310
+ 1
311
+ ],
312
+ "tdnn_dim": [
313
+ 512,
314
+ 512,
315
+ 512,
316
+ 512,
317
+ 1500
318
+ ],
319
+ "tdnn_kernel": [
320
+ 5,
321
+ 3,
322
+ 3,
323
+ 1,
324
+ 1
325
+ ],
326
+ "temperature": 1.0,
327
+ "tie_encoder_decoder": false,
328
+ "tie_word_embeddings": true,
329
+ "tokenizer_class": null,
330
+ "top_k": 50,
331
+ "top_p": 1.0,
332
+ "torch_dtype": null,
333
+ "torchscript": false,
334
+ "transformers_version": "4.18.0.dev0",
335
+ "typical_p": 1.0,
336
+ "use_bfloat16": false,
337
+ "use_scan": true,
338
+ "use_weighted_layer_sum": false,
339
+ "vocab_size": 32,
340
+ "xvector_output_dim": 512
341
+ },
342
+ "eos_token_id": 2,
343
+ "is_encoder_decoder": true,
344
+ "max_length": 40,
345
+ "model_type": "speech-encoder-decoder",
346
+ "pad_token_id": 1,
347
+ "processor_class": "Wav2Vec2Processor",
348
+ "tie_word_embeddings": false,
349
+ "transformers_version": null,
350
+ "use_cache": false
351
+ }
352
+ loading feature extractor configuration file ./preprocessor_config.json
353
+ Feature extractor Wav2Vec2FeatureExtractor {
354
+ "do_normalize": true,
355
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
356
+ "feature_size": 1,
357
+ "padding_side": "right",
358
+ "padding_value": 0.0,
359
+ "return_attention_mask": false,
360
+ "sampling_rate": 16000
361
+ }
362
+ Didn't find file ./added_tokens.json. We won't load it.
363
+ loading file ./vocab.json
364
+ loading file ./merges.txt
365
+ loading file ./tokenizer.json
366
+ loading file None
367
+ loading file ./special_tokens_map.json
368
+ loading file ./tokenizer_config.json
369
+ loading weights file ./flax_model.msgpack
370
+ 05/07/2022 18:26:09 - WARNING - datasets.builder - Reusing dataset librispeech_asr (/home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b)
371
+ 05/07/2022 18:26:09 - WARNING - datasets.builder - Reusing dataset librispeech_asr (/home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b)
372
+ All model checkpoint weights were used when initializing FlaxSpeechEncoderDecoderModel.
373
+ All the weights of FlaxSpeechEncoderDecoderModel were initialized from the model checkpoint at ./.
374
+ If your task is similar to the task the model of the checkpoint was trained on, you can already use FlaxSpeechEncoderDecoderModel for predictions without further training.
375
+ Feature extractor saved in ./preprocessor_config.json
376
+ tokenizer config file saved in ./tokenizer_config.json
377
+ Special tokens file saved in ./special_tokens_map.json
378
+ Configuration saved in ./config.json
379
+ loading feature extractor configuration file ./preprocessor_config.json
380
+ loading configuration file ./config.json
381
+ You passed along `num_labels=3` with an incompatible id to label map: {'0': 'LABEL_0', '1': 'LABEL_1'}. The number of labels wil be overwritten to 2.
382
+ Model config SpeechEncoderDecoderConfig {
383
+ "_name_or_path": "./",
384
+ "architectures": [
385
+ "SpeechEncoderDecoderModel"
386
+ ],
387
+ "decoder": {
388
+ "_name_or_path": "",
389
+ "activation_dropout": 0.0,
390
+ "activation_function": "gelu",
391
+ "add_cross_attention": true,
392
+ "architectures": null,
393
+ "attention_dropout": 0.1,
394
+ "bad_words_ids": null,
395
+ "bos_token_id": 0,
396
+ "chunk_size_feed_forward": 0,
397
+ "classifier_dropout": 0.0,
398
+ "cross_attention_hidden_size": null,
399
+ "d_model": 16,
400
+ "decoder_attention_heads": 4,
401
+ "decoder_ffn_dim": 4,
402
+ "decoder_layerdrop": 0.0,
403
+ "decoder_layers": 2,
404
+ "decoder_start_token_id": 2,
405
+ "diversity_penalty": 0.0,
406
+ "do_sample": false,
407
+ "dropout": 0.1,
408
+ "early_stopping": false,
409
+ "encoder_attention_heads": 4,
410
+ "encoder_ffn_dim": 4,
411
+ "encoder_layerdrop": 0.0,
412
+ "encoder_layers": 2,
413
+ "encoder_no_repeat_ngram_size": 0,
414
+ "eos_token_id": 2,
415
+ "exponential_decay_length_penalty": null,
416
+ "finetuning_task": null,
417
+ "forced_bos_token_id": null,
418
+ "forced_eos_token_id": 2,
419
+ "fuse_matmuls": false,
420
+ "gradient_checkpointing": false,
421
+ "id2label": {
422
+ "0": "LABEL_0",
423
+ "1": "LABEL_1"
424
+ },
425
+ "init_std": 0.02,
426
+ "is_decoder": true,
427
+ "is_encoder_decoder": false,
428
+ "label2id": {
429
+ "LABEL_0": 0,
430
+ "LABEL_1": 1
431
+ },
432
+ "length_penalty": 1.0,
433
+ "max_length": 20,
434
+ "max_position_embeddings": 100,
435
+ "min_length": 0,
436
+ "model_type": "bart",
437
+ "no_repeat_ngram_size": 0,
438
+ "num_beam_groups": 1,
439
+ "num_beams": 1,
440
+ "num_hidden_layers": 2,
441
+ "num_return_sequences": 1,
442
+ "output_attentions": false,
443
+ "output_hidden_states": false,
444
+ "output_scores": false,
445
+ "pad_token_id": 1,
446
+ "prefix": null,
447
+ "problem_type": null,
448
+ "pruned_heads": {},
449
+ "remove_invalid_values": false,
450
+ "repetition_penalty": 1.0,
451
+ "return_dict": true,
452
+ "return_dict_in_generate": false,
453
+ "scale_embedding": false,
454
+ "sep_token_id": null,
455
+ "task_specific_params": null,
456
+ "temperature": 1.0,
457
+ "tie_encoder_decoder": false,
458
+ "tie_word_embeddings": true,
459
+ "tokenizer_class": null,
460
+ "top_k": 50,
461
+ "top_p": 1.0,
462
+ "torch_dtype": null,
463
+ "torchscript": false,
464
+ "transformers_version": "4.18.0.dev0",
465
+ "typical_p": 1.0,
466
+ "use_bfloat16": false,
467
+ "use_cache": true,
468
+ "use_scan": true,
469
+ "vocab_size": 1000
470
+ },
471
+ "decoder_start_token_id": 0,
472
+ "encoder": {
473
+ "_name_or_path": "",
474
+ "activation_dropout": 0.1,
475
+ "adapter_kernel_size": 3,
476
+ "adapter_stride": 2,
477
+ "add_adapter": true,
478
+ "add_cross_attention": false,
479
+ "apply_spec_augment": true,
480
+ "architectures": null,
481
+ "attention_dropout": 0.1,
482
+ "bad_words_ids": null,
483
+ "bos_token_id": 1,
484
+ "chunk_size_feed_forward": 0,
485
+ "classifier_proj_size": 256,
486
+ "codevector_dim": 256,
487
+ "contrastive_logits_temperature": 0.1,
488
+ "conv_bias": false,
489
+ "conv_dim": [
490
+ 32,
491
+ 32,
492
+ 32
493
+ ],
494
+ "conv_kernel": [
495
+ 8,
496
+ 8,
497
+ 8
498
+ ],
499
+ "conv_stride": [
500
+ 4,
501
+ 4,
502
+ 4
503
+ ],
504
+ "cross_attention_hidden_size": null,
505
+ "ctc_loss_reduction": "sum",
506
+ "ctc_zero_infinity": false,
507
+ "decoder_start_token_id": null,
508
+ "diversity_loss_weight": 0.1,
509
+ "diversity_penalty": 0.0,
510
+ "do_sample": false,
511
+ "do_stable_layer_norm": true,
512
+ "early_stopping": false,
513
+ "encoder_no_repeat_ngram_size": 0,
514
+ "eos_token_id": 2,
515
+ "exponential_decay_length_penalty": null,
516
+ "feat_extract_activation": "gelu",
517
+ "feat_extract_dropout": 0.0,
518
+ "feat_extract_norm": "layer",
519
+ "feat_proj_dropout": 0.0,
520
+ "feat_quantizer_dropout": 0.0,
521
+ "final_dropout": 0.0,
522
+ "finetuning_task": null,
523
+ "forced_bos_token_id": null,
524
+ "forced_eos_token_id": null,
525
+ "fuse_matmuls": false,
526
+ "gradient_checkpointing": false,
527
+ "hidden_act": "gelu",
528
+ "hidden_dropout": 0.1,
529
+ "hidden_dropout_prob": 0.1,
530
+ "hidden_size": 16,
531
+ "id2label": {
532
+ "0": "LABEL_0",
533
+ "1": "LABEL_1"
534
+ },
535
+ "initializer_range": 0.02,
536
+ "intermediate_size": 20,
537
+ "is_decoder": false,
538
+ "is_encoder_decoder": false,
539
+ "label2id": {
540
+ "LABEL_0": 0,
541
+ "LABEL_1": 1
542
+ },
543
+ "layer_norm_eps": 1e-05,
544
+ "layerdrop": 0.0,
545
+ "length_penalty": 1.0,
546
+ "mask_feature_length": 10,
547
+ "mask_feature_min_masks": 0,
548
+ "mask_feature_prob": 0.0,
549
+ "mask_time_length": 10,
550
+ "mask_time_min_masks": 2,
551
+ "mask_time_prob": 0.1,
552
+ "max_length": 20,
553
+ "min_length": 0,
554
+ "model_type": "wav2vec2",
555
+ "no_repeat_ngram_size": 0,
556
+ "num_adapter_layers": 3,
557
+ "num_attention_heads": 2,
558
+ "num_beam_groups": 1,
559
+ "num_beams": 1,
560
+ "num_codevector_groups": 2,
561
+ "num_codevectors_per_group": 320,
562
+ "num_conv_pos_embedding_groups": 2,
563
+ "num_conv_pos_embeddings": 16,
564
+ "num_feat_extract_layers": 3,
565
+ "num_hidden_layers": 4,
566
+ "num_negatives": 10,
567
+ "num_return_sequences": 1,
568
+ "output_attentions": false,
569
+ "output_hidden_size": 16,
570
+ "output_hidden_states": false,
571
+ "output_scores": false,
572
+ "pad_token_id": 0,
573
+ "prefix": null,
574
+ "problem_type": null,
575
+ "proj_codevector_dim": 256,
576
+ "pruned_heads": {},
577
+ "remove_invalid_values": false,
578
+ "repetition_penalty": 1.0,
579
+ "return_dict": true,
580
+ "return_dict_in_generate": false,
581
+ "sep_token_id": null,
582
+ "task_specific_params": null,
583
+ "tdnn_dilation": [
584
+ 1,
585
+ 2,
586
+ 3,
587
+ 1,
588
+ 1
589
+ ],
590
+ "tdnn_dim": [
591
+ 512,
592
+ 512,
593
+ 512,
594
+ 512,
595
+ 1500
596
+ ],
597
+ "tdnn_kernel": [
598
+ 5,
599
+ 3,
600
+ 3,
601
+ 1,
602
+ 1
603
+ ],
604
+ "temperature": 1.0,
605
+ "tie_encoder_decoder": false,
606
+ "tie_word_embeddings": true,
607
+ "tokenizer_class": null,
608
+ "top_k": 50,
609
+ "top_p": 1.0,
610
+ "torch_dtype": null,
611
+ "torchscript": false,
612
+ "transformers_version": "4.18.0.dev0",
613
+ "typical_p": 1.0,
614
+ "use_bfloat16": false,
615
+ "use_scan": true,
616
+ "use_weighted_layer_sum": false,
617
+ "vocab_size": 32,
618
+ "xvector_output_dim": 512
619
+ },
620
+ "eos_token_id": 2,
621
+ "is_encoder_decoder": true,
622
+ "max_length": 40,
623
+ "model_type": "speech-encoder-decoder",
624
+ "pad_token_id": 1,
625
+ "processor_class": "Wav2Vec2Processor",
626
+ "tie_word_embeddings": false,
627
+ "transformers_version": null,
628
+ "use_cache": false
629
+ }
630
+ loading feature extractor configuration file ./preprocessor_config.json
631
+ Feature extractor Wav2Vec2FeatureExtractor {
632
+ "do_normalize": true,
633
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
634
+ "feature_size": 1,
635
+ "padding_side": "right",
636
+ "padding_value": 0.0,
637
+ "return_attention_mask": false,
638
+ "sampling_rate": 16000
639
+ }
640
+ Didn't find file ./added_tokens.json. We won't load it.
641
+ loading file ./vocab.json
642
+ loading file ./merges.txt
643
+ loading file ./tokenizer.json
644
+ loading file None
645
+ loading file ./special_tokens_map.json
646
+ loading file ./tokenizer_config.json
647
+ 2022-05-07 18:26:20.354208: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
648
+ 2022-05-07 18:26:20.354247: W tensorflow/stream_executor/cuda/cuda_driver.cc:269] failed call to cuInit: UNKNOWN ERROR (303)
649
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-172908eb2439798c.arrow
650
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-172908eb2439798c.arrow
651
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-3788df45b822e09d.arrow
652
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-836619e0a5bdc111.arrow
653
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-760f29b7172d4ca5.arrow
654
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-760f29b7172d4ca5.arrow
655
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-c95f128933ad1116.arrow
656
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-0b5b21388629ee07.arrow
657
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-19bf1682e842ea83.arrow
658
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-19bf1682e842ea83.arrow
659
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-d26d6988d1d20694.arrow
660
+ 05/07/2022 18:26:20 - WARNING - datasets.arrow_dataset - Loading cached processed dataset at /home/sanchitgandhi/cache/huggingface/datasets/hf-internal-testing___librispeech_asr/clean/2.1.0/d3bc4c2bc2078fcde3ad0f0f635862e4c0fef78ba94c4a34c4c250a097af240b/cache-735fc28d6b3118f5.arrow
661
+ /home/sanchitgandhi/flax-dummy/./ is already a clone of https://huggingface.co/sanchit-gandhi/flax-dummy. Make sure you pull the latest changes with `repo.git_pull()`.
662
+ Epoch ... (1/3): 0%| | 0/3 [00:00<?, ?it/s]
663
+ 05/07/2022 18:26:21 - WARNING - huggingface_hub.repository - /home/sanchitgandhi/flax-dummy/./ is already a clone of https://huggingface.co/sanchit-gandhi/flax-dummy. Make sure you pull the latest changes with `repo.git_pull()`.
664
+ 05/07/2022 18:26:22 - INFO - __main__ - ***** Running training *****
665
+ 05/07/2022 18:26:22 - INFO - __main__ - Num examples = 68
666
+ 05/07/2022 18:26:22 - INFO - __main__ - Num Epochs = 3
667
+ 05/07/2022 18:26:22 - INFO - __main__ - Instantaneous batch size per device = 2
668
+ 05/07/2022 18:26:22 - INFO - __main__ - Num gradient accumulation steps = 1
669
+ 05/07/2022 18:26:22 - INFO - __main__ - Total train batch size (w. parallel & distributed) = 16
670
+ 05/07/2022 18:26:22 - INFO - __main__ - Total optimization steps = 10
671
+ 05/07/2022 18:26:22 - INFO - __main__ - Gradient checkpointing: False
672
+ 05/07/2022 18:26:22 - INFO - __main__ - Use scan: True
673
+ 05/07/2022 18:26:22 - INFO - __main__ - Fuse matmuls: False
674
+
675
+ Training...: 25%|██████████████████ | 1/4 [00:24<01:12, 24.17s/it]
676
+
677
+
678
+ Training...: 75%|██████████████████████████████████████████████████████ | 3/4 [01:06<00:22, 22.09s/it]
679
+ Step... (2 | Loss: 6.900844097137451, Learning Rate: 1.200009137392044e-06, Gradient Norm: 0.2627941370010376)
680
+ Epoch ... (1/3): 33%|██████████████████████▋ | 1/3 [01:09<02:15, 67.79s/it]
681
+ Training...: 25%|██████████████████ | 1/4 [00:01<00:02, 1.43it/s]
682
+ Evaluating ...: 0%| | 0/4 [00:00<?, ?it/s]
683
+ Step... (4 | Loss: 6.902615070343018, Learning Rate: 2.400018274784088e-06, Gradient Norm: 0.2681843340396881)
684
+
685
+
686
+
wandb/run-20220507_182604-jtmmbwaj/files/requirements.txt ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.0.0
2
+ aiohttp==3.8.1
3
+ aiosignal==1.2.0
4
+ anyio==3.5.0
5
+ appdirs==1.4.4
6
+ argon2-cffi-bindings==21.2.0
7
+ argon2-cffi==21.3.0
8
+ asttokens==2.0.5
9
+ astunparse==1.6.3
10
+ async-timeout==4.0.2
11
+ attrs==21.4.0
12
+ audioread==2.1.9
13
+ babel==2.9.1
14
+ backcall==0.2.0
15
+ beautifulsoup4==4.10.0
16
+ bleach==4.1.0
17
+ cachetools==5.0.0
18
+ certifi==2021.10.8
19
+ cffi==1.15.0
20
+ charset-normalizer==2.0.12
21
+ chex==0.1.1
22
+ click==8.1.0
23
+ cycler==0.11.0
24
+ datasets==2.0.1.dev0
25
+ debugpy==1.6.0
26
+ decorator==5.1.1
27
+ defusedxml==0.7.1
28
+ dill==0.3.4
29
+ dm-tree==0.1.6
30
+ docker-pycreds==0.4.0
31
+ entrypoints==0.4
32
+ executing==0.8.3
33
+ filelock==3.6.0
34
+ flatbuffers==2.0
35
+ flax==0.4.1
36
+ fonttools==4.31.2
37
+ frozenlist==1.3.0
38
+ fsspec==2022.2.0
39
+ gast==0.5.3
40
+ gitdb==4.0.9
41
+ gitpython==3.1.27
42
+ google-auth-oauthlib==0.4.6
43
+ google-auth==2.6.2
44
+ google-pasta==0.2.0
45
+ grpcio==1.44.0
46
+ h5py==3.6.0
47
+ huggingface-hub==0.4.0
48
+ idna==3.3
49
+ importlib-metadata==4.11.3
50
+ importlib-resources==5.6.0
51
+ iniconfig==1.1.1
52
+ ipdb==0.13.9
53
+ ipykernel==6.10.0
54
+ ipython-genutils==0.2.0
55
+ ipython==8.2.0
56
+ jax==0.3.4
57
+ jaxlib==0.3.2
58
+ jedi==0.18.1
59
+ jinja2==3.1.1
60
+ jiwer==2.3.0
61
+ joblib==1.1.0
62
+ json5==0.9.6
63
+ jsonschema==4.4.0
64
+ jupyter-client==7.2.1
65
+ jupyter-core==4.9.2
66
+ jupyter-server==1.16.0
67
+ jupyterlab-pygments==0.1.2
68
+ jupyterlab-server==2.12.0
69
+ jupyterlab==3.3.2
70
+ keras-preprocessing==1.1.2
71
+ keras==2.8.0
72
+ kiwisolver==1.4.2
73
+ libclang==13.0.0
74
+ librosa==0.9.1
75
+ libtpu-nightly==0.1.dev20220315
76
+ llvmlite==0.38.0
77
+ markdown==3.3.6
78
+ markupsafe==2.1.1
79
+ matplotlib-inline==0.1.3
80
+ matplotlib==3.5.1
81
+ mistune==0.8.4
82
+ msgpack==1.0.3
83
+ multidict==6.0.2
84
+ multiprocess==0.70.12.2
85
+ nbclassic==0.3.7
86
+ nbclient==0.5.13
87
+ nbconvert==6.4.5
88
+ nbformat==5.2.0
89
+ nest-asyncio==1.5.4
90
+ notebook-shim==0.1.0
91
+ notebook==6.4.10
92
+ numba==0.55.1
93
+ numpy==1.21.0
94
+ oauthlib==3.2.0
95
+ opt-einsum==3.3.0
96
+ optax==0.1.1
97
+ packaging==21.3
98
+ pandas==1.4.1
99
+ pandocfilters==1.5.0
100
+ parso==0.8.3
101
+ pathtools==0.1.2
102
+ pexpect==4.8.0
103
+ pickleshare==0.7.5
104
+ pillow==9.0.1
105
+ pip==20.0.2
106
+ pkg-resources==0.0.0
107
+ pluggy==1.0.0
108
+ pooch==1.6.0
109
+ prometheus-client==0.13.1
110
+ promise==2.3
111
+ prompt-toolkit==3.0.28
112
+ protobuf==3.19.4
113
+ psutil==5.9.0
114
+ ptyprocess==0.7.0
115
+ pure-eval==0.2.2
116
+ py==1.11.0
117
+ pyarrow==7.0.0
118
+ pyasn1-modules==0.2.8
119
+ pyasn1==0.4.8
120
+ pycparser==2.21
121
+ pygments==2.11.2
122
+ pyparsing==3.0.7
123
+ pyrsistent==0.18.1
124
+ pytest==7.1.2
125
+ python-dateutil==2.8.2
126
+ python-levenshtein==0.12.2
127
+ pytz==2022.1
128
+ pyyaml==6.0
129
+ pyzmq==22.3.0
130
+ regex==2022.3.15
131
+ requests-oauthlib==1.3.1
132
+ requests==2.27.1
133
+ resampy==0.2.2
134
+ responses==0.18.0
135
+ rsa==4.8
136
+ sacremoses==0.0.49
137
+ scikit-learn==1.0.2
138
+ scipy==1.8.0
139
+ send2trash==1.8.0
140
+ sentry-sdk==1.5.8
141
+ setproctitle==1.2.2
142
+ setuptools==44.0.0
143
+ shortuuid==1.0.8
144
+ six==1.16.0
145
+ smmap==5.0.0
146
+ sniffio==1.2.0
147
+ soundfile==0.10.3.post1
148
+ soupsieve==2.3.1
149
+ stack-data==0.2.0
150
+ tensorboard-data-server==0.6.1
151
+ tensorboard-plugin-wit==1.8.1
152
+ tensorboard==2.8.0
153
+ tensorflow-io-gcs-filesystem==0.24.0
154
+ tensorflow==2.8.0
155
+ termcolor==1.1.0
156
+ terminado==0.13.3
157
+ testpath==0.6.0
158
+ tf-estimator-nightly==2.8.0.dev2021122109
159
+ threadpoolctl==3.1.0
160
+ tokenizers==0.11.6
161
+ toml==0.10.2
162
+ tomli==2.0.1
163
+ toolz==0.11.2
164
+ torch==1.11.0+cpu
165
+ torchaudio==0.11.0+cpu
166
+ tornado==6.1
167
+ tqdm==4.63.1
168
+ traitlets==5.1.1
169
+ transformers==4.18.0.dev0
170
+ typing-extensions==4.1.1
171
+ urllib3==1.26.9
172
+ wandb==0.12.11
173
+ wcwidth==0.2.5
174
+ webencodings==0.5.1
175
+ websocket-client==1.3.2
176
+ werkzeug==2.1.0
177
+ wheel==0.37.1
178
+ wrapt==1.14.0
179
+ xxhash==3.0.0
180
+ yarl==1.7.2
181
+ yaspin==2.1.0
182
+ zipp==3.7.0
wandb/run-20220507_182604-jtmmbwaj/files/wandb-metadata.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.4.0-1043-gcp-x86_64-with-glibc2.29",
3
+ "python": "3.8.10",
4
+ "heartbeatAt": "2022-05-07T18:26:07.259089",
5
+ "startedAt": "2022-05-07T18:26:04.259139",
6
+ "docker": null,
7
+ "cpu_count": 96,
8
+ "cuda": null,
9
+ "args": [
10
+ "--dataset_name=hf-internal-testing/librispeech_asr_dummy",
11
+ "--model_name_or_path=./",
12
+ "--dataset_config_name=clean",
13
+ "--train_split_name=validation",
14
+ "--eval_split_name=validation",
15
+ "--test_split_name=validation[:90%]+validation[:95%]",
16
+ "--output_dir=./",
17
+ "--dataset_cache_dir=/home/sanchitgandhi/cache/huggingface/datasets",
18
+ "--preprocessing_num_workers=1",
19
+ "--length_column_name=input_length",
20
+ "--overwrite_output_dir",
21
+ "--max_steps=10",
22
+ "--eval_steps=5",
23
+ "--save_steps=5",
24
+ "--per_device_train_batch_size=2",
25
+ "--per_device_eval_batch_size=2",
26
+ "--logging_steps=1",
27
+ "--max_duration_in_seconds=15",
28
+ "--max_target_length=64",
29
+ "--generation_max_length=40",
30
+ "--generation_num_beams=1",
31
+ "--final_generation_max_length=40",
32
+ "--final_generation_num_beams=1",
33
+ "--learning_rate=3e-4",
34
+ "--warmup_steps=500",
35
+ "--text_column_name=text",
36
+ "--save_total_limit=1",
37
+ "--wandb_project=flax-wav2vec2-2-bart-dummy",
38
+ "--freeze_feature_encoder",
39
+ "--predict_with_generate",
40
+ "--do_lower_case",
41
+ "--do_train",
42
+ "--do_eval",
43
+ "--do_predict",
44
+ "--push_to_hub"
45
+ ],
46
+ "state": "running",
47
+ "program": "run_flax_speech_recognition_seq2seq.py",
48
+ "codePath": "run_flax_speech_recognition_seq2seq.py",
49
+ "git": {
50
+ "remote": "https://huggingface.co/sanchit-gandhi/flax-dummy",
51
+ "commit": "37b70d413eb2267f23c202ca671b1bfd705d5892"
52
+ },
53
+ "email": "sanchit@huggingface.co",
54
+ "root": "/home/sanchitgandhi/flax-dummy",
55
+ "host": "t1v-n-4eb331dd-w-0",
56
+ "username": "sanchitgandhi",
57
+ "executable": "/home/sanchitgandhi/venv/bin/python"
58
+ }
wandb/run-20220507_182604-jtmmbwaj/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"train/decoder_grad_norm": 0.2681843340396881, "train/decoder_param_norm": 10.987308502197266, "train/encoder_grad_norm": 5.215159762883559e-05, "train/encoder_param_norm": 21.97297477722168, "train/grad_norm": 0.2681843340396881, "layer_grad_norm/": {"decoder": {"model": {"decoder": {"embed_positions": {"embedding": 0.13019102811813354}, "embed_tokens": {"embedding": 0.23307092487812042}, "layernorm_embedding": {"bias": 0.005440065637230873, "scale": 0.004160936456173658}, "layers": {"FlaxBartDecoderLayers": {"encoder_attn": {"k_proj": {"bias": 3.241078466807018e-13, "kernel": 9.277729409382096e-13}, "out_proj": {"bias": 0.008914541453123093, "kernel": 4.4008887925883755e-05}, "q_proj": {"bias": 6.479329334348194e-13, "kernel": 9.201536017508505e-13}, "v_proj": {"bias": 0.001009665080346167, "kernel": 3.907786322088214e-06}}, "encoder_attn_layer_norm": {"bias": 0.009093240834772587, "scale": 0.005864849779754877}, "fc1": {"bias": 0.00013779630535282195, "kernel": 0.00037643039831891656}, "fc2": {"bias": 0.008857807144522667, "kernel": 0.000335609947796911}, "final_layer_norm": {"bias": 0.009552594274282455, "scale": 0.0060695563443005085}, "self_attn": {"k_proj": {"bias": 1.0063173627727906e-09, "kernel": 3.8422240322688594e-06}, "out_proj": {"bias": 0.009011783637106419, "kernel": 0.0007192231132648885}, "q_proj": {"bias": 1.410111622135446e-06, "kernel": 4.439060830918606e-06}, "v_proj": {"bias": 0.0006737391231581569, "kernel": 0.0006772780325263739}}, "self_attn_layer_norm": {"bias": 0.009094683453440666, "scale": 0.005866193678230047}}}}}}, "encoder": {"adapter": {"layers": {"0": {"conv": {"bias": 2.5814267701207427e-07, "kernel": 1.2365622978904867e-06}}, "1": {"conv": {"bias": 3.0718340440216707e-06, "kernel": 1.3853882592229638e-06}}, "2": {"conv": {"bias": 5.195090488996357e-05, "kernel": 2.528876166252303e-06}}}}, "encoder": {"layer_norm": {"bias": 4.200019532163424e-08, "scale": 4.295658229125365e-08}, "layers": {"FlaxWav2Vec2EncoderLayers": {"attention": {"k_proj": {"bias": 1.4866074086935252e-15, "kernel": 1.2133823112936426e-10}, "out_proj": {"bias": 6.935447913747339e-07, "kernel": 1.1620355166996887e-07}, "q_proj": {"bias": 4.556995406024278e-11, "kernel": 1.1936587829275425e-10}, "v_proj": {"bias": 5.2707189723832926e-08, "kernel": 1.1697017043843516e-07}}, "feed_forward": {"intermediate_dense": {"bias": 2.9468106177432674e-08, "kernel": 8.333873324772867e-08}, "output_dense": {"bias": 6.715945914947952e-07, "kernel": 9.472834960888576e-08}}, "final_layer_norm": {"bias": 2.068675897248795e-09, "scale": 1.3903508344625948e-09}, "layer_norm": {"bias": 4.099741879315388e-09, "scale": 2.446022273616677e-09}}}, "pos_conv_embed": {"conv": {"bias": 2.4324705805156555e-07, "weight_g": 5.952928372465749e-09, "weight_v": 6.691659848456766e-08}}}, "feature_extractor": {"conv_layers": {"0": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}, "1": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}, "2": {"conv": {"kernel": 0.0}, "layer_norm": {"bias": 0.0, "scale": 0.0}}}}, "feature_projection": {"layer_norm": {"bias": 4.796107333504551e-08, "scale": 6.9013936787598595e-09}, "projection": {"bias": 5.284446729092451e-07, "kernel": 4.6746677639930567e-07}}, "masked_spec_embed": 0.0}}, "layer_param_norm/": {"decoder": {"model": {"decoder": {"embed_positions": {"embedding": 0.7995857000350952}, "embed_tokens": {"embedding": 2.508484125137329}, "layernorm_embedding": {"bias": 0.0044089145958423615, "scale": 4.000093936920166}, "layers": {"FlaxBartDecoderLayers": {"encoder_attn": {"k_proj": {"bias": 2.6241984141250896e-09, "kernel": 0.43237069249153137}, "out_proj": {"bias": 0.006208351813256741, "kernel": 0.46708208322525024}, "q_proj": {"bias": 3.36700978209592e-08, "kernel": 0.4763868451118469}, "v_proj": {"bias": 0.006663716863840818, "kernel": 0.46299299597740173}}, "encoder_attn_layer_norm": {"bias": 0.006329583004117012, "scale": 5.656974792480469}, "fc1": {"bias": 0.0031577576883137226, "kernel": 0.2302737683057785}, "fc2": {"bias": 0.0062227933667600155, "kernel": 0.22851601243019104}, "final_layer_norm": {"bias": 0.006091490387916565, "scale": 5.657162189483643}, "self_attn": {"k_proj": {"bias": 1.347113629890373e-05, "kernel": 0.4489072561264038}, "out_proj": {"bias": 0.006212137173861265, "kernel": 0.4596090614795685}, "q_proj": {"bias": 0.005390589125454426, "kernel": 0.43899983167648315}, "v_proj": {"bias": 0.005982028320431709, "kernel": 0.47396859526634216}}, "self_attn_layer_norm": {"bias": 0.006329756695777178, "scale": 5.656975269317627}}}}}}, "encoder": {"adapter": {"layers": {"0": {"conv": {"bias": 0.0037867689970880747, "kernel": 0.7979688048362732}}, "1": {"conv": {"bias": 0.00473013473674655, "kernel": 0.7824119925498962}}, "2": {"conv": {"bias": 0.004608336370438337, "kernel": 0.7934591174125671}}}}, "encoder": {"layer_norm": {"bias": 0.0014159531565383077, "scale": 4.000493049621582}, "layers": {"FlaxWav2Vec2EncoderLayers": {"attention": {"k_proj": {"bias": 1.1637950325660285e-10, "kernel": 0.6511669158935547}, "out_proj": {"bias": 0.004414305556565523, "kernel": 0.6515696048736572}, "q_proj": {"bias": 9.045841579791158e-06, "kernel": 0.636457085609436}, "v_proj": {"bias": 0.0028330215718597174, "kernel": 0.6421413421630859}}, "feed_forward": {"intermediate_dense": {"bias": 0.0022769507486373186, "kernel": 0.706342339515686}, "output_dense": {"bias": 0.00466313399374485, "kernel": 0.7153216004371643}}, "final_layer_norm": {"bias": 0.0003239295328967273, "scale": 7.999977111816406}, "layer_norm": {"bias": 0.0006316141225397587, "scale": 8.000049591064453}}}, "pos_conv_embed": {"conv": {"bias": 0.0019426605431362987, "weight_g": 2.277707099914551, "weight_v": 2.2775826454162598}}}, "feature_extractor": {"conv_layers": {"0": {"conv": {"kernel": 7.867799758911133}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}, "1": {"conv": {"kernel": 8.025212287902832}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}, "2": {"conv": {"kernel": 7.975250720977783}, "layer_norm": {"bias": 0.0, "scale": 5.656854152679443}}}}, "feature_projection": {"layer_norm": {"bias": 0.0016079015331342816, "scale": 5.656806945800781}, "projection": {"bias": 0.0019150938605889678, "kernel": 0.4300815463066101}}, "masked_spec_embed": 2.404470205307007}}, "train/learning_rate": 2.400018274784088e-06, "train/loss": 6.902615070343018, "train/param_norm": 24.56690216064453, "_timestamp": 1651948051, "_runtime": 87, "_step": 4}
wandb/run-20220507_182604-jtmmbwaj/logs/debug-internal.log ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2022-05-07 18:26:05,034 INFO MainThread:40892 [internal.py:wandb_internal():92] W&B internal server running at pid: 40892, started at: 2022-05-07 18:26:05.034362
2
+ 2022-05-07 18:26:05,036 INFO WriterThread:40892 [datastore.py:open_for_write():77] open: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/run-jtmmbwaj.wandb
3
+ 2022-05-07 18:26:05,037 DEBUG SenderThread:40892 [sender.py:send():235] send: header
4
+ 2022-05-07 18:26:05,037 DEBUG SenderThread:40892 [sender.py:send():235] send: run
5
+ 2022-05-07 18:26:05,113 INFO SenderThread:40892 [dir_watcher.py:__init__():169] watching files in: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files
6
+ 2022-05-07 18:26:05,113 INFO SenderThread:40892 [sender.py:_start_run_threads():812] run started: jtmmbwaj with start time 1651947964
7
+ 2022-05-07 18:26:05,113 DEBUG SenderThread:40892 [sender.py:send():235] send: summary
8
+ 2022-05-07 18:26:05,113 INFO SenderThread:40892 [sender.py:_save_file():947] saving file wandb-summary.json with policy end
9
+ 2022-05-07 18:26:05,114 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: check_version
10
+ 2022-05-07 18:26:05,114 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: check_version
11
+ 2022-05-07 18:26:05,172 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: run_start
12
+ 2022-05-07 18:26:06,153 INFO Thread-7 :40892 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/wandb-summary.json
13
+ 2022-05-07 18:26:07,258 DEBUG HandlerThread:40892 [meta.py:__init__():37] meta init
14
+ 2022-05-07 18:26:07,259 DEBUG HandlerThread:40892 [meta.py:__init__():51] meta init done
15
+ 2022-05-07 18:26:07,259 DEBUG HandlerThread:40892 [meta.py:probe():211] probe
16
+ 2022-05-07 18:26:07,260 DEBUG HandlerThread:40892 [meta.py:_setup_git():201] setup git
17
+ 2022-05-07 18:26:07,290 DEBUG HandlerThread:40892 [meta.py:_setup_git():208] setup git done
18
+ 2022-05-07 18:26:07,290 DEBUG HandlerThread:40892 [meta.py:_save_pip():55] save pip
19
+ 2022-05-07 18:26:07,290 DEBUG HandlerThread:40892 [meta.py:_save_pip():69] save pip done
20
+ 2022-05-07 18:26:07,290 DEBUG HandlerThread:40892 [meta.py:probe():249] probe done
21
+ 2022-05-07 18:26:07,293 DEBUG SenderThread:40892 [sender.py:send():235] send: files
22
+ 2022-05-07 18:26:07,294 INFO SenderThread:40892 [sender.py:_save_file():947] saving file wandb-metadata.json with policy now
23
+ 2022-05-07 18:26:07,298 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
24
+ 2022-05-07 18:26:07,299 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
25
+ 2022-05-07 18:26:07,539 INFO Thread-11 :40892 [upload_job.py:push():137] Uploaded file /tmp/tmp_3bt5snxwandb/2787p4kv-wandb-metadata.json
26
+ 2022-05-07 18:26:08,173 INFO Thread-7 :40892 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/wandb-metadata.json
27
+ 2022-05-07 18:26:08,174 INFO Thread-7 :40892 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/requirements.txt
28
+ 2022-05-07 18:26:08,174 INFO Thread-7 :40892 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
29
+ 2022-05-07 18:26:09,901 DEBUG SenderThread:40892 [sender.py:send():235] send: telemetry
30
+ 2022-05-07 18:26:10,174 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
31
+ 2022-05-07 18:26:12,175 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
32
+ 2022-05-07 18:26:22,179 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
33
+ 2022-05-07 18:26:24,180 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
34
+ 2022-05-07 18:26:24,924 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
35
+ 2022-05-07 18:26:24,924 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
36
+ 2022-05-07 18:26:26,181 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
37
+ 2022-05-07 18:26:35,339 DEBUG SenderThread:40892 [sender.py:send():235] send: stats
38
+ 2022-05-07 18:26:36,185 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/config.yaml
39
+ 2022-05-07 18:26:39,965 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
40
+ 2022-05-07 18:26:39,965 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
41
+ 2022-05-07 18:26:48,189 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
42
+ 2022-05-07 18:26:54,998 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
43
+ 2022-05-07 18:26:54,998 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
44
+ 2022-05-07 18:27:05,417 DEBUG SenderThread:40892 [sender.py:send():235] send: stats
45
+ 2022-05-07 18:27:07,652 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
46
+ 2022-05-07 18:27:07,701 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
47
+ 2022-05-07 18:27:10,083 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
48
+ 2022-05-07 18:27:10,083 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
49
+ 2022-05-07 18:27:10,197 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
50
+ 2022-05-07 18:27:25,218 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
51
+ 2022-05-07 18:27:25,219 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
52
+ 2022-05-07 18:27:29,863 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
53
+ 2022-05-07 18:27:29,866 DEBUG SenderThread:40892 [sender.py:send():235] send: history
54
+ 2022-05-07 18:27:29,866 DEBUG SenderThread:40892 [sender.py:send():235] send: summary
55
+ 2022-05-07 18:27:29,869 INFO SenderThread:40892 [sender.py:_save_file():947] saving file wandb-summary.json with policy end
56
+ 2022-05-07 18:27:29,938 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
57
+ 2022-05-07 18:27:30,206 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/wandb-summary.json
58
+ 2022-05-07 18:27:30,206 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
59
+ 2022-05-07 18:27:30,522 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
60
+ 2022-05-07 18:27:30,524 DEBUG SenderThread:40892 [sender.py:send():235] send: history
61
+ 2022-05-07 18:27:30,524 DEBUG SenderThread:40892 [sender.py:send():235] send: summary
62
+ 2022-05-07 18:27:30,525 INFO SenderThread:40892 [sender.py:_save_file():947] saving file wandb-summary.json with policy end
63
+ 2022-05-07 18:27:30,583 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
64
+ 2022-05-07 18:27:31,206 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/wandb-summary.json
65
+ 2022-05-07 18:27:31,218 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
66
+ 2022-05-07 18:27:31,220 DEBUG SenderThread:40892 [sender.py:send():235] send: history
67
+ 2022-05-07 18:27:31,221 DEBUG SenderThread:40892 [sender.py:send():235] send: summary
68
+ 2022-05-07 18:27:31,222 INFO SenderThread:40892 [sender.py:_save_file():947] saving file wandb-summary.json with policy end
69
+ 2022-05-07 18:27:31,289 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
70
+ 2022-05-07 18:27:31,860 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
71
+ 2022-05-07 18:27:31,862 DEBUG SenderThread:40892 [sender.py:send():235] send: history
72
+ 2022-05-07 18:27:31,863 DEBUG SenderThread:40892 [sender.py:send():235] send: summary
73
+ 2022-05-07 18:27:31,863 INFO SenderThread:40892 [sender.py:_save_file():947] saving file wandb-summary.json with policy end
74
+ 2022-05-07 18:27:31,907 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
75
+ 2022-05-07 18:27:32,207 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/wandb-summary.json
76
+ 2022-05-07 18:27:32,207 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
77
+ 2022-05-07 18:27:34,207 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
78
+ 2022-05-07 18:27:35,492 DEBUG SenderThread:40892 [sender.py:send():235] send: stats
79
+ 2022-05-07 18:27:40,250 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
80
+ 2022-05-07 18:27:40,250 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
81
+ 2022-05-07 18:27:55,291 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
82
+ 2022-05-07 18:27:55,292 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
83
+ 2022-05-07 18:27:59,218 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
84
+ 2022-05-07 18:28:05,566 DEBUG SenderThread:40892 [sender.py:send():235] send: stats
85
+ 2022-05-07 18:28:10,343 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
86
+ 2022-05-07 18:28:10,343 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
87
+ 2022-05-07 18:28:19,227 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
88
+ 2022-05-07 18:28:25,380 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
89
+ 2022-05-07 18:28:25,380 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
90
+ 2022-05-07 18:28:35,643 DEBUG SenderThread:40892 [sender.py:send():235] send: stats
91
+ 2022-05-07 18:28:40,421 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: stop_status
92
+ 2022-05-07 18:28:40,421 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: stop_status
93
+ 2022-05-07 18:28:40,432 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
94
+ 2022-05-07 18:28:40,579 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: log_artifact
95
+ 2022-05-07 18:28:40,582 DEBUG SenderThread:40892 [sender.py:send_request():249] send_request: log_artifact
96
+ 2022-05-07 18:28:40,708 DEBUG HandlerThread:40892 [handler.py:handle_request():141] handle_request: partial_history
97
+ 2022-05-07 18:28:41,013 INFO Thread-13 :40892 [upload_job.py:push():95] Uploaded file /home/sanchitgandhi/.cache/wandb/artifacts/obj/md5/03/1aa3918a194407ac466420b1ea5405
98
+ 2022-05-07 18:28:41,236 INFO Thread-7 :40892 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/output.log
99
+ 2022-05-07 18:28:41,237 INFO Thread-7 :40892 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/media/table/eval/step_0k_5_f901d5b4b0d1263be066.table.json
100
+ 2022-05-07 18:28:41,237 INFO Thread-7 :40892 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/media
101
+ 2022-05-07 18:28:41,237 INFO Thread-7 :40892 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/media/table/eval
102
+ 2022-05-07 18:28:41,237 INFO Thread-7 :40892 [dir_watcher.py:_on_file_created():217] file/dir created: /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/files/media/table
wandb/run-20220507_182604-jtmmbwaj/logs/debug.log ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_setup.py:_flush():75] Loading settings from /home/sanchitgandhi/.config/wandb/settings
2
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_setup.py:_flush():75] Loading settings from /home/sanchitgandhi/flax-dummy/wandb/settings
3
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_setup.py:_flush():75] Loading settings from environment variables: {}
4
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_setup.py:_flush():75] Inferring run settings from compute environment: {'program_relpath': 'run_flax_speech_recognition_seq2seq.py', 'program': 'run_flax_speech_recognition_seq2seq.py'}
5
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_init.py:_log_setup():405] Logging user logs to /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/logs/debug.log
6
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_init.py:_log_setup():406] Logging internal logs to /home/sanchitgandhi/flax-dummy/wandb/run-20220507_182604-jtmmbwaj/logs/debug-internal.log
7
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_init.py:init():439] calling init triggers
8
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_init.py:init():442] wandb.init called with sweep_config: {}
9
+ config: {}
10
+ 2022-05-07 18:26:04,260 INFO MainThread:39832 [wandb_init.py:init():492] starting backend
11
+ 2022-05-07 18:26:04,261 INFO MainThread:39832 [backend.py:_multiprocessing_setup():99] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
12
+ 2022-05-07 18:26:04,287 INFO MainThread:39832 [backend.py:ensure_launched():219] starting backend process...
13
+ 2022-05-07 18:26:04,312 INFO MainThread:39832 [backend.py:ensure_launched():224] started backend process with pid: 40892
14
+ 2022-05-07 18:26:04,314 INFO MainThread:39832 [wandb_init.py:init():501] backend started and connected
15
+ 2022-05-07 18:26:04,327 INFO MainThread:39832 [wandb_init.py:init():565] updated telemetry
16
+ 2022-05-07 18:26:04,390 INFO MainThread:39832 [wandb_init.py:init():596] communicating run to backend with 30 second timeout
17
+ 2022-05-07 18:26:05,113 INFO MainThread:39832 [wandb_run.py:_on_init():1759] communicating current version
18
+ 2022-05-07 18:26:05,171 INFO MainThread:39832 [wandb_run.py:_on_init():1763] got version response upgrade_message: "wandb version 0.12.16 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
19
+
20
+ 2022-05-07 18:26:05,171 INFO MainThread:39832 [wandb_init.py:init():625] starting run threads in backend
21
+ 2022-05-07 18:26:07,298 INFO MainThread:39832 [wandb_run.py:_console_start():1733] atexit reg
22
+ 2022-05-07 18:26:07,298 INFO MainThread:39832 [wandb_run.py:_redirect():1606] redirect: SettingsConsole.REDIRECT
23
+ 2022-05-07 18:26:07,299 INFO MainThread:39832 [wandb_run.py:_redirect():1611] Redirecting console.
24
+ 2022-05-07 18:26:07,301 INFO MainThread:39832 [wandb_run.py:_redirect():1667] Redirects installed.
25
+ 2022-05-07 18:26:07,301 INFO MainThread:39832 [wandb_init.py:init():664] run started, returning control to user process
wandb/run-20220507_182604-jtmmbwaj/run-jtmmbwaj.wandb ADDED
Binary file (51.3 kB). View file