We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2d7ba commit 465d6eaCopy full SHA for 465d6ea
README.md
@@ -17,7 +17,6 @@ dataset="sentiment" # sentiment, anli
17
task="paradetox" # sentiment: paradetox, jigsaw, twitter; anli: r1, r2, r3
18
base_model="google-bert/bert-base-uncased"
19
base_name=$(echo "$base_model" | cut -d "/" -f 2)
20
-IFS='/' read -ra ADDR <<< "$base_model"
21
22
# set HF username here
23
user="anonym"
0 commit comments