Instructions to use softcatala/fullstop-catalan-punctuation-prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use softcatala/fullstop-catalan-punctuation-prediction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="softcatala/fullstop-catalan-punctuation-prediction")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("softcatala/fullstop-catalan-punctuation-prediction") model = AutoModelForTokenClassification.from_pretrained("softcatala/fullstop-catalan-punctuation-prediction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 44c435e6f3cea78d08996fc132feec7febc55119464aa54a55c77e8aa52f0d51
- Size of remote file:
- 3.06 kB
- SHA256:
- 77b24ee0640dbe96398cb1839ae9e273e1bd8c99793cdd62cd5e063b7f0a9f68
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.