Instructions to use Evan-Lin/trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Evan-Lin/trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Evan-Lin/trainer")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("Evan-Lin/trainer") model = AutoModelForAudioClassification.from_pretrained("Evan-Lin/trainer") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 344983097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55a582f06ac0f6b7875af008c69daf0bdd21d7e584d3758f2fb7b4e9765b63b8
|
| 3 |
size 344983097
|