Instructions to use yaful/MAGE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yaful/MAGE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yaful/MAGE")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("yaful/MAGE") model = AutoModelForSequenceClassification.from_pretrained("yaful/MAGE", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d9d7a97df007ee5f3af5b5b254133b79a5aa0259c3311d668700ec540810de32
- Size of remote file:
- 595 MB
- SHA256:
- faa61e5c1947367058280e5317b32fbf7b6335e7f4c12c34b4f34c83ad56b359
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.