8000 GitHub - sobamchan/rouge4llm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sobamchan/rouge4llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

uv add rouge4llm

Install bitsandbytes if you want to quantize the model by running the following command.

uv add bitsandbytes

Example

python -m rouge4llm.commands.run \
  --model-name "meta-llama/Llama-3.2-1B-Instruct" \
  --sys-inst "Generate a one-senetnce summary of the given research paper with a focus on its research challenge in less than 25 words." \
  --dataset scitldr \
  --split test \
  --output-dir ./

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0