Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,9 @@ tags:
|
|
14 |
- speech
|
15 |
---
|
16 |
|
17 |
-
|
|
|
|
|
18 |
|
19 |
* original git https://github.com/salute-developers/GigaAM
|
20 |
|
@@ -25,8 +27,6 @@ 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. Model can be initialized with transformers auto classes (see an example below).
|
27 |
|
28 |
-
<!-- Jupyter `GigaAMHFTrain.ipynb` contains training pipeline with `transformers`. -->
|
29 |
-
|
30 |
## Installation
|
31 |
|
32 |
my lib versions:
|
@@ -64,5 +64,6 @@ transcription = processor.batch_decode(greedy_ids)[0]
|
|
64 |
|
65 |
```
|
66 |
|
67 |
-
## Fine
|
68 |
-
|
|
|
|
14 |
- speech
|
15 |
---
|
16 |
|
17 |
+
[](https://colab.research.google.com/gist/waveletdeboshir/c01334561f23c5167598b2054e50839a/gigaam-ctc-hf-finetune.ipynb)
|
18 |
+
|
19 |
+
# GigaAM-v2-CTC 🤗 Hugging Face transformers
|
20 |
|
21 |
* original git https://github.com/salute-developers/GigaAM
|
22 |
|
|
|
27 |
|
28 |
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. Model can be initialized with transformers auto classes (see an example below).
|
29 |
|
|
|
|
|
30 |
## Installation
|
31 |
|
32 |
my lib versions:
|
|
|
64 |
|
65 |
```
|
66 |
|
67 |
+
## Fine-tune
|
68 |
+
[](https://colab.research.google.com/gist/waveletdeboshir/c01334561f23c5167598b2054e50839a/gigaam-ctc-hf-finetune.ipynb)
|
69 |
+
[Fine-tuning Jupyter](https://gist.github.com/waveletdeboshir/c01334561f23c5167598b2054e50839a)
|