Bencr commited on
Commit
316f141
·
verified ·
1 Parent(s): e2d4325

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -6
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
- These model weights are provided by Microsoft Research under their respective license terms.
 
 
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))