From c05c26243b4f59431e7553a9edb0d8bd3f499783 Mon Sep 17 00:00:00 2001 From: Christian Boulanger <info@bibliograph.org> Date: Wed, 17 Jan 2024 22:13:39 +0100 Subject: [PATCH] Fixes --- langchain-experiments/compare-models.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain-experiments/compare-models.ipynb b/langchain-experiments/compare-models.ipynb index 3e9f2dd..d6f8a30 100644 --- a/langchain-experiments/compare-models.ipynb +++ b/langchain-experiments/compare-models.ipynb @@ -251,7 +251,7 @@ "source": [ "## TheBloke/Llama-2-70B-chat-GPTQ via Huggingface Inference Endpoint\n", "\n", - "The 70 billion parameter variant [does a bit better](data/output/editors-llama-2-70b-chat-gptq.csv) but, among other things, doesn't the academic titles right. It also cannot be persuaded to [not comment on the CSV output].(data/output/editors-llama-2-70b-chat-gptq.txt). Given that the model costs $13/h to run, that's not really that impressive." + "The 70 billion parameter variant [does a bit better](data/output/editors-llama-2-70b-chat-gptq.csv) but, among other things, doesn't the academic titles right. It also cannot be persuaded to [not comment on the CSV output](data/output/editors-llama-2-70b-chat-gptq.txt). Given that the model costs $13/h to run, the result is not impressive." ], "metadata": { "collapsed": false -- GitLab