Instructions to use vrclc/transliteration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use vrclc/transliteration with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("vrclc/transliteration") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ model-index:
|
|
| 27 |
value: 7.4
|
| 28 |
name: CER
|
| 29 |
- task:
|
| 30 |
-
type:
|
| 31 |
name: ASR
|
| 32 |
dataset:
|
| 33 |
name: IndoNLP Test -1
|
|
|
|
| 27 |
value: 7.4
|
| 28 |
name: CER
|
| 29 |
- task:
|
| 30 |
+
type: text2text-generation
|
| 31 |
name: ASR
|
| 32 |
dataset:
|
| 33 |
name: IndoNLP Test -1
|