Releases: explosion/spacy-huggingface-hub
Releases · explosion/spacy-huggingface-hub
v0.0.10
- Make the
model-index
metadata in the model card optional (which is derived from the spaCy pipeline performance
metadata).
v0.0.9
- Extend
huggingface_hub
support to newest release
- Extend
typer
support to v0.7.x
v0.0.8
- Extend
wasabi
support to v1.1.
v0.0.7
- Update to use new
huggingface_hub
v0.8 API without local git repos
v0.0.6
- Add
pos
, lemma
, and morph
accuracies
- Update metric names and types
- Fix typo in reported score for LAS (LAS not UAS)
v0.0.4
- Update
model-index
format to match new metrics spec.
- Fix upload for wheels downloaded from the hub.
v0.0.3
- Fix
.whl
file extraction on Windows.
- Make sure to track binary
model
weights with LFS.
v0.0.2
- Improve error handling.
- Fix
model-index
format.