Instructions to use SamagraDataGov/disaster_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamagraDataGov/disaster_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SamagraDataGov/disaster_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SamagraDataGov/disaster_classifier") model = AutoModelForSequenceClassification.from_pretrained("SamagraDataGov/disaster_classifier") - Notebooks
- Google Colab
- Kaggle
pytorch_model.bin upload/update
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437989408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eba97791290614220b2943395b00cb250ba1408411675fbe2520d8960728dc50
|
| 3 |
size 437989408
|