Instructions to use HiTZ/deberta-large-metaphor-detection-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HiTZ/deberta-large-metaphor-detection-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="HiTZ/deberta-large-metaphor-detection-en")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("HiTZ/deberta-large-metaphor-detection-en") model = AutoModelForTokenClassification.from_pretrained("HiTZ/deberta-large-metaphor-detection-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7e581a18966a44e196121b18bfb501490a0722d1b2237af5cbeed6ce5a36e90d
- Size of remote file:
- 1.74 GB
- SHA256:
- d2d02fa3f5e6410fcd1098223136d7895c435bb1a61f087ea48862f8366a0731
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.