Instructions to use huawei-noah/AT5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huawei-noah/AT5B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("huawei-noah/AT5B") model = AutoModelForSeq2SeqLM.from_pretrained("huawei-noah/AT5B") - Notebooks
- Google Colab
- Kaggle
fix overview
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ license: apache-2.0
|
|
| 10 |
|
| 11 |
<!-- -------------------------------------------------------------------------------- -->
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
## Citation
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
<!-- -------------------------------------------------------------------------------- -->
|
| 12 |
|
| 13 |
+
AT5B is an Arabic T5-base model. It's is **only compatible** with the code in [this github repo](https://github.com/huawei-noah/Pretrained-Language-Model/tree/master/JABER-PyTorch) (not supported by the [Transformers](https://github.com/huggingface/transformers) library)
|
| 14 |
|
| 15 |
## Citation
|
| 16 |
|