Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
inference: false
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
<br>
|
| 6 |
+
<br>
|
| 7 |
+
|
| 8 |
+
# LWM-Text-1M-Chat Model Card
|
| 9 |
+
|
| 10 |
+
## Model details
|
| 11 |
+
|
| 12 |
+
**Model type:**
|
| 13 |
+
LWM-Text-1M-Chat 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-1M-Chat 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 |
+
- 800 subset of Books3 documents with 1M plus tokens
|