-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Update RecEval with vLLM and chat_template (#70)
* . * update and edit Chinese * del some files and fix chinese * del some files and fix chinese * del some files and fix chinese * del some files and fix chinese * del some files and fix chinese * update requirements.txt --------- Co-authored-by: Cecch <[email protected]> Co-authored-by: YuxuanLei <[email protected]>
1 parent
757e4ca
commit 2fe6d63
Showing
15 changed files
with
667 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{"chatgpt-4o-latest": {"input": 5.0, "output": 15.0}} | ||
{"gpt-4-turbo": {"input": 10.0, "output": 30.0}} | ||
{"gpt-4": {"input": 30.0, "output": 60.0}} | ||
{"gpt-4-vision-preview": {"input": 10.0, "output": 30.0}} | ||
{"gpt-35-turbo": {"input": 0.5, "output": 1.5}} | ||
{"davinci-002": {"input": 2.0, "output": 2.0}} | ||
{"babbage-002": {"input": 0.4, "output": 0.4}} | ||
{"gpt-4o": {"input": 5.0, "output": 15.0}} | ||
{"gpt-4o-mini": {"input": 0.15, "output": 0.6}} | ||
{"o1-preview": {"input": 15.0, "output": 60.0}} | ||
{"text-embedding-ada-002": {"input": 0.1, "output": 0}} | ||
{"text-embedding-3-small": {"input": 0.02, "output": 0}} | ||
{"text-embedding-3-large": {"input": 0.13, "output": 0}} | ||
{"ada v2": {"input": 0.1, "output": 0}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.