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="lamini/lamini_docs_finetuned")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("lamini/lamini_docs_finetuned")
model = AutoModelForCausalLM.from_pretrained("lamini/lamini_docs_finetuned")
Quick Links

This model was finetuned on EleutherAI/pythia-70m. The dataset used was lamini documents in the form of Q/A which tell more about how to use the platform. This is a sample task.

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

Model tree for lamini/lamini_docs_finetuned

Finetunes
5 models
Quantizations
3 models