Instructions to use yip-i/colab-demo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yip-i/colab-demo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="yip-i/colab-demo")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("yip-i/colab-demo") model = AutoModelForCTC.from_pretrained("yip-i/colab-demo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 377656855
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76f668d6e240e48ea7667b2c091598149a682f21a26bcd4476035ea08be26738
|
| 3 |
size 377656855
|
runs/Oct17_02-53-19_75aef47a3e1f/1665975758.898887/events.out.tfevents.1665975758.75aef47a3e1f.74.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b5b8582caae473168b9373da00473b6e889d35ee0c953e5dbf4796fbc5935c8
|
| 3 |
+
size 5454
|
runs/Oct17_02-53-19_75aef47a3e1f/events.out.tfevents.1665975758.75aef47a3e1f.74.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c8b594d21342304adafdb18a654da7c4e600b8e109ee58e5555083a761688fe
|
| 3 |
+
size 12384
|