Skip to content

FeijiangHan/ZeroTuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ZeroTuning: Unlocking the Initial Token's Power to Enhance Large Language Models Without Training

Experience our latest version directly in Google Colab.

Quick Start

Prerequisites

  • Python 3.8+
  • transformers==4.53.2 (This specific version is required)

Installation

  1. Download our core components using gdown:
# Download our modified LLama model
!gdown --id 1JYr9Do94hfzc91NyxKBSJCwsTNw5ygK6

# Download evaluation pipeline
!gdown --id 17PhF8wGp9X5puN_kr0WzW7r5_ynlShXs

# Download evaluation configuration file
!gdown --id 1ZNbNV_ePNckVuNbkzQjJAqJoODy-GSW8

# Download and extract dataset
!rm -r ./data
!mkdir data
!gdown --id 1LjcvWQ84JqZQKMQrsxxIVnv0uug8hKWP -O data.zip
!unzip data.zip -d data
  1. Import and open the notebook using the Colab

  2. Follow the step-by-step cells to test the model

  3. (Optional) Experiment with your own inputs or datasets by modifying the code

About

ICLR 2026 ZeroTuning: Unlocking the Initial Token's Power to Enhance Large Language Models Without Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors