Add BUET-BanglaT5 model to alignment mappers #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check File Size | |
on: | |
push: | |
branches: [main] | |
jobs: | |
sync-to-hub: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check large files | |
uses: ActionsDesk/[email protected] | |
with: | |
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces | |
token: ${{ secrets.PAT_GITHUB }} |