Yoruba
Kola9INE commited on
Commit
1d31a48
·
verified ·
1 Parent(s): 6baf0dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -68,8 +68,8 @@ These metrics were gotten using the `spacy evaluate` CLI
68
 
69
  ### USAGE:
70
  * Download with `pip install https://huggingface.co/Kola9INE/yordep/resolve/main/yo_yordep-0.1.0.tar.gz` into your virtual environment.
71
- * Import `spacy`.
72
- * Load model with `yor_nlp = spacy.load(yo_yordep)`
73
 
74
  ### CAVEAT!!!
75
  * This model was initialized in the following pipelines as displayed in the `Components` or `Default Pipelines`. It is not trained in the `lemmatizer` pipeline and therefore cannot lemmatize!
 
68
 
69
  ### USAGE:
70
  * Download with `pip install https://huggingface.co/Kola9INE/yordep/resolve/main/yo_yordep-0.1.0.tar.gz` into your virtual environment.
71
+ * `import spacy`.
72
+ * Load model with `yor_nlp = spacy.load("yo_yordep")`
73
 
74
  ### CAVEAT!!!
75
  * This model was initialized in the following pipelines as displayed in the `Components` or `Default Pipelines`. It is not trained in the `lemmatizer` pipeline and therefore cannot lemmatize!