Instructions to use syssec-utd/py39-pylingual-v1-segmenter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use syssec-utd/py39-pylingual-v1-segmenter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="syssec-utd/py39-pylingual-v1-segmenter")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("syssec-utd/py39-pylingual-v1-segmenter") model = AutoModelForTokenClassification.from_pretrained("syssec-utd/py39-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:c928f6a6989874dae9b4a5bacd238d328d384dcdf7b8f6d816be04c1d0cd794c
|
| 3 |
size 433999220
|
runs/Feb05_18-14-48_tacosec0/events.out.tfevents.1738800924.tacosec0.1719241.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:9aaca878c1ce483ca8eac2601878818d3fe2ba81c1a1a47d559931405ee52c4a
|
| 3 |
+
size 6285
|