Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Changing default model to distilbert
Browse files Browse the repository at this point in the history
Changing default model to distilbert to allow for faster experimentation times
  • Loading branch information
Sharat Chikkerur authored Jun 16, 2020
1 parent a011680 commit 876d7cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
" 'random_seed': 100,\n",
" 'train_sample_ratio': 1.0,\n",
" 'test_sample_ratio': 1.0,\n",
" 'model_name': 'bert-base-multilingual-cased',\n",
" 'model_name': 'distilbert-base-multilingual-cased',\n",
" 'to_lower': False,\n",
" 'cache_dir': TemporaryDirectory().name,\n",
" 'max_len': 150,\n",
Expand Down

0 comments on commit 876d7cc

Please sign in to comment.