NBoukachab commited on
Commit
ebd2cc3
•
1 Parent(s): 4dbb356

Change spacy version

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. meta.json +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ language:
13
 
14
  ## Model description
15
  ​
16
- The model has been trained using the Spacy v2 library on the HOME-nacr document annotations. The model is compatible with version 2.3.5 of Spacy and incompatible with versions 3.x.x.
17
 
18
  ## Evaluation results
19
 
@@ -29,7 +29,7 @@ Spacy Home Multilingual:
29
 
30
  ## How to use
31
 
32
- Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.5/) to use this model.
33
 
34
  # Cite us!
35
  ​
 
13
 
14
  ## Model description
15
  ​
16
+ The model has been trained using the Spacy v2 library on the HOME-nacr document annotations. The model is compatible with version 2.3.2 of Spacy and incompatible with versions 3.x.x.
17
 
18
  ## Evaluation results
19
 
 
29
 
30
  ## How to use
31
 
32
+ Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.2/) to use this model.
33
 
34
  # Cite us!
35
  ​
meta.json CHANGED
@@ -3,7 +3,7 @@
3
  "pipeline":[
4
  "ner"
5
  ],
6
- "spacy_version":">=2.3.2",
7
  "speed":{
8
  "nwords":22118,
9
  "cpu":14078.2482701708,
 
3
  "pipeline":[
4
  "ner"
5
  ],
6
+ "spacy_version":">=2.3.2<3.0",
7
  "speed":{
8
  "nwords":22118,
9
  "cpu":14078.2482701708,