huggingface-trainer Questions
4
I’m trying to do a finetuning without an evaluation dataset.
For that, I’m using the following code:
training_args = TrainingArguments(
output_dir=resume_from_checkpoint,
evaluation_strategy=&quo...
Centenary asked 22/5, 2023 at 23:54
2
Solved
I have some custom data set with custom table entries and wanted to deal with it with a custom collate. But it didn't work when I pass a collate function I wrote (that DOES work on a individual dat...
Osi asked 10/8, 2023 at 23:22
1
I do not seem to find an explanation on how the validation and training losses are calculated when we finetune a model using the huggingFace trainer. Does anyone know here to find this information?...
Elsa asked 16/8, 2023 at 13:36
1
When doing fine-tuning with Hg trainer, training is fine but it failed during validation. Even reducing the eval_accumation_steps = 1 did not work.
I followed the procedure in the link:
Why is eval...
Calvary asked 17/8, 2023 at 11:45
1
I was runing the falcon 7b tutorial locally on my RTX A6000 but got an error with an odd mistmach of matrix mult:
File "/lfs/hyperturing1/0/brando9/miniconda/envs/data_quality/lib/python3.10/...
Conjunction asked 11/7, 2023 at 3:8
1
© 2022 - 2024 — McMap. All rights reserved.