Token Classification
Transformers
PyTorch
TensorFlow
ONNX
Safetensors
xlm-roberta
punctuation prediction
punctuation
Instructions to use oliverguhr/fullstop-punctuation-multilang-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use oliverguhr/fullstop-punctuation-multilang-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="oliverguhr/fullstop-punctuation-multilang-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("oliverguhr/fullstop-punctuation-multilang-large") model = AutoModelForTokenClassification.from_pretrained("oliverguhr/fullstop-punctuation-multilang-large") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
1966711
1
Parent(s): 7a39913
welch model added
Browse files
README.md
CHANGED
|
@@ -100,6 +100,7 @@ The performance differs for the single punctuation markers as hyphens and colons
|
|
| 100 |
| ------------------------------------------ | ------------------------------------------------------------ |
|
| 101 |
|English, German, French, Spanish, Bulgarian, Italian, Polish, Dutch, Czech, Portugese, Slovak, Slovenian| [kredor/punctuate-all](https://huggingface.co/kredor/punctuate-all) |
|
| 102 |
| Catalan | [softcatala/fullstop-catalan-punctuation-prediction](https://huggingface.co/softcatala/fullstop-catalan-punctuation-prediction) |
|
|
|
|
| 103 |
|
| 104 |
You can use different models by setting the model parameter:
|
| 105 |
|
|
|
|
| 100 |
| ------------------------------------------ | ------------------------------------------------------------ |
|
| 101 |
|English, German, French, Spanish, Bulgarian, Italian, Polish, Dutch, Czech, Portugese, Slovak, Slovenian| [kredor/punctuate-all](https://huggingface.co/kredor/punctuate-all) |
|
| 102 |
| Catalan | [softcatala/fullstop-catalan-punctuation-prediction](https://huggingface.co/softcatala/fullstop-catalan-punctuation-prediction) |
|
| 103 |
+
| Welsh | [techiaith/fullstop-welsh-punctuation-prediction](https://huggingface.co/techiaith/fullstop-welsh-punctuation-prediction) |
|
| 104 |
|
| 105 |
You can use different models by setting the model parameter:
|
| 106 |
|