mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-19 22:53:35 -04:00
[PR #92] [MERGED] Add Vicuna 13b along w/ Transformer test set #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/auto-evaluator/pull/92
Author: @rlancemartin
Created: 5/5/2023
Status: ✅ Merged
Merged: 5/29/2023
Merged by: @rlancemartin
Base:
main← Head:local_many_file_upload📝 Commits (10+)
2c0936eAdd Vicuna7cd7a50Add challenge setb22d6b9Update Vicuna params and prompt11c9d56Notebook for local testing43304feAdd hosted model87b64b2Only allow a single file upload for deployed all0cbb3e4update notebook2534ca4fix Replicate in notebookc966923Add Vicuna13b9b1db27Update prompt and model params📊 Changes
14 files changed (+502 additions, -18 deletions)
View changed files
➕
api/Test_Vicuna_Locally.ipynb(+442 -0)📝
api/docs/gpt3/gpt3-eval.csv(+1 -1)➕
api/docs/transformers-challenge/2005.14165.pdf(+0 -0)➕
api/docs/transformers-challenge/2112.04426.pdf(+0 -0)➕
api/docs/transformers-challenge/2203.15556.pdf(+0 -0)➕
api/docs/transformers-challenge/2205.06175.pdf(+0 -0)➕
api/docs/transformers-challenge/2302.13971.pdf(+0 -0)➕
api/docs/transformers-challenge/transformers-eval.csv(+11 -0)📝
api/evaluator_app.py(+27 -12)📝
api/requirements.txt(+4 -3)📝
api/text_utils.py(+13 -0)📝
nextjs/components/Playground.tsx(+2 -1)📝
nextjs/components/Sidebar.tsx(+1 -0)📝
nextjs/pages/playground/index.tsx(+1 -1)📄 Description
Blog fro running Vicuna locally here.
Using Replicate to host model:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.