Skip to content

Commit

Permalink
add simple model release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markhakansson committed Oct 15, 2020
1 parent e261ffe commit 036ee9c
Show file tree
Hide file tree
Showing 16 changed files with 1,403 additions and 0 deletions.
36 changes: 36 additions & 0 deletions models/simple/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"lang":"en",
"name":"rpa-simple",
"version":"0.0.1",
"spacy_version":">=2.3.2",
"description":"",
"author":"rpa-tomorrow",
"email":"",
"url":"https://github.com/rpa-tomorrow/model-releases",
"license":"MIT",
"spacy_git_version":"bf778f59c",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":"spacy_pretrained_vectors"
},
"pipeline":[
"parser"
],
"factories":{
"parser":"parser"
},
"labels":{
"parser":[
"",
"BODY",
"NOUN",
"ROOT",
"TO",
"VERB",
"WHEN",
"dep"
]
}
}
21 changes: 21 additions & 0 deletions models/simple/ner/cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"beam_width":1,
"beam_density":0.0,
"beam_update_prob":1.0,
"cnn_maxout_pieces":3,
"nr_feature_tokens":6,
"deprecation_fixes":{
"vectors_name":null
},
"nr_class":74,
"hidden_depth":1,
"token_vector_width":96,
"hidden_width":64,
"maxout_pieces":2,
"pretrained_vectors":null,
"bilstm_depth":0,
"self_attn_depth":0,
"conv_depth":4,
"conv_window":1,
"embed_size":2000
}
Binary file added models/simple/ner/model
Binary file not shown.
1 change: 1 addition & 0 deletions models/simple/ner/moves
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��moves�{"0":{},"1":{"ORG":56360,"DATE":40381,"PERSON":36477,"GPE":26718,"MONEY":15121,"CARDINAL":14096,"NORP":9638,"PERCENT":9182,"WORK_OF_ART":4475,"LOC":4047,"TIME":3671,"QUANTITY":3114,"FAC":3042,"EVENT":3015,"ORDINAL":2142,"PRODUCT":1783,"LAW":1620,"LANGUAGE":355},"2":{"ORG":56360,"DATE":40381,"PERSON":36477,"GPE":26718,"MONEY":15121,"CARDINAL":14096,"NORP":9638,"PERCENT":9182,"WORK_OF_ART":4475,"LOC":4047,"TIME":3671,"QUANTITY":3114,"FAC":3042,"EVENT":3015,"ORDINAL":2142,"PRODUCT":1783,"LAW":1620,"LANGUAGE":355},"3":{"ORG":56360,"DATE":40381,"PERSON":36477,"GPE":26718,"MONEY":15121,"CARDINAL":14096,"NORP":9638,"PERCENT":9182,"WORK_OF_ART":4475,"LOC":4047,"TIME":3671,"QUANTITY":3114,"FAC":3042,"EVENT":3015,"ORDINAL":2142,"PRODUCT":1783,"LAW":1620,"LANGUAGE":355},"4":{"ORG":56360,"DATE":40381,"PERSON":36477,"GPE":26718,"MONEY":15121,"CARDINAL":14096,"NORP":9638,"PERCENT":9182,"WORK_OF_ART":4475,"LOC":4047,"TIME":3671,"QUANTITY":3114,"FAC":3042,"EVENT":3015,"ORDINAL":2142,"PRODUCT":1783,"LAW":1620,"LANGUAGE":355,"":1},"5":{"":1}}
18 changes: 18 additions & 0 deletions models/simple/parser/cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"beam_width":1,
"beam_density":0.0,
"beam_update_prob":1.0,
"cnn_maxout_pieces":3,
"nr_feature_tokens":8,
"nr_class":37,
"hidden_depth":1,
"token_vector_width":96,
"hidden_width":64,
"maxout_pieces":2,
"pretrained_vectors":null,
"bilstm_depth":0,
"self_attn_depth":0,
"conv_depth":4,
"conv_window":1,
"embed_size":2000
}
Binary file added models/simple/parser/model
Binary file not shown.
1 change: 1 addition & 0 deletions models/simple/parser/moves
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��moves�s{"0":{"ROOT":-2,"-":-3,"NOUN":-4,"TO":-5,"BODY":-6,"VERB":-7,"WHEN":-8},"1":{"ROOT":-2,"-":-3,"NOUN":-4,"TO":-5,"BODY":-6,"VERB":-7,"WHEN":-8},"2":{"dep":0,"ROOT":-2,"-":-3,"NOUN":-4,"TO":-5,"BODY":-6,"VERB":-7,"WHEN":-8},"3":{"dep":0,"ROOT":-2,"-":-3,"NOUN":-4,"TO":-5,"BODY":-6,"VERB":-7,"WHEN":-8},"4":{"ROOT":0,"-":-3,"NOUN":-4,"TO":-5,"BODY":-6,"VERB":-7,"WHEN":-8}}
9 changes: 9 additions & 0 deletions models/simple/tagger/cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"cnn_maxout_pieces":2,
"deprecation_fixes":{
"vectors_name":null
},
"pretrained_vectors":null,
"token_vector_width":96,
"conv_depth":4
}
Binary file added models/simple/tagger/model
Binary file not shown.
Binary file added models/simple/tagger/tag_map
Binary file not shown.
4 changes: 4 additions & 0 deletions models/simple/tokenizer

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/simple/vocab/key2row
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Binary file added models/simple/vocab/lookups.bin
Binary file not shown.
1 change: 1 addition & 0 deletions models/simple/vocab/lookups_extra.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��lexeme_cluster��lexeme_prob��lexeme_settings�
Loading

0 comments on commit 036ee9c

Please sign in to comment.