Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 9, 2023
1 parent 6790051 commit 40dcf46
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
26 changes: 26 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -33072,5 +33072,31 @@
],
"summary": "",
"date": "2023-09-08"
},
"https://github.com/google-deepmind/dm_hard_eight": {
"extra-tags": [
"delight",
"gametight",
"flashlight"
],
"date": "2020-04-23",
"title": "dm_hard_eight",
"summary": "",
"tags": [
"python"
]
},
"https://github.com/google-deepmind/dm_memorytasks": {
"extra-tags": [
"set",
"machine-learning",
"memory"
],
"date": "2019-12-03",
"title": "dm_memorytasks",
"summary": "A set of 13 diverse machine-learning tasks that require memory to solve.",
"tags": [
"python"
]
}
}
Binary file modified database/pipeline.pkl
Binary file not shown.
32 changes: 32 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -151186,5 +151186,37 @@
{
"head": "programming",
"tail": "models"
},
{
"head": "python",
"tail": "delight"
},
{
"head": "python",
"tail": "flashlight"
},
{
"head": "delight",
"tail": "gametight"
},
{
"head": "delight",
"tail": "flashlight"
},
{
"head": "gametight",
"tail": "flashlight"
},
{
"head": "set",
"tail": "machine-learning"
},
{
"head": "set",
"tail": "memory"
},
{
"head": "machine-learning",
"tail": "memory"
}
]

0 comments on commit 40dcf46

Please sign in to comment.