huggingface / setfit

Efficient few-shot learning with Sentence Transformers
https://hf.co/docs/setfit
Apache License 2.0
2.24k stars 223 forks source link

i found a typo in docs #510

Open newfull5 opened 7 months ago

newfull5 commented 7 months ago

스크린샷 2024-04-19 오후 9 54 27

https://huggingface.co/docs/setfit/main/en/reference/trainer#setfit.Trainer

{"text_column_name": "text", "label_column_name: "label"} -> {"text_column_name": "text", "label_column_name": "label"} :)

kgourgou commented 6 months ago

스크린샷 2024-04-19 오후 9 54 27

https://huggingface.co/docs/setfit/main/en/reference/trainer#setfit.Trainer

{"text_column_name": "text", "label_column_name: "label"} -> {"text_column_name": "text", "label_column_name": "label"} :)

Took me a few seconds to see what was the typo. 👍

Missing a " at the end of label_column_name.