Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 833 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 833 Bytes

fine-tune-gpt2-HxH

run a quick test

you can run the below code snippet for a quick taste of the model :

*Note: make sure the file run_generation.py is present in the current directory.

!python run_generation.py \
    --model_type=gpt2 \
    --model_name_or_path=3koozy/gpt2-HxH \
    --length 50 \
    --num_return_sequences 5 \
    --seed 87 \
    --prompt 'So you became a Hunter, too.'