OdiaGenAI/all_combined_bengali_252k
Viewer • Updated • 253k • 93 • 10
How to use asif00/bangla-llama-1B with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="asif00/bangla-llama-1B") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("asif00/bangla-llama-1B", dtype="auto")Base model
meta-llama/Llama-3.2-1B