Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

This is NOT the LLaMA model released recently converted to work with Transformers. It is NOT that. Simply use this model as you would any other now. Below is an example:

tokenizer = transformers.LLaMATokenizer.from_pretrained("Bitsy/Not-LLaMA-7B-Pytorch-Transformer-Compatible")

model = transformers.LLaMAForCausalLM.from_pretrained("Bitsy/Not-LLaMA-7B-Pytorch-Transformer-Compatible")

Downloads last month
8
Inference API
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.