diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3bd0d0b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.bin filter=lfs diff=lfs merge=lfs -text +*.jsonl filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/deploy-book.yml b/.github/workflows/deploy-book.yml index f303ef9..e9de323 100644 --- a/.github/workflows/deploy-book.yml +++ b/.github/workflows/deploy-book.yml @@ -1,6 +1,6 @@ name: deploy-book -# Only run this when the master branch changes +# Only run this when the main branch changes on: push: branches: @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | - pip install -r requirements.txt + pip install jupyter-book # Build the book - name: Build the book @@ -36,7 +36,7 @@ jobs: # Push the book's HTML to github-pages - name: GitHub Pages action - uses: peaceiris/actions-gh-pages@v3.6.1 + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_build/html diff --git a/models/pytorch_model.bin b/models/pytorch_model.bin new file mode 100644 index 0000000..8c34cc5 --- /dev/null +++ b/models/pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edccaec26eb22f8e0c708d245f8ad528102aa17ca02b546a530a4775adf3fd74 +size 892009595 diff --git a/requirements.txt b/requirements.txt index 01cc518..27302fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,3 @@ tqdm numpy pandas sacrebleu - -jupyter-book