3fb9da23e0b2e992269594b9537a52bb02b155f11cb88df2697b981851431cbb
Browse files
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
|