Instructions to use BenjaminKUL/plus_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BenjaminKUL/plus_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="BenjaminKUL/plus_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("BenjaminKUL/plus_model") model = AutoModelForTokenClassification.from_pretrained("BenjaminKUL/plus_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5fed8d2
1
Parent(s): d2c5c01
Training in progress, step 2200
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 520802378
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:addad9aaedb425179c1b6cebadd62c1647264afc6f3cec355832e1075a798a80
|
| 3 |
size 520802378
|