Instructions to use syssec-utd/py38-pylingual-v1-segmenter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use syssec-utd/py38-pylingual-v1-segmenter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="syssec-utd/py38-pylingual-v1-segmenter")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("syssec-utd/py38-pylingual-v1-segmenter") model = AutoModelForTokenClassification.from_pretrained("syssec-utd/py38-pylingual-v1-segmenter", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433999220
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3231a2492f5112e1c7676d90c0a254e0f5c857bbafde48451c60ba5d8da02e5e
|
| 3 |
size 433999220
|
runs/Feb04_16-29-34_tacosec0/events.out.tfevents.1738708209.tacosec0.1575386.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:479f07bb1243cc8af732d8f407341225292daa2efaa931d2ddf27a0b30a5def3
|
| 3 |
+
size 6285
|