Skip to content

Commit

Permalink
Merge pull request #58 from SuperKogito/add-banglaser
Browse files Browse the repository at this point in the history
Add BanglaSER
  • Loading branch information
SuperKogito authored Jun 10, 2024
2 parents 5d85e35 + 6772adf commit 65a1f06
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add src/ser-datasets.csv README.md # Replace with your actual CSV file name
git add src/ser-datasets.csv README.md
git commit -m 'Automatically generated CSV and README from JSON update'
git push origin HEAD:main # Adjust if your default branch is not 'main'
git push origin HEAD:master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 14 additions & 0 deletions src/ser-datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
"Paper-link": "--",
"License-link": "https://creativecommons.org/licenses/by/4.0/"
},
"BanglaSER": {
"Year": 2022,
"Content": "1467 Bangla speech-audio recordings by 34 non-professional participating actors (17 male and 17 female) from diverse age groups between 19 and 47 years.",
"Emotions": "angry, happy, neutral, sad, surprise",
"Format": "Audio",
"Size": "0.425 GB",
"Language": "Bangla",
"Paper": "BanglaSER: A speech emotion recognition dataset for the Bangla language",
"Access": "Open",
"License": "CC BY 4.0",
"Dataset-link": "https://data.mendeley.com/datasets/t9h6p943xy/5",
"Paper-link": "https://www.sciencedirect.com/science/article/pii/S235234092200302X",
"License-link": "https://creativecommons.org/licenses/by/4.0/"
},
"Kannada": {
"Year": 2022,
"Content": "468 audio samples, six different sentences, pronounced by thirteen people (four male and nine female), in five basic emotions plus one neutral emotion",
Expand Down

0 comments on commit 65a1f06

Please sign in to comment.