From 80bd772831750bb8f5fbfc116de0feed3d498b5e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Sep 2024 12:13:51 +0000 Subject: [PATCH] update data --- database/database.json | 13 +++++++++++++ database/pipeline.pkl | 4 ++-- database/triples.json | 16 ++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/database/database.json b/database/database.json index 85f1eb1..4e62e2a 100644 --- a/database/database.json +++ b/database/database.json @@ -39312,5 +39312,18 @@ "tags": [ "python" ] + }, + "https://github.com/dleemiller/WordLlama": { + "extra-tags": [ + "embeddings", + "llm", + "embeddings in ir" + ], + "date": "2024-06-12", + "title": "WordLlama", + "summary": "Things you can do with the token embeddings of an LLM", + "tags": [ + "python" + ] } } \ No newline at end of file diff --git a/database/pipeline.pkl b/database/pipeline.pkl index ebe3555..f70d2f8 100644 --- a/database/pipeline.pkl +++ b/database/pipeline.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ea3d91e7dde835fa0ab45066bf4f469be42cc329baa5da635bbf7881f10c47a -size 140152143 +oid sha256:d41fa7d3f9b2d3c5d14b07d9ad9af0742edfe43de6c32e08d5c52c7154f64162 +size 140165530 diff --git a/database/triples.json b/database/triples.json index 1091a84..701c410 100644 --- a/database/triples.json +++ b/database/triples.json @@ -179650,5 +179650,21 @@ { "head": "functions", "tail": "language models" + }, + { + "head": "python", + "tail": "embeddings in ir" + }, + { + "head": "embeddings", + "tail": "llm" + }, + { + "head": "embeddings", + "tail": "embeddings in ir" + }, + { + "head": "llm", + "tail": "embeddings in ir" } ] \ No newline at end of file