Upload folder using huggingface_hub
#1
by nold - opened
- .gitattributes +5 -0
- LWM-Text-Chat-512K_Q2_K.gguf +3 -0
- LWM-Text-Chat-512K_Q4_K_M.gguf +3 -0
- LWM-Text-Chat-512K_Q5_K_M.gguf +3 -0
- LWM-Text-Chat-512K_Q6_K.gguf +3 -0
- LWM-Text-Chat-512K_Q8_0.gguf +3 -0
- README.md +33 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,8 @@ 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 |
+
LWM-Text-Chat-512K_Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
LWM-Text-Chat-512K_Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
LWM-Text-Chat-512K_Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
LWM-Text-Chat-512K_Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
LWM-Text-Chat-512K_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
LWM-Text-Chat-512K_Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3d7fbfb15c8a814b13b64f3ab191566655e0518edd94226479d8dfc6fdf3e7d
|
| 3 |
+
size 2532863808
|
LWM-Text-Chat-512K_Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcb15b99a211173dac7c3e3b9eae31953117d1e689c66e76ec47306571c95dc5
|
| 3 |
+
size 4081004352
|
LWM-Text-Chat-512K_Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd84d7928e3eee15f2fc79521fc145f4b17711b074dc8a3e6ad53e1b9f7dc5a2
|
| 3 |
+
size 4783157056
|
LWM-Text-Chat-512K_Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc63cc7ec54e4ec30465d059784568e6d245e5c66976a491cb50f2140b529d5e
|
| 3 |
+
size 5529194304
|
LWM-Text-Chat-512K_Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4148d68a4cc1bde5b9f59eabdf6fd7a91c37c34adaf765362c54ae2fadf31cc
|
| 3 |
+
size 7161089856
|
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
inference: false
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
<br>
|
| 6 |
+
<br>
|
| 7 |
+
|
| 8 |
+
# LWM-Text-Chat-512K Model Card
|
| 9 |
+
|
| 10 |
+
## Model details
|
| 11 |
+
|
| 12 |
+
**Model type:**
|
| 13 |
+
LWM-Text-Chat-512K is an open-source model trained from LLaMA-2 on a subset of Books3 filtered data. It is an auto-regressive language model, based on the transformer architecture.
|
| 14 |
+
|
| 15 |
+
**Model date:**
|
| 16 |
+
LWM-Text-Chat-512K was trained in December 2023.
|
| 17 |
+
|
| 18 |
+
**Paper or resources for more information:**
|
| 19 |
+
https://largeworldmodel.github.io/
|
| 20 |
+
|
| 21 |
+
## License
|
| 22 |
+
Llama 2 is licensed under the LLAMA 2 Community License,
|
| 23 |
+
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
| 24 |
+
|
| 25 |
+
**Where to send questions or comments about the model:**
|
| 26 |
+
https://github.com/LargeWorldModel/lwm/issues
|
| 27 |
+
|
| 28 |
+
## Training dataset
|
| 29 |
+
- 3500 subset of Books3 documents with 500K to 1M tokens
|
| 30 |
+
|
| 31 |
+
***
|
| 32 |
+
|
| 33 |
+
Vanilla Quantization by [nold](https://huggingface.co/nold), Original Model [LargeWorldModel/LWM-Text-Chat-512K](https://huggingface.co/LargeWorldModel/LWM-Text-Chat-512K). Created using [llm-quantizer](https://github.com/Nold360/llm-quantizer) Pipeline - c4aee1019a651a28a4f89587b96894ae7188734f
|