Instructions to use botcon/right_span_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use botcon/right_span_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="botcon/right_span_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("botcon/right_span_bert") model = AutoModelForSequenceClassification.from_pretrained("botcon/right_span_bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ff7069ee0417d82fd6efca3b13799af50d11bc0a6df1a7060dd313df13191b2d
- Size of remote file:
- 438 MB
- SHA256:
- 7e84273749f9947cdb50c30b482c47ef19c74e7b58526dabe23e01749f6fae42
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.