Commit ·
98f26e8
0
Parent(s):
Initial commit
Browse files- .gitattributes +3 -0
- .gitignore +2 -0
- checkpoints/banglasenti-lora-xlmr/final_state/final_lora_adapter_state_dict.pt +3 -0
- checkpoints/banglasenti-lora-xlmr/final_state/final_lora_adapter_weights/adapter_config.json +3 -0
- checkpoints/banglasenti-lora-xlmr/final_state/final_lora_adapter_weights/config.json +3 -0
- checkpoints/banglasenti-lora-xlmr/final_state/final_lora_xlmr_weights.pt +3 -0
- checkpoints/banglasenti-lora-xlmr/final_state/final_tokenizer/sentencepiece.bpe.model +3 -0
- checkpoints/banglasenti-lora-xlmr/final_state/final_tokenizer/special_tokens_map.json +3 -0
- checkpoints/banglasenti-lora-xlmr/final_state/final_tokenizer/tokenizer.json +3 -0
- checkpoints/banglasenti-lora-xlmr/final_state/final_tokenizer/tokenizer_config.json +3 -0
- checkpoints/banglasenti-lora-xlmr/final_state/model_info.txt +3 -0
- checkpoints/banglasenti-lora-xlmr/lora_adapter_state_dict.pt +3 -0
- checkpoints/banglasenti-lora-xlmr/lora_adapter_weights/adapter_config.json +3 -0
- checkpoints/banglasenti-lora-xlmr/lora_adapter_weights/config.json +3 -0
- checkpoints/banglasenti-lora-xlmr/lora_xlmr_tokenizer/sentencepiece.bpe.model +3 -0
- checkpoints/banglasenti-lora-xlmr/lora_xlmr_tokenizer/special_tokens_map.json +3 -0
- checkpoints/banglasenti-lora-xlmr/lora_xlmr_tokenizer/tokenizer.json +3 -0
- checkpoints/banglasenti-lora-xlmr/lora_xlmr_tokenizer/tokenizer_config.json +3 -0
- checkpoints/banglasenti-lora-xlmr/lora_xlmr_weights.pt +3 -0
- checkpoints/banglasenti-lora-xlmr/model_info.txt +3 -0
- configs/eval.yaml +3 -0
- configs/train.yaml +3 -0
- logs/eval_run.log +3 -0
- logs/train_banglasenti.log +3 -0
- logs/train_banglasenti_main.log +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
logs/** filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
checkpoints/** filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
configs/** filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.csv
|
| 2 |
+
data/*.csv
|
checkpoints/banglasenti-lora-xlmr/final_state/final_lora_adapter_state_dict.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:460f38e349cd8d50dac0468276a19315a5ce3b28d910cbcbed4518809f2cb8d3
|
| 3 |
+
size 1121736231
|
checkpoints/banglasenti-lora-xlmr/final_state/final_lora_adapter_weights/adapter_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2eedba9dcdec4cd9becdbb24a254ead0ea336a7f7eb3e4e5e5e72ca47a58bea
|
| 3 |
+
size 153
|
checkpoints/banglasenti-lora-xlmr/final_state/final_lora_adapter_weights/config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51fd7ad8e67b665d28b04f43dd62f1dabbafae2682a218bec489eb399e3a842e
|
| 3 |
+
size 844
|
checkpoints/banglasenti-lora-xlmr/final_state/final_lora_xlmr_weights.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eb51171c7d2b7b2d120e6ea6eb2a8c46e255e0eb95b8511db1c31c447070bcf
|
| 3 |
+
size 1121734533
|
checkpoints/banglasenti-lora-xlmr/final_state/final_tokenizer/sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
| 3 |
+
size 5069051
|
checkpoints/banglasenti-lora-xlmr/final_state/final_tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06e405a36dfe4b9604f484f6a1e619af1a7f7d09e34a8555eb0b77b66318067f
|
| 3 |
+
size 280
|
checkpoints/banglasenti-lora-xlmr/final_state/final_tokenizer/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62bf674b1c395bed20f40d50c04a2b4de2478fe605f07bc768335299bc8161e1
|
| 3 |
+
size 17083021
|
checkpoints/banglasenti-lora-xlmr/final_state/final_tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90024142df07163e5e6c5b9a6ad7c8c68b22a9112af11e3db4559a9ff90f737
|
| 3 |
+
size 1147
|
checkpoints/banglasenti-lora-xlmr/final_state/model_info.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbcb410c16b393cfb8d3311da88a1b8d39188ea029494ccbd94636e86625d3b7
|
| 3 |
+
size 307
|
checkpoints/banglasenti-lora-xlmr/lora_adapter_state_dict.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bf958529bde61609e350f1b657bd4810eb3747c3671fd95fb5a7853a89c89b4
|
| 3 |
+
size 1121734533
|
checkpoints/banglasenti-lora-xlmr/lora_adapter_weights/adapter_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2eedba9dcdec4cd9becdbb24a254ead0ea336a7f7eb3e4e5e5e72ca47a58bea
|
| 3 |
+
size 153
|
checkpoints/banglasenti-lora-xlmr/lora_adapter_weights/config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51fd7ad8e67b665d28b04f43dd62f1dabbafae2682a218bec489eb399e3a842e
|
| 3 |
+
size 844
|
checkpoints/banglasenti-lora-xlmr/lora_xlmr_tokenizer/sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
| 3 |
+
size 5069051
|
checkpoints/banglasenti-lora-xlmr/lora_xlmr_tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06e405a36dfe4b9604f484f6a1e619af1a7f7d09e34a8555eb0b77b66318067f
|
| 3 |
+
size 280
|
checkpoints/banglasenti-lora-xlmr/lora_xlmr_tokenizer/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62bf674b1c395bed20f40d50c04a2b4de2478fe605f07bc768335299bc8161e1
|
| 3 |
+
size 17083021
|
checkpoints/banglasenti-lora-xlmr/lora_xlmr_tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90024142df07163e5e6c5b9a6ad7c8c68b22a9112af11e3db4559a9ff90f737
|
| 3 |
+
size 1147
|
checkpoints/banglasenti-lora-xlmr/lora_xlmr_weights.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d11bd21b0475a19c253d5cce54be24eecf6ea66f28524e1c4f03282cbbe44fa9
|
| 3 |
+
size 1121732771
|
checkpoints/banglasenti-lora-xlmr/model_info.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69f0b9d73255c51640f38eeafbbb438f095c4d544d75751c6d503ca321a72ef0
|
| 3 |
+
size 235
|
configs/eval.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:254a4ebbec0afeeceb313351501297127d78b352ab011422ccfca8f0a10dea4e
|
| 3 |
+
size 1150
|
configs/train.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:303d9248cb2e385e592db06e577c2c7508f59e815183995e7d1dd91d846a62f2
|
| 3 |
+
size 712
|
logs/eval_run.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9e1412e1a4b58c12040aad8ecdf5cc8fc50ad10aafa7fa9e58e00551a77a53d
|
| 3 |
+
size 2419
|
logs/train_banglasenti.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04ef411a689b073ddd1027e7bc75bbe19c8482431a5b78aaaf6883725be88794
|
| 3 |
+
size 33991
|
logs/train_banglasenti_main.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9280cbf8d43206e7c57bb00ebb30a86013c9b2979d35f9499b2d0575ff3dcaee
|
| 3 |
+
size 143
|