Text Classification
Transformers
Safetensors
English
bert
prompt-compression
dependency-detection
referential-dangling
research
text-embeddings-inference
Instructions to use JusperLee/referential-dangling-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JusperLee/referential-dangling-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JusperLee/referential-dangling-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JusperLee/referential-dangling-detector") model = AutoModelForSequenceClassification.from_pretrained("JusperLee/referential-dangling-detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add paper and project page links
#1
by nielsr HF Staff - opened
This PR adds links to the Hugging Face paper page and the project page in the model card. The existing YAML metadata is already complete and is left unchanged.
Willing commits
JusperLee changed pull request status to merged