Initial obqa import
Browse files- concept.txt +3 -0
- conceptnet.en.pruned.graph +3 -0
- config.json +27 -0
- matcher_patterns.json +3 -0
- preprocessor_config.json +8 -0
- tokenizer.json +0 -0
- vocab.json +0 -0
concept.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb191b1b5f0e1220ada9cd610573e5da6ff2a7fc2f8fd9dd7ce2ec1516849721
|
3 |
+
size 10975376
|
conceptnet.en.pruned.graph
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5a1c6ce1f5183fe844a4a14bb116c6ee319133165d08e5c69a7f122d0d65190
|
3 |
+
size 201125738
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GreaseLMForMultipleChoice"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"eos_token_id": 2,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 1024,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 4096,
|
13 |
+
"layer_norm_eps": 1e-05,
|
14 |
+
"max_position_embeddings": 514,
|
15 |
+
"model_type": "greaselm",
|
16 |
+
"num_attention_heads": 16,
|
17 |
+
"num_hidden_layers": 24,
|
18 |
+
"pad_token_id": 1,
|
19 |
+
"type_vocab_size": 1,
|
20 |
+
"vocab_size": 50265,
|
21 |
+
"num_gnn_layers": 6,
|
22 |
+
"num_node_types": 4,
|
23 |
+
"num_edge_types": 38,
|
24 |
+
"concept_dim": 200,
|
25 |
+
"gnn_hidden_size": 200,
|
26 |
+
"ie_dim":200
|
27 |
+
}
|
matcher_patterns.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52db9cfc86265ab16560d77284a9039df6763c3f94e556a020a283fc63f1cd19
|
3 |
+
size 42646378
|
preprocessor_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cpnet_vocab_path": "concept.txt",
|
3 |
+
"pattern_path": "matcher_patterns.json",
|
4 |
+
"pruned_graph_path": "conceptnet.en.pruned.graph",
|
5 |
+
"score_model": "roberta-large",
|
6 |
+
"feature_extractor_type": "GreaseLMFeatureExtractor",
|
7 |
+
"max_node_num": 200
|
8 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|