Skip to content

Commit

Permalink
Add fine-tuned model, fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
waleko committed Sep 13, 2023
1 parent 1776b74 commit 58ad0e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.bin filter=lfs diff=lfs merge=lfs -text
*.jsonl filter=lfs diff=lfs merge=lfs -text
6 changes: 3 additions & 3 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -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
3 changes: 3 additions & 0 deletions models/pytorch_model.bin
Git LFS file not shown
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ tqdm
numpy
pandas
sacrebleu

jupyter-book

0 comments on commit 58ad0e1

Please sign in to comment.