dchaplinsky commited on
Commit
06fe23d
1 Parent(s): d373051

Adding required dirs and smaller files

Browse files
Files changed (9) hide show
  1. ner/cfg +13 -0
  2. ner/model +0 -0
  3. ner/moves +1 -0
  4. transformer/cfg +3 -0
  5. vocab/key2row +1 -0
  6. vocab/lookups.bin +3 -0
  7. vocab/strings.json +0 -0
  8. vocab/vectors +0 -0
  9. vocab/vectors.cfg +3 -0
ner/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":1,
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
+ }
ner/model ADDED
Binary file (582 kB). View file
 
ner/moves ADDED
@@ -0,0 +1 @@
 
 
1
+ ��moves��{"0":{},"1":{"PERS":3450,"LOC":1562,"ORG":1300,"MISC":989},"2":{"PERS":3450,"LOC":1562,"ORG":1300,"MISC":989},"3":{"PERS":3450,"LOC":1562,"ORG":1300,"MISC":989},"4":{"PERS":3450,"LOC":1562,"ORG":1300,"MISC":989,"":1},"5":{"":1}}�cfg��neg_key�
transformer/cfg ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "max_batch_items":4096
3
+ }
vocab/key2row ADDED
@@ -0,0 +1 @@
 
 
1
+
vocab/lookups.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
3
+ size 1
vocab/strings.json ADDED
The diff for this file is too large to render. See raw diff
 
vocab/vectors ADDED
Binary file (128 Bytes). View file
 
vocab/vectors.cfg ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "mode":"default"
3
+ }