Instructions to use 202015004/Spoof_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 202015004/Spoof_detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="202015004/Spoof_detection")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("202015004/Spoof_detection") model = AutoModelForCTC.from_pretrained("202015004/Spoof_detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
add tokenizer
Browse files
runs/Aug05_12-07-52_asr-dev-server/1659701287.4305673/events.out.tfevents.1659701287.asr-dev-server.2708607.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a1121aab4ec3581887431f399dafd5187ddf1cc5c624b03220321c50e3414ab
|
| 3 |
+
size 4770
|
runs/Aug05_12-07-52_asr-dev-server/events.out.tfevents.1659701287.asr-dev-server.2708607.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6f4841b44944cc8d6791e5cccd1b3c2f49b715f532d1957c8b9cdeb34ee3777
|
| 3 |
+
size 5139
|