Pedro Cuenca
Pedro Cuenca
> Maybe "Announcing 4 New Dataset Search Features" ? Shorter and more like news rather than marketing > Maybe "Announcing 4 New Dataset Search Features" ? Shorter and more like...
Hello @Corsky! Might be resolved if you upgrade to transformers 4.43.2, see https://github.com/huggingface/transformers/issues/32185 for reference.
I assume you are running on FP8 hardware (H100), right? (I believe you'd get a different error if you are not). Other than that, I'm not sure if you'd need...
Hello! The demo was written by Apple MLR ([see commit](https://github.com/apple/ml-mdm/blob/ecbbc341bc863b014682d3501bbece5c3a8b5e8b/ml_mdm/clis/generate_sample.py)) by Shuangfei Zhai (@Shuangfei). I just made modifications to download the models from Hugging Face, adapted to Zero GPU and...
Happy to transfer it to the [Apple organization in Hugging Face](https://huggingface.co/apple)!
There is no need, in my opinion, to replace `load` with `evaluate.load`, because `load` is imported from `evaluate` in the same cell. Also, I would keep the variable name unchanged.
In this case, since the main weights are transformers, I would use `library_name: transformers` and add `nemo` as a tag.
For example: https://huggingface.co/nvidia/Minitron-4B-Base/discussions/8, https://huggingface.co/nvidia/Llama-3.1-Minitron-4B-Width-Base/discussions/14
Hi @Haoxiang-Wang! It's not just about the download stats. Having the correct library name and metadata helps the community immediately understand what the model is about, makes it possible for...
It is not possible to assign a list of values to `library_name`, we use it for the main library, and tags for other compatible libraries. The recommended way to deal...