How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="LargeWorldModel/LWM-Text-1M")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("LargeWorldModel/LWM-Text-1M")
model = AutoModelForCausalLM.from_pretrained("LargeWorldModel/LWM-Text-1M")
Quick Links


LWM-Text-1M Model Card

Model details

Model type: LWM-Text-1M 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.

Model date: LWM-Text-1M was trained in December 2023.

Paper or resources for more information: https://largeworldmodel.github.io/

License

Llama 2 is licensed under the LLAMA 2 Community License, Copyright (c) Meta Platforms, Inc. All Rights Reserved.

Where to send questions or comments about the model: https://github.com/LargeWorldModel/lwm/issues

Training dataset

  • 800 subset of Books3 documents with 1M plus tokens
Downloads last month
829
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LargeWorldModel/LWM-Text-1M

Quantizations
3 models