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

pipe = pipeline("feature-extraction", model="Wesleythu/init_model")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("Wesleythu/init_model")
model = AutoModel.from_pretrained("Wesleythu/init_model")
Quick Links

The model is trained based on LLAMA 2. Please adhere to license. We use a subset of TULU v2 instruction tuning corpus to train the model. We use a subset of TULU v2 instruction tuning corpus to train the model.

Downloads last month
9
Safetensors
Model size
7B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support