Instructions to use cynthiachan/procedure_classification_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cynthiachan/procedure_classification_distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cynthiachan/procedure_classification_distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cynthiachan/procedure_classification_distilbert") model = AutoModelForSequenceClassification.from_pretrained("cynthiachan/procedure_classification_distilbert") - Notebooks
- Google Colab
- Kaggle
Commit ·
f75d282
1
Parent(s): e0947fe
update
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b8830407ac07ed47822f63758c41345d6fd7ba3247f20f70fc69366f79d6678
|
| 3 |
+
size 3055
|