Instructions to use fiveflow/roberta-base-spacing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fiveflow/roberta-base-spacing with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="fiveflow/roberta-base-spacing")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("fiveflow/roberta-base-spacing") model = AutoModelForTokenClassification.from_pretrained("fiveflow/roberta-base-spacing") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ pipeline_tag: token-classification
|
|
| 8 |
한국어 RoBERTa를 활용하여 만든 띄어쓰기 모델입니다.
|
| 9 |
|
| 10 |
<a href="https://github.com/kwon13/robust-spacing">
|
| 11 |
-
<img src="https://img.shields.io/badge/
|
| 12 |
</a>
|
| 13 |
|
| 14 |
```python
|
|
|
|
| 8 |
한국어 RoBERTa를 활용하여 만든 띄어쓰기 모델입니다.
|
| 9 |
|
| 10 |
<a href="https://github.com/kwon13/robust-spacing">
|
| 11 |
+
<img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=GitHub&logoColor=white"/>
|
| 12 |
</a>
|
| 13 |
|
| 14 |
```python
|