wilson1yan
commited on
Commit
•
3303749
1
Parent(s):
57b770d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
---
|
4 |
+
|
5 |
+
<br>
|
6 |
+
<br>
|
7 |
+
|
8 |
+
# LWM-Text-1M-Jax Model Card
|
9 |
+
|
10 |
+
## Model details
|
11 |
+
|
12 |
+
**Model type:**
|
13 |
+
LWM-Text-1M-Jax 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 |
+
The model is a Jax checkpoint. Inference code and instructions can be found at: https://github.com/LargeWorldModel/lwm
|
16 |
+
|
17 |
+
**Model date:**
|
18 |
+
LWM-Text-1M-Jax was trained in December 2023.
|
19 |
+
|
20 |
+
**Paper or resources for more information:**
|
21 |
+
https://largeworldmodel.github.io/
|
22 |
+
|
23 |
+
## License
|
24 |
+
Llama 2 is licensed under the LLAMA 2 Community License,
|
25 |
+
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
26 |
+
|
27 |
+
**Where to send questions or comments about the model:**
|
28 |
+
https://github.com/LargeWorldModel/lwm/issues
|
29 |
+
|
30 |
+
## Training dataset
|
31 |
+
- 800 subset of Books3 documents with 1M plus tokens
|