philipp-zettl commited on
Commit
f4ce594
·
verified ·
1 Parent(s): df062ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -81,9 +81,9 @@ pip install https://huggingface.co/philipp-zettl/xx_eb_ner/resolve/main/xx_eb_ne
81
  ```
82
 
83
  For specific versions, please use the commits provided in the [source repository](https://huggingface.co/philipp-zettl/xx_eb_ner).
84
- Example: version 0.1.0
85
  ```shell
86
- pip install https://huggingface.co/philipp-zettl/xx_eb_ner/resolve/c8585148cabcfd04feec0745c17b148a48933f45/xx_eb_ner-any-py3-none-any.whl
87
  ```
88
 
89
  After installing the model with it's dependencies, you can use it like any other SpaCy model:
 
81
  ```
82
 
83
  For specific versions, please use the commits provided in the [source repository](https://huggingface.co/philipp-zettl/xx_eb_ner).
84
+ Example: version v0.2.0
85
  ```shell
86
+ pip install https://huggingface.co/philipp-zettl/xx_eb_ner/resolve/v0.2.0/xx_eb_ner-any-py3-none-any.whl
87
  ```
88
 
89
  After installing the model with it's dependencies, you can use it like any other SpaCy model: