Instructions to use eawang/bart_num_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eawang/bart_num_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="eawang/bart_num_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("eawang/bart_num_model") model = AutoModelForSequenceClassification.from_pretrained("eawang/bart_num_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- May01_19-57-00_722cd59b3147
- May01_20-00-07_722cd59b3147
- May01_20-03-43_722cd59b3147
- May01_20-07-27_722cd59b3147
- May01_20-31-18_722cd59b3147
- May01_20-35-47_722cd59b3147
- May01_20-37-54_722cd59b3147
- May01_20-39-00_722cd59b3147
- May01_21-14-40_d2de700a0be5
- May01_21-22-13_d2de700a0be5
- May01_21-28-42_d2de700a0be5
- May01_21-30-19_d2de700a0be5
- May01_21-34-06_d2de700a0be5