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
evaluation_strategy (str or [IntervalStrategy](https://huggingface.co/docs/transformers/v4.25.1/en/internal/trainer_utils#transformers.IntervalStrategy), optional, defaults to "no") โ The evaluation strategy to adopt during training. Possible values are:
"no": No evaluation is done during training.
"steps": Evaluation is done (and logged) every eval_steps.
"epoch": Evaluation is done at the end of each epoch.
๐ Bug Report
config.yml
์์do_eval
์False
๋ก ๋ฐ๊พธ์ด๋train_args.do_eval
์True
๊ฐ ๋ฉ๋๋ค.์์ธ
TrainingArguments
์ ๊ฒฝ์ฐdo_eval
๊ฐ์ default ๊ฐFalse
์ด์ง๋ง,evaluation_strategy
๊ฐ "no" ๊ฐ ์๋ ์ํ๊ฐ ๋๋ ๊ฒฝ์ฐ, ์๋์ผ๋กdo_eval
๋True
๊ฐ ๋ฉ๋๋ค.evaluation strategy
์ "no" ๊ฐ ์๋ ๊ฐ์ ๋ฃ์ ์๋ ์์ฒด๊ฐ (evaluation_strategy = "step" or "epoch"
)evaluation
์ ํ๊ณ ์ถ๋ค๋ ์๋ฏธ์ด๊ธฐ ๋๋ฌธ์ ์ฝ๋๋ฅผ ๊ฐ์ ํ ๊ฒ์ผ๋ก ๋ณด์ ๋๋ค.evaluation_strategy="epoch"
๋ก ๋์ดdo_eval=True
๊ฐ ๋ฉ๋๋ค.๐ Additional context
evaluation_strategy ๋?
evaluation๋ฅผ ์งํํ๊ณ ์ถ์ ์๊ฐ๋จ์ (ํ "step" ์ด๋, "epoch" ๋ง๋ค ) ๋ฅผ ์ ๋ ฅ๋ฐ์ ๋ณ์์ ๋๋ค.
reference
The text was updated successfully, but these errors were encountered: