duault
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ base_model:
|
|
9 |
This model classifies music genres based on audio signals. It was fine-tuned on the `music_genres_small` dataset using the Wav2Vec2 architecture.
|
10 |
|
11 |
## Metrics
|
12 |
-
- **Validation Accuracy**:
|
13 |
-
- **F1 Score**:
|
14 |
-
- **Validation Loss**:
|
15 |
|
16 |
## Usage
|
17 |
```python
|
|
|
9 |
This model classifies music genres based on audio signals. It was fine-tuned on the `music_genres_small` dataset using the Wav2Vec2 architecture.
|
10 |
|
11 |
## Metrics
|
12 |
+
- **Validation Accuracy**: 75%
|
13 |
+
- **F1 Score**: 74%
|
14 |
+
- **Validation Loss**: 0.77
|
15 |
|
16 |
## Usage
|
17 |
```python
|