Skip to content

Commit

Permalink
Added an example experiment spec for FB15k data
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-gardner committed May 23, 2016
1 parent 4f49b9f commit 0f33914
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions examples/experiment_specs/fb15k/sfe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"graph": {
"name": "fb15k",
"relation sets": [
{
"is kb": false,
"relation file": "/home/mattg/data/freebase/fb15k_train.tsv"
},
{
"is kb": false,
"relation file": "/home/mattg/data/freebase/fb15k_valid.tsv"
}
]
},
"split": {
"type": "add negatives to split",
"from split": "fb15k",
"name": "fb15k_with_negatives",
"relation metadata": "freebase",
"graph": "fb15k",
"negative instances": {
"negative to positive ratio": 10
}
},
"operation": {
"type": "train and test",
"learning": {
"max training examples": 5000
}
}
}

0 comments on commit 0f33914

Please sign in to comment.