philipp-zettl
commited on
Update README.md
Browse files
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
|
85 |
```shell
|
86 |
-
pip install https://huggingface.co/philipp-zettl/xx_eb_ner/resolve/
|
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:
|