Instructions to use paruwka/cs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use paruwka/cs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="paruwka/cs")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("paruwka/cs") model = AutoModelForTokenClassification.from_pretrained("paruwka/cs") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 375
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 709173184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51934b3010fa1fed70632d2704b81da3333ce8324f92f90bba0afe411bbaadfd
|
| 3 |
size 709173184
|