Skip to content

Commit 20a8f34

Browse files
author
Raul Puri
committed
checkpoint license update
1 parent d5ec5c1 commit 20a8f34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

experiments/run_sk_imdb.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#! /bin/bash
2+
python3 transfer.py --load new_mlstm.pt --save-results imdb --data ./data/imdb/train.json --test ./data/imdb/test.json --split .8 --batch-size 64 --fp16

experiments/run_sk_sst.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#! /bin/bash
2+
python3 transfer.py --load new_mlstm.pt --save-results sst

0 commit comments

Comments
 (0)