pszemraj commited on
Commit
1ac4eaa
1 Parent(s): 5701187

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoints/.hydra/config.yaml +51 -0
  2. checkpoints/.hydra/hydra.yaml +156 -0
  3. checkpoints/.hydra/overrides.yaml +1 -0
  4. checkpoints/checkpoint-pt-10000/model.safetensors +3 -0
  5. checkpoints/checkpoint-pt-10000/random_states_0.pkl +3 -0
  6. checkpoints/checkpoint-pt-12500/model.safetensors +3 -0
  7. checkpoints/checkpoint-pt-12500/random_states_0.pkl +3 -0
  8. checkpoints/checkpoint-pt-15000/model.safetensors +3 -0
  9. checkpoints/checkpoint-pt-15000/random_states_0.pkl +3 -0
  10. checkpoints/checkpoint-pt-17500/model.safetensors +3 -0
  11. checkpoints/checkpoint-pt-17500/random_states_0.pkl +3 -0
  12. checkpoints/checkpoint-pt-20000/model.safetensors +3 -0
  13. checkpoints/checkpoint-pt-20000/random_states_0.pkl +3 -0
  14. checkpoints/checkpoint-pt-22500/model.safetensors +3 -0
  15. checkpoints/checkpoint-pt-22500/random_states_0.pkl +3 -0
  16. checkpoints/checkpoint-pt-2500/model.safetensors +3 -0
  17. checkpoints/checkpoint-pt-2500/random_states_0.pkl +3 -0
  18. checkpoints/checkpoint-pt-25000/model.safetensors +3 -0
  19. checkpoints/checkpoint-pt-25000/random_states_0.pkl +3 -0
  20. checkpoints/checkpoint-pt-27500/model.safetensors +3 -0
  21. checkpoints/checkpoint-pt-27500/random_states_0.pkl +3 -0
  22. checkpoints/checkpoint-pt-30000/model.safetensors +3 -0
  23. checkpoints/checkpoint-pt-30000/random_states_0.pkl +3 -0
  24. checkpoints/checkpoint-pt-32500/model.safetensors +3 -0
  25. checkpoints/checkpoint-pt-32500/random_states_0.pkl +3 -0
  26. checkpoints/checkpoint-pt-35000/model.safetensors +3 -0
  27. checkpoints/checkpoint-pt-35000/random_states_0.pkl +3 -0
  28. checkpoints/checkpoint-pt-37500/model.safetensors +3 -0
  29. checkpoints/checkpoint-pt-37500/random_states_0.pkl +3 -0
  30. checkpoints/checkpoint-pt-40000/model.safetensors +3 -0
  31. checkpoints/checkpoint-pt-40000/random_states_0.pkl +3 -0
  32. checkpoints/checkpoint-pt-42500/model.safetensors +3 -0
  33. checkpoints/checkpoint-pt-42500/random_states_0.pkl +3 -0
  34. checkpoints/checkpoint-pt-45000/model.safetensors +3 -0
  35. checkpoints/checkpoint-pt-45000/random_states_0.pkl +3 -0
  36. checkpoints/checkpoint-pt-47500/model.safetensors +3 -0
  37. checkpoints/checkpoint-pt-47500/random_states_0.pkl +3 -0
  38. checkpoints/checkpoint-pt-5000/model.safetensors +3 -0
  39. checkpoints/checkpoint-pt-5000/random_states_0.pkl +3 -0
  40. checkpoints/checkpoint-pt-50000/model.safetensors +3 -0
  41. checkpoints/checkpoint-pt-50000/random_states_0.pkl +3 -0
  42. checkpoints/checkpoint-pt-52500/model.safetensors +3 -0
  43. checkpoints/checkpoint-pt-52500/random_states_0.pkl +3 -0
  44. checkpoints/checkpoint-pt-55000/model.safetensors +3 -0
  45. checkpoints/checkpoint-pt-55000/random_states_0.pkl +3 -0
  46. checkpoints/checkpoint-pt-57500/model.safetensors +3 -0
  47. checkpoints/checkpoint-pt-57500/random_states_0.pkl +3 -0
  48. checkpoints/checkpoint-pt-60000/model.safetensors +3 -0
  49. checkpoints/checkpoint-pt-60000/random_states_0.pkl +3 -0
  50. checkpoints/checkpoint-pt-62500/model.safetensors +3 -0
checkpoints/.hydra/config.yaml ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mode: pt
2
+ device: gpu
3
+ precision: bf16
4
+ eval_only: false
5
+ predict_only: false
6
+ seed: 2137
7
+ model:
8
+ klass: local_t5
9
+ name: google/t5-v1_1-base
10
+ overwrite:
11
+ dropout_rate: 0.0
12
+ dense_act_fn: silu
13
+ feed_forward_proj: gated-silu
14
+ add_config:
15
+ is_bf16: false
16
+ checkpoint_path: ''
17
+ random_init: true
18
+ compile: true
19
+ tokenizer:
20
+ name: BEE-spoke-data/claude-tokenizer-forT5
21
+ data:
22
+ input_length: 512
23
+ mlm_probability: 0.25
24
+ mean_noise_span_length: 3.0
25
+ num_workers: 8
26
+ optim:
27
+ name: adamwscale
28
+ base_lr: 0.02
29
+ batch_size: 32
30
+ total_steps: 65536
31
+ epochs: -1
32
+ warmup_steps: 10000
33
+ lr_scheduler: cosine
34
+ weight_decay: 0.0
35
+ grad_clip: 1.0
36
+ grad_acc: 4
37
+ final_cosine: 1.0e-05
38
+ eval:
39
+ every_steps: 5000000
40
+ steps: 500
41
+ checkpoint:
42
+ every_steps: 2500
43
+ logging:
44
+ neptune: false
45
+ neptune_creds:
46
+ project: null
47
+ api_token: null
48
+ tags: ''
49
+ every_steps: 100
50
+ grad_l2: true
51
+ weights_l2: true
checkpoints/.hydra/hydra.yaml ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: ./logs/${now:%Y-%m-%d}/${now:%H-%M-%S}-${logging.neptune_creds.tags}
4
+ sweep:
5
+ dir: multirun/${now:%Y-%m-%d}/${now:%H-%M-%S}
6
+ subdir: ${hydra.job.num}
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: RUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .hydra
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=RUN
114
+ task: []
115
+ job:
116
+ name: main
117
+ chdir: true
118
+ override_dirname: ''
119
+ id: ???
120
+ num: ???
121
+ config_name: default
122
+ env_set: {}
123
+ env_copy: []
124
+ config:
125
+ override_dirname:
126
+ kv_sep: '='
127
+ item_sep: ','
128
+ exclude_keys: []
129
+ runtime:
130
+ version: 1.3.2
131
+ version_base: '1.1'
132
+ cwd: /workspace/nanoT5
133
+ config_sources:
134
+ - path: hydra.conf
135
+ schema: pkg
136
+ provider: hydra
137
+ - path: /workspace/nanoT5/nanoT5/configs
138
+ schema: file
139
+ provider: main
140
+ - path: ''
141
+ schema: structured
142
+ provider: schema
143
+ output_dir: /workspace/nanoT5/logs/2024-07-27/07-12-22-
144
+ choices:
145
+ local_env: default
146
+ task: pt
147
+ hydra/env: default
148
+ hydra/callbacks: null
149
+ hydra/job_logging: default
150
+ hydra/hydra_logging: default
151
+ hydra/hydra_help: default
152
+ hydra/help: default
153
+ hydra/sweeper: basic
154
+ hydra/launcher: basic
155
+ hydra/output: default
156
+ verbose: false
checkpoints/.hydra/overrides.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ []
checkpoints/checkpoint-pt-10000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf793ab23aed677539b02dfbac989e2e2218d483751c38f5ee34212a69edba55
3
+ size 1193244520
checkpoints/checkpoint-pt-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-12500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20602834867a76880e6e45e6c80db8ad9f4a75724cacdd4a20b8a8af09cde4ff
3
+ size 1193244520
checkpoints/checkpoint-pt-12500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6ac46257f654eb5863a74799abb99b9f714cfba3ea6373236af0f7cee6f8a22
3
+ size 1193244520
checkpoints/checkpoint-pt-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-17500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:683fbe0f52979af0de60847ada557a82f60fe2cbd76e14bf8420bae24c059496
3
+ size 1193244520
checkpoints/checkpoint-pt-17500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-20000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ab6e85b7344e830c9e1567589259a4071b6c0205d2e58095010f0428e268d7
3
+ size 1193244520
checkpoints/checkpoint-pt-20000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-22500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1697779374f465ccda6a3a1684ee61695ca2370ff8bdac7ac14067562fa73f85
3
+ size 1193244520
checkpoints/checkpoint-pt-22500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2022e8557c64dc024c7ad8516e96ed7a581fad114fc1c3cb208471806b4e3b1d
3
+ size 1193244520
checkpoints/checkpoint-pt-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-25000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646b5c69e4c25a4b7ef6d7a39f3d96f03911755d657dbcd9f573a89cf87eae2b
3
+ size 1193244520
checkpoints/checkpoint-pt-25000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-27500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b642a0559adfb42d4ade73af443d1561efb0ee90fc11ad1b231bb20329fa2b
3
+ size 1193244520
checkpoints/checkpoint-pt-27500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-30000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9fc5bb92d6afdd8b88c947f0878e64516c923c579c503f249ca944dc352c94a
3
+ size 1193244520
checkpoints/checkpoint-pt-30000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-32500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9551d4d1d606a94c7ada06b2908912964139ce8befb66d85158e2d3c3668db82
3
+ size 1193244520
checkpoints/checkpoint-pt-32500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-35000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aca7df6c272321c4f747d3bd98918e9ca903b7559724eba6e50494bede9c34d
3
+ size 1193244520
checkpoints/checkpoint-pt-35000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-37500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b004ab9eefef344d0dfde4d1f41d827af001721254a71693b8957769ec499f1d
3
+ size 1193244520
checkpoints/checkpoint-pt-37500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-40000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f70daf72eaf91f5504daa6890f696fef1fba3e7128a7d907e46ceee33fc3bea
3
+ size 1193244520
checkpoints/checkpoint-pt-40000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-42500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a735ebb269aec45464b84a13b356b1ee4ce0a626861459a1b8548affe567897
3
+ size 1193244520
checkpoints/checkpoint-pt-42500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-45000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:848137adad2064b8f357fcc54fb228d9250535808c0f70626f3df8587de85861
3
+ size 1193244520
checkpoints/checkpoint-pt-45000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-47500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe088c8b8b1c5306674933547bfdbeadcd6c14685137d93d98a0029b8749425
3
+ size 1193244520
checkpoints/checkpoint-pt-47500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-5000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a11b419812ba0be2e0eb20ec471116cdea12fdb160a48624dc65c3f061257e3b
3
+ size 1193244520
checkpoints/checkpoint-pt-5000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-50000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed54be59ecd1c674a75bb2d655f3633e942951cbd5b121e516e50e765cd61ca7
3
+ size 1193244520
checkpoints/checkpoint-pt-50000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-52500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ece6b23a5129c34d1e422c40bac2d9a8f68a154f2cff792bf7dd428ee89d924
3
+ size 1193244520
checkpoints/checkpoint-pt-52500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-55000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b303d9d5b7b928dcd403c555369f069352d0d1bd4e84ecb68489dccee4438b1
3
+ size 1193244520
checkpoints/checkpoint-pt-55000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-57500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:584fe2c7a57a3496567862c2a527dfb3e7f7e0a360f8bf2e2ab7b9f462695fba
3
+ size 1193244520
checkpoints/checkpoint-pt-57500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-60000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f46aa61c952b7f5c63872a54b028a88bc8a1bbf65c0028ec252eac27d19322
3
+ size 1193244520
checkpoints/checkpoint-pt-60000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc72c1e4659b22c4fffd09a267d89b75012198eebe40e54e2e5ae40ebdd672f
3
+ size 14344
checkpoints/checkpoint-pt-62500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f08ca92539a46fbc7e73af8156afd3ffa18910ac1ae94984836410b8457cfbf
3
+ size 1193244520