Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 28, 2024
1 parent 7f62a6d commit 72b628d
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 2 deletions.
28 changes: 28 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -40490,5 +40490,33 @@
"tags": [
"python"
]
},
"https://github.com/jturner116/splax": {
"extra-tags": [
"splade",
"training",
"jax",
"flax"
],
"date": "2024-11-07",
"title": "splax",
"summary": "SPLADE training in JAX/Flax",
"tags": [
"python"
]
},
"https://github.com/kyleliang919/C-Optim": {
"extra-tags": [
"c",
"optimizer",
"adam-optimizer",
"optimization"
],
"date": "2024-07-22",
"title": "C-Optim",
"summary": "When it comes to optimizers, it's always better to be safe than sorry",
"tags": [
"python"
]
}
}
4 changes: 2 additions & 2 deletions database/pipeline.pkl
Git LFS file not shown
40 changes: 40 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -186674,5 +186674,45 @@
{
"head": "orthogonality",
"tail": "efficient-implementations"
},
{
"head": "splade",
"tail": "training"
},
{
"head": "splade",
"tail": "jax"
},
{
"head": "splade",
"tail": "flax"
},
{
"head": "training",
"tail": "jax"
},
{
"head": "training",
"tail": "flax"
},
{
"head": "c",
"tail": "optimizer"
},
{
"head": "c",
"tail": "adam-optimizer"
},
{
"head": "c",
"tail": "optimization"
},
{
"head": "optimizer",
"tail": "optimization"
},
{
"head": "adam-optimizer",
"tail": "optimization"
}
]

0 comments on commit 72b628d

Please sign in to comment.