Token Classification
Transformers
Safetensors
English
deberta-v2
frame-semantics
framenet
semantic-parsing
srl
english
Instructions to use texturejc/texture-frames-trigger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use texturejc/texture-frames-trigger with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="texturejc/texture-frames-trigger")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("texturejc/texture-frames-trigger") model = AutoModelForTokenClassification.from_pretrained("texturejc/texture-frames-trigger", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
256eece | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:725fdb789a8fd22ad6c8d711eaec78b7e568694ee45fc31ab593063f133b7aa0
size 1736105856
|