Instructions to use syssec-utd/py313-pylingual-v1.3-segmenter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use syssec-utd/py313-pylingual-v1.3-segmenter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="syssec-utd/py313-pylingual-v1.3-segmenter")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("syssec-utd/py313-pylingual-v1.3-segmenter") model = AutoModelForTokenClassification.from_pretrained("syssec-utd/py313-pylingual-v1.3-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:ae546858ee4f1f00ec7c2d830777d6724468526427e6f41d43386f4016678aa4
|
| 3 |
size 433999220
|
runs/Aug29_22-21-36_tacosec0/events.out.tfevents.1756524119.tacosec0
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:d208b961e132d5e37c281cd3035700065b03c0d2f0fef113d2a5effbff47b5c2
|
| 3 |
+
size 6908
|