You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Hello, I try to run and train python run.py --from_pretrained google/t5-v1_1-base --dataset cqa --model_type task_prefix --label_type llm --llm palm --alpha 0.5 --batch_size 64
The google/t5-v1_1-base model was downloaded from Hugging Face, but the tokenizer was having problems.
The text was updated successfully, but these errors were encountered:
you can manually download files on Hugging Face and set offline mode to run training :) python run.py --from_pretrained '/root/.cache/huggingface/hub/models--google--t5-v1_1-base' --dataset cqa --model_type task_prefix --label_type gt --llm palm --alpha 0.5 --batch_size 64
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I try to run and train
python run.py --from_pretrained google/t5-v1_1-base --dataset cqa --model_type task_prefix --label_type llm --llm palm --alpha 0.5 --batch_size 64
The google/t5-v1_1-base model was downloaded from Hugging Face, but the tokenizer was having problems.
The text was updated successfully, but these errors were encountered: