Skip to content

Add BUET-BanglaT5 model to alignment mappers #11

Add BUET-BanglaT5 model to alignment mappers

Add BUET-BanglaT5 model to alignment mappers #11

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 }}