Text Generation
Transformers
English
general
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="cxllin/Llama2-7b-tinytext")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("cxllin/Llama2-7b-tinytext", device_map="auto")
Quick Links

LLaMA-2-7b-Tinytext

your alt-text if image link breaks

Model Details

Llama2-7b-tinytext is a fine-tuned language model ontop of TinyPixel/Llama-2-7B-bf16-sharded,

Model Description

TODO

  • Developed by: Collin Heenan
  • Model type: [More Information Needed]
  • Language(s) (NLP): English
  • Finetuned from model: TinyPixel/Llama-2-7B-bf16-sharded

Model Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

TODO

Direct Use

TODO

Bias, Risks, and Limitations

TODO

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train cxllin/Llama2-7b-tinytext