hummingbird2030

Results 5 comments of hummingbird2030

> I also meet the problem. Is there any solution? I fixed it by deleting the 'model.safetensors'. Hope to help you.

Is it the max time steps when generating? I guess.

Hello , I encountered the same problem. I wonder how do you load the model. I have trained a model and get the same files, which have `model.safetensors `. I...

> I encountered the problem (`assert loaded_weight.shape[parallel_dim] == self.num_embeddings`), but I solved it by deleting the file `model.safetensors` ... Thanks, I solved this problem the same!

> and I run the example about PubHealth, python run_baseline_lm.py \ > > > --model_name meta-llama/Llama-2-7b-hf > > --input_file eval_data/health_claims_processed.jsonl > > --max_new_tokens 20 > > --metric accuracy > >...