Audio Jailbreak Datasets and model
Collection
7 items • Updated • 1
How to use assoni2002/trained_model_with_zscaler_TTS_data with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="assoni2002/trained_model_with_zscaler_TTS_data") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("assoni2002/trained_model_with_zscaler_TTS_data")
model = AutoModelForAudioClassification.from_pretrained("assoni2002/trained_model_with_zscaler_TTS_data")This model is a fine-tuned version of facebook/wav2vec2-base on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.6553 | 1.0 | 10 | 0.7152 | 0.4416 |
| 0.6279 | 2.0 | 20 | 0.5893 | 0.7532 |
| 0.5993 | 3.0 | 30 | 0.5791 | 0.7532 |
| 0.5761 | 4.0 | 40 | 0.5538 | 0.7727 |
| 0.5483 | 5.0 | 50 | 0.5169 | 0.8052 |
| 0.5291 | 6.0 | 60 | 0.5496 | 0.7662 |
| 0.5016 | 7.0 | 70 | 0.6360 | 0.6883 |
| 0.4962 | 8.0 | 80 | 0.4710 | 0.8312 |
| 0.4807 | 9.0 | 90 | 0.5224 | 0.7987 |
| 0.4798 | 10.0 | 100 | 0.4764 | 0.8182 |
Base model
facebook/wav2vec2-base