Instructions to use CATIE-AQ/FAT5-large-flan-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CATIE-AQ/FAT5-large-flan-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="CATIE-AQ/FAT5-large-flan-en", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CATIE-AQ/FAT5-large-flan-en", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors with huggingface_hub
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0be8031365c5d6fdc8b29e4e1d8dbde416f76162225d9128747d0eb5c340907f
|
| 3 |
+
size 3132672496
|