ytyz1307zzh / PLUG

Code for the ACL 2024 paper "PLUG: Leveraging Pivot Language in Cross-Lingual Instruction Tuning"
10 stars 1 forks source link

What is this path? #1

Open shuaiwang2022 opened 2 days ago

shuaiwang2022 commented 2 days ago

image

Congratulations on the successful publication of your paper. I would like to ask you what this path means? I don't quite understand.

ytyz1307zzh commented 1 day ago

Oh sorry for the confusion. I used a text file to save my Huggingface token, and the script reads the token to log in to huggingface. Some models like Llama require a log in before they can be downloaded. Feel free to your preferred login method such as huggingface-cli login from the command line or using the environment variable HF_TOKEN. more details can be found at https://huggingface.co/docs/huggingface_hub/en/quick-start.

shuaiwang2022 commented 23 hours ago

Thank you very much for your answer.