Omar Sanseviero
Omar Sanseviero
We can do something like this for using the API in JS cc @merveenoyan `npm install @huggingface/inference` ```js import { HfInferenceEndpoint } from '@huggingface/inference' const hf = new HfInferenceEndpoint('https://YOUR_ENDPOINT.endpoints.huggingface.cloud', 'hf_YOUR_TOKEN')...
Hi there! Are there plans to open source the models? There's an existing [FaceBook org](https://huggingface.co/facebook) at Hugging Face with over 300 models where the model could be hosted. The Hub...
Hi! Very cool work! It would be nice to have the model checkpoints on the [Hugging Face Hub](http://hf.co/models) rather than a Dropbox link Some of the benefits of sharing your...
Multiple images at https://huggingface.co/docs/hub/en/models-gated#customize-requested-information are broken in dark mode (work in light mode)
Section https://huggingface.co/docs/hub/model-cards#evaluation-results
I would like to start documenting good practices of model repos to add to our [documentation](https://huggingface.co/docs/hub/adding-a-model). Some come to mind rather quickly * One model per repo (avoid having multiple...
Couple of minor improvements in order of increasing complexity/maintainability. This is relatively low priority, but the first one should be really quick to do and will significantly help users. *...
Context: https://discuss.huggingface.co/t/spaces-based-on-gensim-model/14809/8 This requires changing the input validation of `text-classification` at https://github.com/huggingface/huggingface_hub/blob/main/api-inference-community/api_inference_community/validation.py#L185 cc @Narsil
Just dumping ideas here related to this repo cc @NielsRogge @nateraw - [x] Add link to projects spreadsheet - [x] Add important dates at https://github.com/huggingface/community-events/tree/main/huggan#important-dates - [x] I would suggest...