Questions tagged [huggingface-trainer]
33 questions
0
votes
0 answers
Hugginfface Trainer max_step to set for streaming dataset
The max_steps argument of TrainingArguments is num_rows_in_train / per_device_train_batch_size * num_train_epochs when using streaming datasets of Huggingface?
num_rows_in_train is total number of records in the training…

mon
- 18,789
- 22
- 112
- 205
-1
votes
0 answers
Is there a way to use object detect model DETR(or other models) to mark different sizes of stones in an image/video?
I have a question. Is there a way to use the Huggingface “deter” model(or other ai models) to identify and highlight different sizes of aggregates in a gravel image, similar to the different colors in the picture? I work in the construction industry…

James
- 157
- 1
- 6
-1
votes
1 answer
Unexpected error with falcon 7B, running locally doesn’t work for an odd matrix mismatch dimension error, how to fix?
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/site-packages/peft/tuners/lora.py", line 565, in…

Charlie Parker
- 5,884
- 57
- 198
- 323