waveletdeboshir commited on
Commit
b957f7f
·
verified ·
1 Parent(s): 3e65276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -14,7 +14,9 @@ tags:
14
  - speech
15
  ---
16
 
17
- # GigaAM-v2-CTC Hugging Face transformers
 
 
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 tune
68
- todo
 
 
14
  - speech
15
  ---
16
 
17
+ [![Finetune In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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
+ [![Finetune In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/waveletdeboshir/c01334561f23c5167598b2054e50839a/gigaam-ctc-hf-finetune.ipynb)
69
+ [Fine-tuning Jupyter](https://gist.github.com/waveletdeboshir/c01334561f23c5167598b2054e50839a)