heruberuto
commited on
Commit
·
924732b
1
Parent(s):
2f89e5e
Upload rteconfig.json
Browse files- rteconfig.json +6 -0
rteconfig.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bert_name": "deepset/xlm-roberta-large-squad2",
|
3 |
+
"bert_name_short": "deepset/xlm-roberta-large-squad2",
|
4 |
+
"batch_size": 10,
|
5 |
+
"max_length": 512
|
6 |
+
}
|