Instructions to use SinaLab/ArBanking77 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SinaLab/ArBanking77 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SinaLab/ArBanking77")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SinaLab/ArBanking77") model = AutoModelForSequenceClassification.from_pretrained("SinaLab/ArBanking77") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -115,9 +115,7 @@ Additionally, you can evaluate the trained model on `Banking77_Arabized_MSA_test
|
|
| 115 |
|
| 116 |
Credits
|
| 117 |
-------
|
| 118 |
-
|
| 119 |
-
Technological Research Council of Türkiye (TÜBİTAK) under project No. 120N761 - CONVERSER: Conversational AI System for
|
| 120 |
-
Arabic.
|
| 121 |
|
| 122 |
|
| 123 |
Citation
|
|
|
|
| 115 |
|
| 116 |
Credits
|
| 117 |
-------
|
| 118 |
+
The first phase of this research was partially funded by the Palestinian Higher Council for Innovation and Excellence and the Scientific and TÜBİTAK under project No. 120N761 - CONVERSER: Conversational AI System for Arabic.
|
|
|
|
|
|
|
| 119 |
|
| 120 |
|
| 121 |
Citation
|