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