Kimang18 commited on
Commit
3073640
·
1 Parent(s): c4465c4

add youtube embed and colab

Browse files
Files changed (1) hide show
  1. templates/index.html +23 -1
templates/index.html CHANGED
@@ -27,6 +27,28 @@
27
  🚀 Start Annotation
28
  </button>
29
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  <!-- Annotation Section (Hidden until files are loaded) -->
32
  <div id="annotation-section" class="hidden">
@@ -110,6 +132,6 @@
110
  Thanks Huggingface Spaces 🤗
111
  </footer>
112
 
113
- <script src="/static/js/script.js"></script>
114
  </body>
115
  </html>
 
27
  🚀 Start Annotation
28
  </button>
29
  </div>
30
+ <div id="upload-section" class="mb-8 border-2 border-dashed border-gray-300 p-6 rounded-lg bg-gray-50">
31
+ <center>
32
+ <div>
33
+ <h2 class="text-xl font-semibold mb-3 text-center text-gray-700">Fine-tune OpenAI/Whisper-small</h2>
34
+ <div>
35
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/T9hqu16jDWA?si=IhpKCUmsJ-WAvRzP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
36
+ </div>
37
+ <a href="https://colab.research.google.com/github/Kimang18/DoRA-LoRAC-fine-tune-whisper-small/blob/main/Khmer_small_fine_tune_whisper.ipynb">
38
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /, width=150, height=150/>
39
+ </a>
40
+ </div>
41
+ <div style="margin-top:20px;">
42
+ <h2 class="text-xl font-semibold mb-3 text-center text-gray-700">Fine-tune Facebook/MMS-1b-all</h2>
43
+ <div>
44
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/5kfLb1eJbiI?si=5vEVym8k1lvAg_6a" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
45
+ </div>
46
+ <a href="https://colab.research.google.com/github/Kimang18/DoRA-LoRAC-finetune-mms-1b-all/blob/main/Khmer_Fine_Tune_MMS_on_Common_Voice.ipynb">
47
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /, width=150, height=150/>
48
+ </a>
49
+ </div>
50
+ </center>
51
+ </div>
52
 
53
  <!-- Annotation Section (Hidden until files are loaded) -->
54
  <div id="annotation-section" class="hidden">
 
132
  Thanks Huggingface Spaces 🤗
133
  </footer>
134
 
135
+ <script src="/static/js/script2.js"></script>
136
  </body>
137
  </html>