forked from allenai/allennlp-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodels.json
100 lines (100 loc) · 4.67 KB
/
models.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"reading-comprehension": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/bidaf-model-2020.02.10-charpad.tar.gz",
"predictor_name": "reading-comprehension",
"max_request_length": 311108
},
"elmo-reading-comprehension": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/bidaf-elmo-model-2018.11.30-charpad.tar.gz",
"memory": "2Gi",
"predictor_name": "reading-comprehension",
"max_request_length": 311108,
"image": "gcr.io/ai2-reviz/allennlp-demo:584070b73f7eb6eb1f82af723295aec0a44ae3a9"
},
"naqanet-reading-comprehension": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/naqanet-2020.02.19.tar.gz",
"predictor_name": "reading-comprehension",
"max_request_length": 25819
},
"semantic-role-labeling": {
"archive_file": "https://s3-us-west-2.amazonaws.com/allennlp/models/bert-base-srl-2019.06.17.tar.gz",
"predictor_name": "semantic-role-labeling",
"max_request_length": 4590
},
"open-information-extraction": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/openie-model.2020.02.10.tar.gz",
"predictor_name": "open-information-extraction",
"max_request_length": 19681
},
"textual-entailment": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/decomposable-attention-elmo-2020.02.10.tar.gz",
"predictor_name": "textual-entailment",
"max_request_length": 13129
},
"coreference-resolution": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/coref-bert-lstm-2020.02.12.tar.gz",
"predictor_name": "coreference-resolution",
"max_request_length": 21097
},
"named-entity-recognition": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/ner-model-2020.02.10.tar.gz",
"predictor_name": "sentence-tagger",
"max_request_length": 94864
},
"fine-grained-named-entity-recognition": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/fine-grained-ner-model-elmo-2018.12.21.tar.gz",
"predictor_name": "sentence-tagger",
"max_request_length": 22878,
"image": "gcr.io/ai2-reviz/allennlp-demo:584070b73f7eb6eb1f82af723295aec0a44ae3a9"
},
"constituency-parsing": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/elmo-constituency-parser-2020.02.10.tar.gz",
"predictor_name": "constituency-parser",
"max_request_length": 2236
},
"dependency-parsing": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/biaffine-dependency-parser-ptb-2020.02.10.tar.gz",
"predictor_name": "biaffine-dependency-parser",
"max_request_length": 5675
},
"wikitables-parser": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/wikitables-model-2020.02.10.tar.gz",
"predictor_name": "wikitables-parser",
"max_request_length": 8177
},
"nlvr-parser": {
"archive_file": "https://allennlp.s3.amazonaws.com/models/nlvr-erm-model-2020.02.10-rule-vocabulary-updated.tar.gz",
"predictor_name": "nlvr-parser",
"max_request_length": 1136
},
"atis-parser": {
"archive_file": "https://allennlp.s3.amazonaws.com/models/atis-parser-2020.02.10.tar.gz",
"predictor_name": "atis-parser",
"max_request_length": 2236
},
"next-token-lm": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/gpt2-next-word-lm-2020.02.19.tar.gz",
"predictor_name": "next_token_lm",
"max_request_length": 10000,
"memory": "4Gi",
"image": "gcr.io/ai2-reviz/allennlp-demo:584070b73f7eb6eb1f82af723295aec0a44ae3a9"
},
"masked-lm": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/bert-masked-lm-2019.09.17.tar.gz",
"predictor_name": "masked_language_model",
"max_request_length": 10000,
"memory": "4Gi",
"image": "gcr.io/ai2-reviz/allennlp-demo:584070b73f7eb6eb1f82af723295aec0a44ae3a9"
},
"glove-sentiment-analysis": {
"archive_file": "https://s3-us-west-2.amazonaws.com/allennlp/models/sst-2-basic-classifier-glove-2019.06.27.tar.gz",
"predictor_name": "text_classifier",
"max_request_length": 1000
},
"roberta-sentiment-analysis": {
"archive_file": "https://storage.googleapis.com/allennlp-public-models/sst-roberta-large-2020.02.17.tar.gz",
"predictor_name": "text_classifier",
"max_request_length": 1000,
"memory": "4Gi"
}
}