v0.0.10: Merging huggingface_hub
with api-inference-community
and hub interfaces
v0.0.10 Signs the merging of three components of the HuggingFace stack: the huggingface_hub
repository is now the central platform to contribute new libraries to be supported on the hub.
It regroups three previously separated components:
- The
huggingface_hub
Python library, as the Python library to download, upload, and retrieve information from the hub. - The
api-inference-community
, as the platform where libraries wishing for hub support may be added. - The
interfaces
, as the definition for pipeline types as well as default widget inputs and definitions/UI elements for third-party libraries.
Future efforts will be focused on further easing contributing third-party libraries to the Hugging Face Hub
Improvement & Fixes
- Add typing extensions to conda yaml file #49 (@LysandreJik)
- Alignment on modelcard metadata specification #39 (@LysandreJik)
- Bring interfaces from
widgets-server
#50 (@julien-c) - Sentence similarity default widget and pipeline type #52 (@osanseviero)
- [interfaces] Expose configuration options for external libraries #51 (@julien-c)
- Adding
api-inference-community
tohuggingface_hub
. #48 (@Narsil) - Add TensorFlowTTS as library + code snippet #55 (@osanseviero)
- Add protobuf as a dependency to handle tokenizers that require it: #58 (@Narsil)
- Update validation for NLP tasks #59 (@osanseviero)
- spaCy code snippet and language tag #57 (@osanseviero)
- SpaCy fixes #60 (@osanseviero)
- Allow changing repo visibility programmatically #61 (@osanseviero)
- Add Adapter Transformers snippet #62 (@osanseviero)
- Change order in spaCy snippet #66 (@osanseviero)
- Add validation to check all rows in table question answering have same length #67 (@osanseviero)
- added question-answering part for Bengali language #68 (@sagorbrur)
- Add spaCy to inference API #63 (@osanseviero)
- AllenNLP library tag + code snippet #72 (@osanseviero)
- Fix AllenNLP QA example #80 (@epwalsh)
- do not crash even if this config isn't set #81 (@julien-c)
- Mark model config as optional #83 (@Pierrci)
- Add repr() to ModelFile and RepoObj #75 (@lewtun)
- Refactor create_repo #84 (@SBrandeis)