Instructions to use Lelon/scope-fr-dt_neg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lelon/scope-fr-dt_neg with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Lelon/scope-fr-dt_neg", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Lelon/scope-fr-dt_neg", trust_remote_code=True) model = AutoModelForTokenClassification.from_pretrained("Lelon/scope-fr-dt_neg", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d98dd2eb98af4fa80f09c6060433aa045c475595cd0e8c4b33e40da94bb6eae3
- Size of remote file:
- 17.2 MB
- SHA256:
- 90c3135f638e685d9ca6ea17e5533ed3127a57e13f02e190ae0a6a678dc41cb5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.