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
- Xet hash:
- f5e7399d45d62f4323e424a99fae73cd36b72e1a9996e6f1a1e6f9927df137d4
- Size of remote file:
- 5.11 kB
- SHA256:
- 1602c46640cd08a834d5a14595131a635dda08443e11d44320a42db46790d452
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.