Text Classification
PEFT
Safetensors
Arabic
French
darija
arabic
moroccan-arabic
arabizi
nlp
lora
bertouch
Instructions to use MedAdil/BERTal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MedAdil/BERTal with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("AbderrahmanSkiredj1/BERTouch") model = PeftModel.from_pretrained(base_model, "MedAdil/BERTal") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer.json with huggingface_hub
Browse files- tokenizer.json +0 -0
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|