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