Instructions to use FanChen0116/few_32_SpanBERT_empty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FanChen0116/few_32_SpanBERT_empty with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="FanChen0116/few_32_SpanBERT_empty")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("FanChen0116/few_32_SpanBERT_empty") model = AutoModelForTokenClassification.from_pretrained("FanChen0116/few_32_SpanBERT_empty") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 2