Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,11 +2,6 @@
|
|
| 2 |
|
| 3 |
This dataset contains pre-trained BEATs (Bidirectional Encoder representation from Audio Transformers) model checkpoints.
|
| 4 |
|
| 5 |
-
## Files
|
| 6 |
-
|
| 7 |
-
- **openbeats.pt**: BEATs checkpoint (344.8 MB)
|
| 8 |
-
- **BEATs_iter3_plus_AS2M.pt**: BEATs checkpoint (344.8 MB)
|
| 9 |
-
|
| 10 |
## Usage
|
| 11 |
|
| 12 |
These checkpoints are automatically downloaded by the `beats-trainer` Python package:
|
|
@@ -24,4 +19,5 @@ These checkpoints are distributed as part of the [beats-trainer](https://github.
|
|
| 24 |
|
| 25 |
## License
|
| 26 |
|
| 27 |
-
|
|
|
|
|
|
| 2 |
|
| 3 |
This dataset contains pre-trained BEATs (Bidirectional Encoder representation from Audio Transformers) model checkpoints.
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
## Usage
|
| 6 |
|
| 7 |
These checkpoints are automatically downloaded by the `beats-trainer` Python package:
|
|
|
|
| 19 |
|
| 20 |
## License
|
| 21 |
|
| 22 |
+
BEATs_iter3_plus_AS2M.pt model weights are provided by Microsoft Research under their respective license terms (MIT). These can be found in their [GitHub repository](https://github.com/microsoft/unilm/tree/master/beats)
|
| 23 |
+
OpenBEATs-Base-i3.pt model weights are provided by the OpenBEATs project under their respective license terms. More details can be found in the [OpenBEATs paper](https://arxiv.org/pdf/2507.14129))
|