Instructions to use MatricariaV/Georgian-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MatricariaV/Georgian-ASR with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MatricariaV/Georgian-ASR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- vocab.json +1 -1
vocab.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"kat": {
|
| 3 |
-
"
|
| 4 |
"[PAD]": 35,
|
| 5 |
"[UNK]": 34,
|
| 6 |
"ა": 1,
|
|
|
|
| 1 |
{
|
| 2 |
"kat": {
|
| 3 |
+
" ": 0,
|
| 4 |
"[PAD]": 35,
|
| 5 |
"[UNK]": 34,
|
| 6 |
"ა": 1,
|