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:
- e44bddec97f5025434a1b5e2034657024918176fea38ae30c7c354e1b3350667
- Size of remote file:
- 3.31 kB
- SHA256:
- 9b300369869789a9859c619ff5bbc2b073c0912918a1fb0d20e9bafe3a0d6503
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.