Instructions to use zeusfsx/instruction-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zeusfsx/instruction-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="zeusfsx/instruction-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("zeusfsx/instruction-detection") model = AutoModelForTokenClassification.from_pretrained("zeusfsx/instruction-detection") - Notebooks
- Google Colab
- Kaggle
Delete model.safetensors
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f5b85ffb62ca03def6a61a61a4453dabc6924434fc6a720717fbd44dd4cbe252
|
| 3 |
-
size 437914088
|
|
|
|
|
|
|
|
|
|
|
|