LexiMusUSAL commited on
Commit
ef43c50
·
verified ·
1 Parent(s): 4e185d8

Subida inicial LexiMus-BETO-per-v1 [15/25]

Browse files
Files changed (1) hide show
  1. parser/cfg +13 -0
parser/cfg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "moves":null,
3
+ "update_with_oracle_cut_size":100,
4
+ "multitasks":[
5
+
6
+ ],
7
+ "min_action_freq":30,
8
+ "learn_tokens":false,
9
+ "beam_width":1,
10
+ "beam_density":0.0,
11
+ "beam_update_prob":0.0,
12
+ "incorrect_spans_key":null
13
+ }