From 9a41de571dc3ae1b1bd9d186b4ecfaef0d49e85b Mon Sep 17 00:00:00 2001 From: Joe Devon <138038+joedevon@users.noreply.github.com> Date: Fri, 26 May 2023 10:49:49 -0700 Subject: [PATCH] Update README.md (#1) Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27f116d1a..bdf58f2e7 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ _Join our Discord!_ [https://discord.gg/3apqwwME](https://discord.gg/3apqwwME) ## Repository Organization -We include the `APIBench` dataset created by self-instruct in `data/apibench`. All the 1640 API documentation is in `data/api`. We convert this into a LLM-friendly chat format for evaluation, and the questions are in `eval/eval-data/questions`, and the corresponding responces are in `eval/eval-data/responses`. We have also included the evaluation scripts are in `eval/eval-scripts`. This would be entirely sufficient to train Gorilla yourself, and reproduce our results. -Additionally, to make it more accessible, we will also release the model weights soon! Eitherways, if you run into any issues please feel free to reach out to us either through Discord or email or raise a Github issue. +We include the `APIBench` dataset created by self-instruct in `data/apibench`. All the 1640 API documentation is in `data/api`. We convert this into a LLM-friendly chat format for evaluation, and the questions are in `eval/eval-data/questions`, and the corresponding responses are in `eval/eval-data/responses`. We have also included the evaluation scripts are in `eval/eval-scripts`. This would be entirely sufficient to train Gorilla yourself, and reproduce our results. +Additionally, to make it more accessible, we will also release the model weights soon! Either way, if you run into any issues please feel free to reach out to us either through Discord or email or raise a Github issue. ## Abstract