Skip to content

Commit

Permalink
add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Embedding committed Jun 16, 2019
1 parent d9b4855 commit 5b9e9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,4 +22,4 @@ install:

script:

python classifier.py --vocab_path models/google_vocab.txt --train_path datasets/chnsenticorp/train.tsv --dev_path datasets/chnsenticorp/dev.tsv --test_path datasets/chnsenticorp/test.tsv --epochs_num 3 --batch_size 32 --encoder bert
python preprocess.py --corpus_path corpora/literature_mini_bert.txt --vocab_path models/google_vocab.txt --dataset_path dataset.pt --processes_num 8 --target bert

0 comments on commit 5b9e9d0

Please sign in to comment.