Text Generation
Transformers
Arabic
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="khalidalt/bloom-7b1-ar-instruction")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("khalidalt/bloom-7b1-ar-instruction", device_map="auto")
Quick Links

This huggingface page hosts a low-rank adapter designed specifically for the fine-tuning of the bloom-7b model on Arabic instructions. Additional information regarding the datasets will be made available soon. The model was trained using the codebase found in the repository: https://github.com/KhalidAlt/alpaca-lora/tree/hf_models. This work is based on this repository: https://github.com/tloen/alpaca-lora, with certain modifications to adjust the requirements of bloom-7b.

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