Text Generation
Transformers
PyTorch
TensorBoard
llama
Trained with AutoTrain
text-generation-inference
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="uralstech/AFO-Chat-Merged")# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("uralstech/AFO-Chat-Merged")
model = AutoModelForCausalLM.from_pretrained("uralstech/AFO-Chat-Merged")Quick Links
Check out uralstech/AFO-AutoAgent-v2. This was my first attempt at traing a model, and it didn't go too well.
Model Trained Using AutoTrain
- Downloads last month
- -
# Gated model: Login with a HF token with gated access permission hf auth login