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") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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:884f3536d7f04856f2ef3897cb3fb9d392f5b6f7c8b3aacd046e9502727cdbfa
|
| 3 |
size 433999220
|
runs/Feb04_20-25-51_syssec-ub1/events.out.tfevents.1738722395.syssec-ub1.44046.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc1d8c94cf61ad983fc0ab82e1afea4c03b15dc3cd5e4d46aea1124c81bd7c0d
|
| 3 |
+
size 6072
|
training_args.bin
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:ca998effad47d5e4aacfff503d9d231e596afcfc05cc83fd1e38cf35ed44594f
|
| 3 |
+
size 5496
|