Instructions to use candra/punctuatorid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use candra/punctuatorid with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="candra/punctuatorid")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("candra/punctuatorid") model = AutoModelForTokenClassification.from_pretrained("candra/punctuatorid") - Notebooks
- Google Colab
- Kaggle
training args commit
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:c59ab2020cb9ae4081cab81f1f6fa401277a18ab86b53976ac1119ff01e1672e
|
| 3 |
+
size 3311
|