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:48ced8a3db091fa35cba543e55b86eaea79d6a1faa90cd72068b0ecb7443864b
|
| 3 |
size 433999220
|
runs/Feb04_20-25-51_syssec-ub1/events.out.tfevents.1738722395.syssec-ub1.44046.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:e72c15b89263c61d94bcfcd3e5726ce3256d39b763aa09a15028ec9113bbc162
|
| 3 |
+
size 6287
|