Sergey Sosnin
Sergey Sosnin
I would like to pose a question: Is it appropriate for the scientific community to utilize LLaMA for research if the application has not been explicitly approved? This inquiry seems...
**Describe the bug** Does not work model parallelization with Ray and a custom model from huggingface. **To Reproduce** I want to train a neural network using ludwig and molecular encoder...
I want to use [this model](https://huggingface.co/ibm/MoLFormer-XL-both-10pct) as an encoder. As you can see from the description, the model can be uploaded like: ``` model = AutoModel.from_pretrained("ibm/MoLFormer-XL-both-10pct", deterministic_eval=True, trust_remote_code=True) tokenizer =...
fix numpy int error -> int32
Hi, Is it possible to dump a model into HDF5 file? The problem is when i try to dump 1500 samples with your function save_prefix the total disk space required...