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="figmtu/opt-350m-aac")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("figmtu/opt-350m-aac")
model = AutoModelForCausalLM.from_pretrained("figmtu/opt-350m-aac", device_map="auto")
Quick Links

This is a fine-tuned version of Meta's OPT 350M model. It was fine-tuned on conversational style sentences mined from the DailyDialog and the BOLT SMS/Chat corpora.

See our EMNLP 2025 paper for details.

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

Model tree for figmtu/opt-350m-aac

Finetuned
(161)
this model
Finetunes
1 model