Instructions to use SinaLab/ArabGlossBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SinaLab/ArabGlossBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SinaLab/ArabGlossBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SinaLab/ArabGlossBERT") model = AutoModelForSequenceClassification.from_pretrained("SinaLab/ArabGlossBERT") - Notebooks
- Google Colab
- Kaggle
Upload one_gram.pickle
Browse files- one_gram.pickle +3 -0
one_gram.pickle
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:991b02ecf2438ffd2b1ba70789bf45443b07905224ff8fa115853b9be4041ac8
|
| 3 |
+
size 26478023
|