candra's picture
Update README.md
8b1cbe8
|
raw
history blame contribute delete
No virus
238 Bytes
---
language:
- id
---
## Example
code:
```
from transformers import pipeline
gen = pipeline("translation", model="Nestech/spell-correction-base")
```
output:
```
[{'translation_text': 'Presiden telah menyetujui rencana tersebut.'}]
```