Varnikasiva commited on
Commit
053f2c4
·
verified ·
1 Parent(s): 5a49baa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -1,15 +1,18 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  tags:
3
- - spaCy
4
  - ner
5
- - named-entity-recognition
6
- - custom-model
7
- - transformer
8
- - spacy-pipeline
9
- license: mit
10
- language: en
11
- library_name: spacy
12
- pipeline_tag: ner
13
  ---
14
 
15
  # 🛰️ Spacika — Custom Named Entity Recognition Model
@@ -36,4 +39,4 @@ Created with precision and passion by **[Varnika](https://huggingface.co/Varnika
36
 
37
  ```bash
38
  pip install spacy
39
- python -m spacy download Varnikasiva/Spacika
 
1
  ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ pipeline_tag: token-classification
11
  tags:
 
12
  - ner
13
+ - spacika
14
+ - english
15
+ - token classification
 
 
 
 
 
16
  ---
17
 
18
  # 🛰️ Spacika — Custom Named Entity Recognition Model
 
39
 
40
  ```bash
41
  pip install spacy
42
+ python -m spacy download Varnikasiva/Spacika