Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ base_model:
|
|
| 11 |
- facebook/w2v-bert-2.0
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
This model predicts prosodic units on speech. For each 20ms frame the model
|
| 17 |
predicts 1 or 0, indicating whether there is a prosodic unit in this frame or
|
|
@@ -37,9 +37,8 @@ combining results smartly.
|
|
| 37 |
- **Developed by:** Peter Rupnik, Nikola Ljubešić, Darinka Verdonik, Simona
|
| 38 |
Majhenič
|
| 39 |
- **Funded by:** MEZZANINE project
|
| 40 |
-
- **Model type:**
|
| 41 |
-
- **Language(s) (NLP):** Trained and tested on Slovenian
|
| 42 |
-
cross-lingually
|
| 43 |
- **Finetuned from model:** facebook/w2v-bert-2.0
|
| 44 |
|
| 45 |
The model was trained on [ROG-Art dataset](http://hdl.handle.net/11356/1992), on
|
|
|
|
| 11 |
- facebook/w2v-bert-2.0
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Wav2VecBert2 Audio frame classifier for prosodic unit detection
|
| 15 |
|
| 16 |
This model predicts prosodic units on speech. For each 20ms frame the model
|
| 17 |
predicts 1 or 0, indicating whether there is a prosodic unit in this frame or
|
|
|
|
| 37 |
- **Developed by:** Peter Rupnik, Nikola Ljubešić, Darinka Verdonik, Simona
|
| 38 |
Majhenič
|
| 39 |
- **Funded by:** MEZZANINE project
|
| 40 |
+
- **Model type:** Wav2VecBert2 for Audio Frame Classification
|
| 41 |
+
- **Language(s) (NLP):** Trained and tested on Slovenian
|
|
|
|
| 42 |
- **Finetuned from model:** facebook/w2v-bert-2.0
|
| 43 |
|
| 44 |
The model was trained on [ROG-Art dataset](http://hdl.handle.net/11356/1992), on
|