Skip to content

바이브컴퍼니 (VAIV) × 한국정보과학회 (KIISE) 생성 AI 경진대회 평가코드

License

Notifications You must be signed in to change notification settings

KisuYang/vaiv-kiise-ai-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

vaiv-kiise-ai-2024

This repository contains the evaluation code for the Generative AI Competition hosted by VAIV Company × Korean Institute of Information Scientists and Engineers (KIISE).

Usage

The evaluate_adapter.py script is used to evaluate a specific adapter on a given dataset.

To run the evaluation code, use the following command:

python evaluate_adapter.py \
  --adapter_name YOUR_ADAPTER_NAME \
  --dataset_name vaiv/ko-rag-preference \
  --dataset_split validation \
  --chatgpt_model gpt-4 \
  --chatgpt_api_key CHATGPT_API_KEY

Recommended Library Versions

transformers==4.41.2
flash-attn==2.5.9.post1
peft==0.11.1
vllm==0.4.3
torch==2.3.0

Further Information

About

바이브컴퍼니 (VAIV) × 한국정보과학회 (KIISE) 생성 AI 경진대회 평가코드

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages