Instructions to use syssec-utd/py313-pylingual-v1-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-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-segmenter")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("syssec-utd/py313-pylingual-v1-segmenter") model = AutoModelForTokenClassification.from_pretrained("syssec-utd/py313-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:c78aa8001e324392b8a63d0c9640def4c1c01de160880b1545de50595570ed88
|
| 3 |
size 433999220
|
runs/Feb07_03-37-28_tacosec0/events.out.tfevents.1738921081.tacosec0.1946875.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:a5bca2bc634f04282be244f4a15168d3741ff6d6ff97f9525921cdd593d1c03d
|
| 3 |
+
size 6290
|