Instructions to use NimaKL/FireWatch_tiny_75k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NimaKL/FireWatch_tiny_75k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NimaKL/FireWatch_tiny_75k")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NimaKL/FireWatch_tiny_75k") model = AutoModelForSequenceClassification.from_pretrained("NimaKL/FireWatch_tiny_75k") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1e25b8bd2f7435b1c5fb6d69779d5b1c35ca7706817fa7c40eee5f22088b16b
|
| 3 |
+
size 17553496
|