Skip to content

fix: do not add special tokens for custom tokenizer #742

fix: do not add special tokens for custom tokenizer

fix: do not add special tokens for custom tokenizer #742

Workflow file for this run

name: Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: |
docker build -t fms-hf-tuning:dev . -f build/Dockerfile