Instructions to use cynthiachan/procedure_classification_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cynthiachan/procedure_classification_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cynthiachan/procedure_classification_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cynthiachan/procedure_classification_bert") model = AutoModelForSequenceClassification.from_pretrained("cynthiachan/procedure_classification_bert") - Notebooks
- Google Colab
- Kaggle
Commit ·
25d65ff
1
Parent(s): 9c8b493
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
|