Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Russian ASR model GigaAM-v2-CTC.
|
|
23 |
## Model info
|
24 |
This is an original GigaAM-v2-CTC with `transformers` library interface.
|
25 |
|
26 |
-
File `gigaam_transformers.py` contains model, feature extractor and tokenizer classes with usual transformers methods.
|
27 |
|
28 |
<!-- Jupyter `GigaAMHFTrain.ipynb` contains training pipeline with `transformers`. -->
|
29 |
|
|
|
23 |
## Model info
|
24 |
This is an original GigaAM-v2-CTC with `transformers` library interface.
|
25 |
|
26 |
+
File [`gigaam_transformers.py`](https://huggingface.co/waveletdeboshir/gigaam-ctc/blob/main/gigaam_transformers.py) contains model, feature extractor and tokenizer classes with usual transformers methods.
|
27 |
|
28 |
<!-- Jupyter `GigaAMHFTrain.ipynb` contains training pipeline with `transformers`. -->
|
29 |
|