9wimu9 commited on
Commit
2913cc1
·
1 Parent(s): 06ae157

Create constants.py

Browse files
Files changed (1) hide show
  1. constants.py +3 -0
constants.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ MODEL_TYPE = 'xlmroberta'
2
+ MODEL_NAME = '9wimu9/sinquad_xlm-squad2'
3
+ USE_CUDA = False