From 72b628da43fec1fe53f5eb17e369ca30958cc60b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Nov 2024 00:11:54 +0000 Subject: [PATCH] update data --- database/database.json | 28 ++++++++++++++++++++++++++++ database/pipeline.pkl | 4 ++-- database/triples.json | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 2 deletions(-) diff --git a/database/database.json b/database/database.json index d9e5ab2..57cabae 100644 --- a/database/database.json +++ b/database/database.json @@ -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" + ] } } \ No newline at end of file diff --git a/database/pipeline.pkl b/database/pipeline.pkl index aaa5ecd..55d869a 100644 --- a/database/pipeline.pkl +++ b/database/pipeline.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:849257931bb45cca0a6b81d76a103503d918d96aa538c652825d8d3810ce3a9c -size 142782819 +oid sha256:171a936c8be58fb4bdc11c24456fdfeb2db61893204adaa94d559b355f4498ff +size 142812328 diff --git a/database/triples.json b/database/triples.json index 645b9f4..65407ef 100644 --- a/database/triples.json +++ b/database/triples.json @@ -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" } ] \ No newline at end of file