OllieStanley
commited on
Commit
•
6ffcd7e
1
Parent(s):
32c97cb
Add RLHF 2 7k XORs
Browse files- .gitattributes +1 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/added_tokens.json +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/config.json +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/generation_config.json +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00001-of-00007.bin +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00002-of-00007.bin +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00003-of-00007.bin +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00004-of-00007.bin +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00005-of-00007.bin +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00006-of-00007.bin +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00007-of-00007.bin +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model.bin.index.json +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/special_tokens_map.json +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/tokenizer.json +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/tokenizer.model +3 -0
- oasst-rlhf-2-llama-30b-7k-steps-xor/tokenizer_config.json +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
oasst-rlhf-2-llama-30b-7k-steps-xor/added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae0cd1d42605f0b35eed61a86a8549b9bc26db2f659f024edec2161b1c382661
|
3 |
+
size 133
|
oasst-rlhf-2-llama-30b-7k-steps-xor/config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76c8bbb6d90111b7257f8f6bc57b0f5c054a293eb5be19a30ea9389ddbc6d320
|
3 |
+
size 562
|
oasst-rlhf-2-llama-30b-7k-steps-xor/generation_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:167d9564c13e6a84c41d2d73a32161482948b0cbbe2f5415698adb208c1cc960
|
3 |
+
size 132
|
oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00001-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c57d93e679e555ffa28aa801d227072049f4a405dfe55a57c3e289a42303ec80
|
3 |
+
size 9818404499
|
oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00002-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f14a18caeb2551784596e9c242c5c50eed6eae175a9c78ac473ffe80c2000578
|
3 |
+
size 9958102743
|
oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00003-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50fbdb175d38259b22feb52671416c6efd5f67366447910a29524ec01907816b
|
3 |
+
size 9896734715
|
oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00004-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b45dcf85d99d1ecb0912a4ba0cfc6875f92839511203d5b995f8b26526f2bbac
|
3 |
+
size 9869470481
|
oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00005-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e56ef4ae8e4303518fcb46637e66ff8bf04f6702e69c0d85592e399d169cfd1
|
3 |
+
size 9869470445
|
oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00006-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:929a4a5e1c58e6ccb58657512acc11096331074865924e8c7049809a7fc32425
|
3 |
+
size 9958102743
|
oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model-00007-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e3c5fd99ad987d2300d6e1f87807b49178ddfcae414b66b06d4cbf550974379
|
3 |
+
size 5687983153
|
oasst-rlhf-2-llama-30b-7k-steps-xor/pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6981d61649cf37d176f8070bfe025b5dd6898747a5bafcfa76e8e79c4adffb8a
|
3 |
+
size 50084
|
oasst-rlhf-2-llama-30b-7k-steps-xor/special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36c71985aba4e159ee235684939ff66cdbfd0626c09fafe905e7dd58d2500cd5
|
3 |
+
size 477
|
oasst-rlhf-2-llama-30b-7k-steps-xor/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae3536f95dd3cf650138fb936f6d20eaa8bac0b2d3afd4ffa8259c08dec7b425
|
3 |
+
size 1843612
|
oasst-rlhf-2-llama-30b-7k-steps-xor/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68147850c080987172d24ad27a9ba2c65c71b46e248e8ee0f0c4eda90e2ca558
|
3 |
+
size 499723
|
oasst-rlhf-2-llama-30b-7k-steps-xor/tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50415227ae9f321cae82324bb0a637508a0cc5a2d86a902901450c2499acbcdd
|
3 |
+
size 715
|