Instructions to use arabizi/marbert-dialect-id3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arabizi/marbert-dialect-id3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="arabizi/marbert-dialect-id3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("arabizi/marbert-dialect-id3") model = AutoModelForSequenceClassification.from_pretrained("arabizi/marbert-dialect-id3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 100
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 651404300
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0befce4a726e4157c308301c62a090173cd556d5ba752139ba6a41bf1cbf4ad
|
| 3 |
size 651404300
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c755661d78f6618358017caa9b292027ddc1b8c00120b812cd96e1271b44f2d7
|
| 3 |
size 5240
|