Instructions to use kishan51/llm-zero-lite-experiments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kishan51/llm-zero-lite-experiments with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +25 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-1000/adapter_model.safetensors +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-1000/rng_state.pth +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-1000/scheduler.pt +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-1000/tokenizer.json +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-1000/training_args.bin +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-200/adapter_model.safetensors +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-200/optimizer.pt +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-200/rng_state.pth +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-200/scheduler.pt +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-200/tokenizer.json +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-200/training_args.bin +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-400/adapter_model.safetensors +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-400/rng_state.pth +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-400/scheduler.pt +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-400/tokenizer.json +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-400/training_args.bin +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-600/adapter_model.safetensors +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-600/rng_state.pth +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-600/scheduler.pt +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-600/tokenizer.json +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-600/training_args.bin +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-800/adapter_model.safetensors +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-800/rng_state.pth +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-800/scheduler.pt +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-800/tokenizer.json +3 -0
- runs/continuous_long_seed42/trainer_output/checkpoint-800/training_args.bin +3 -0
- runs/continuous_long_seed42/trainer_output/tokenizer.json +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-100/optimizer.pt +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-100/rng_state.pth +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-100/scheduler.pt +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-100/tokenizer.json +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-100/training_args.bin +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-200/optimizer.pt +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-200/rng_state.pth +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-200/scheduler.pt +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-200/tokenizer.json +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-200/training_args.bin +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-300/optimizer.pt +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-300/rng_state.pth +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-300/scheduler.pt +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-300/tokenizer.json +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-300/training_args.bin +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-400/optimizer.pt +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-400/rng_state.pth +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-400/scheduler.pt +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-400/tokenizer.json +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-400/training_args.bin +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-500/adapter_model.safetensors +3 -0
- runs/continuous_seed42/trainer_output/checkpoint-500/optimizer.pt +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,28 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
runs/eval_accuracy_by_stage.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
runs/sampled_pass_at_1_by_stage.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
runs/reward_mean_by_stage.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
runs/llm_seed42/stage_0/checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
runs/smoke_continuous/trainer_output/checkpoint-40/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
runs/staged_fixed_seed42/stage_0/checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
runs/continuous_long_seed42/trainer_output/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
runs/continuous_long_seed42/trainer_output/checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
runs/continuous_long_seed42/trainer_output/checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
runs/continuous_long_seed42/trainer_output/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
runs/continuous_long_seed42/trainer_output/checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
runs/continuous_long_seed42/trainer_output/checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
runs/staged_fixed_long_seed42/stage_3/checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
runs/staged_fixed_long_seed42/stage_1/checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
runs/staged_fixed_long_seed42/stage_4/checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
runs/staged_fixed_long_seed42/stage_2/checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
runs/staged_fixed_long_seed42/stage_0/checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
runs/continuous_seed42/trainer_output/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
runs/continuous_seed42/trainer_output/checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
runs/smoke_continuous/trainer_output/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
runs/smoke_continuous/trainer_output/checkpoint-20/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
runs/continuous_seed42/trainer_output/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
runs/continuous_seed42/trainer_output/checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
runs/continuous_seed42/trainer_output/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
runs/continuous_seed42/trainer_output/checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
runs/continuous_long_seed42/trainer_output/checkpoint-1000/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2726afce0e260bb6802b64d8005d30a06cce054ed88da21d95abac8f2ef11420
|
| 3 |
+
size 139512976
|
runs/continuous_long_seed42/trainer_output/checkpoint-1000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1043f5bb0ddfa85f79d8e206592877c4916c46798dab81de655e2596ecc82110
|
| 3 |
+
size 14581
|
runs/continuous_long_seed42/trainer_output/checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf3f9c1ea54f8f95e6812b6b4e99596105233cd3e123554db760e4aba93f83e4
|
| 3 |
+
size 1465
|
runs/continuous_long_seed42/trainer_output/checkpoint-1000/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_long_seed42/trainer_output/checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aecc8a294c16b71db82b99f1631916aa30d2ac9a57f3284c13d50ae778916be6
|
| 3 |
+
size 7889
|
runs/continuous_long_seed42/trainer_output/checkpoint-200/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97fc6748b36c5a417cf9a5da3f95cbcb39c85a0a6724ec68113661e77aea8be5
|
| 3 |
+
size 139512976
|
runs/continuous_long_seed42/trainer_output/checkpoint-200/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b96c14efb7feb87bdfc8c5fb08019effa079091281e73cffd8988fce936799c9
|
| 3 |
+
size 279257723
|
runs/continuous_long_seed42/trainer_output/checkpoint-200/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08bb8e330860842e6ff1397a09a6922f20a5517a6b557dcbfc5093a0f5eb5e9c
|
| 3 |
+
size 14581
|
runs/continuous_long_seed42/trainer_output/checkpoint-200/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c55ea5a0cbcca868cda690dd35efeb2073b14f5397d66b92e154f5280aca68f8
|
| 3 |
+
size 1465
|
runs/continuous_long_seed42/trainer_output/checkpoint-200/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_long_seed42/trainer_output/checkpoint-200/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aecc8a294c16b71db82b99f1631916aa30d2ac9a57f3284c13d50ae778916be6
|
| 3 |
+
size 7889
|
runs/continuous_long_seed42/trainer_output/checkpoint-400/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d003f22ec239f908c28356e0b626c36bca75af055fa92013ffde01e7e4eb4154
|
| 3 |
+
size 139512976
|
runs/continuous_long_seed42/trainer_output/checkpoint-400/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25c6c3d76b9a62809241dfd800a734a562e93b16906b96cd30aecdeedd2df9a5
|
| 3 |
+
size 14581
|
runs/continuous_long_seed42/trainer_output/checkpoint-400/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce4703a3f562cd2ad68f47555a6962c8eda82b7d9e8c978715cb0e6fe9002bf3
|
| 3 |
+
size 1465
|
runs/continuous_long_seed42/trainer_output/checkpoint-400/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_long_seed42/trainer_output/checkpoint-400/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aecc8a294c16b71db82b99f1631916aa30d2ac9a57f3284c13d50ae778916be6
|
| 3 |
+
size 7889
|
runs/continuous_long_seed42/trainer_output/checkpoint-600/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3d97938ed0df2f94da81f9e76d58e58065a3be83ef1214e2ede43d3558fd0d4
|
| 3 |
+
size 139512976
|
runs/continuous_long_seed42/trainer_output/checkpoint-600/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f50f3fccd49a5d35225546f6efc8e837cd1a7a4a74c67b51ce73d4cf7bae5d1
|
| 3 |
+
size 14581
|
runs/continuous_long_seed42/trainer_output/checkpoint-600/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23290d42dcbf7c93cb849ef35d5800d4499f18e67fd5d6111914ede9d900a402
|
| 3 |
+
size 1465
|
runs/continuous_long_seed42/trainer_output/checkpoint-600/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_long_seed42/trainer_output/checkpoint-600/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aecc8a294c16b71db82b99f1631916aa30d2ac9a57f3284c13d50ae778916be6
|
| 3 |
+
size 7889
|
runs/continuous_long_seed42/trainer_output/checkpoint-800/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:341d75b8b782546a8ea5d4c6a02d1116c109595568487eb28784003450ef096d
|
| 3 |
+
size 139512976
|
runs/continuous_long_seed42/trainer_output/checkpoint-800/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e156724e671255c84101e52b138043248f26137226f62ee42e8936222dee877
|
| 3 |
+
size 14581
|
runs/continuous_long_seed42/trainer_output/checkpoint-800/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7aac8baa83cb632024fcf84a8f812e1785289b5a157166a646574a772eff3146
|
| 3 |
+
size 1465
|
runs/continuous_long_seed42/trainer_output/checkpoint-800/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_long_seed42/trainer_output/checkpoint-800/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aecc8a294c16b71db82b99f1631916aa30d2ac9a57f3284c13d50ae778916be6
|
| 3 |
+
size 7889
|
runs/continuous_long_seed42/trainer_output/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_seed42/trainer_output/checkpoint-100/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a40a1fd6f22e9e594d980e5389f5f4a79b05aacc4640364bb34b4676dc3cdef2
|
| 3 |
+
size 279257723
|
runs/continuous_seed42/trainer_output/checkpoint-100/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:600c07e33300c18e0cc62164c934eae5269f5238323f5c10ef23c27bd559a45d
|
| 3 |
+
size 14581
|
runs/continuous_seed42/trainer_output/checkpoint-100/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1eb4472c95e6c2d64e96d1ae51dae6da84be6958ca220cc5e20b4f937face2cd
|
| 3 |
+
size 1465
|
runs/continuous_seed42/trainer_output/checkpoint-100/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_seed42/trainer_output/checkpoint-100/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee55e139584cc8ca289de5be53cbb9c8d2b89dad7a4c0d1766d18a0e83d7ccd7
|
| 3 |
+
size 7825
|
runs/continuous_seed42/trainer_output/checkpoint-200/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:480c51e061395d62e94b6c67d429ea0c70e69fb2cfd4882d5c7dad4feae61360
|
| 3 |
+
size 279257723
|
runs/continuous_seed42/trainer_output/checkpoint-200/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b86f0606db18b08ae10d7e22d5c5d2f1ec52b4a0cdf14f22ca00c9b2334f95cb
|
| 3 |
+
size 14581
|
runs/continuous_seed42/trainer_output/checkpoint-200/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0efc8432b57ab7c4b4ebaf4ab8faf1c8cf2c932db47ad4d5a894f6ec0754cc1
|
| 3 |
+
size 1465
|
runs/continuous_seed42/trainer_output/checkpoint-200/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_seed42/trainer_output/checkpoint-200/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee55e139584cc8ca289de5be53cbb9c8d2b89dad7a4c0d1766d18a0e83d7ccd7
|
| 3 |
+
size 7825
|
runs/continuous_seed42/trainer_output/checkpoint-300/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f37ec9a44f1c4b96e98bd71a88c716120cc2910704f368902fa1ad1cf7b2644c
|
| 3 |
+
size 279257723
|
runs/continuous_seed42/trainer_output/checkpoint-300/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca8909b6b32078b34dc8b390b15561d89de8850dfe885680df16b2cb18de4107
|
| 3 |
+
size 14581
|
runs/continuous_seed42/trainer_output/checkpoint-300/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1e57d176d06ebb9f1dcba314962ad7acf816ca26597bd9b5cc95c3e048bce9a
|
| 3 |
+
size 1465
|
runs/continuous_seed42/trainer_output/checkpoint-300/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_seed42/trainer_output/checkpoint-300/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee55e139584cc8ca289de5be53cbb9c8d2b89dad7a4c0d1766d18a0e83d7ccd7
|
| 3 |
+
size 7825
|
runs/continuous_seed42/trainer_output/checkpoint-400/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49d090dae181ec2c81f1bc95161bc87473ce577c0be28b379dc14a055feb89aa
|
| 3 |
+
size 279257723
|
runs/continuous_seed42/trainer_output/checkpoint-400/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf671c292151f4dcc124e84fd0fe380be9f452a891d637158f46229e6aa9393c
|
| 3 |
+
size 14581
|
runs/continuous_seed42/trainer_output/checkpoint-400/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdb970d1e1e8d72446fa81c881faca0e6d4181b87c726da938a2563d15ef44d3
|
| 3 |
+
size 1465
|
runs/continuous_seed42/trainer_output/checkpoint-400/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
|
| 3 |
+
size 11422821
|
runs/continuous_seed42/trainer_output/checkpoint-400/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee55e139584cc8ca289de5be53cbb9c8d2b89dad7a4c0d1766d18a0e83d7ccd7
|
| 3 |
+
size 7825
|
runs/continuous_seed42/trainer_output/checkpoint-500/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:683d1a4565fcc90f01ce9777d171a8b2e3823b87373d1c389052a0f7e1ba81ea
|
| 3 |
+
size 139512976
|
runs/continuous_seed42/trainer_output/checkpoint-500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7763f4e2b41be2790cb57adf885e11e34708ff3cfc3c0525b4adfcae536bfd92
|
| 3 |
+
size 279257723
|