DunnBC22 commited on
Commit
2ecfbff
1 Parent(s): b2d01dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -13,6 +13,7 @@ metrics:
13
  - f1
14
  - recall
15
  - precision
 
16
  pipeline_tag: token-classification
17
  ---
18
 
@@ -33,15 +34,15 @@ It achieves the following results on the evaluation set:
33
 
34
  ## Model description
35
 
36
- More information needed
37
 
38
  ## Intended uses & limitations
39
 
40
- More information needed
41
 
42
  ## Training and evaluation data
43
 
44
- More information needed
45
 
46
  ## Training procedure
47
 
 
13
  - f1
14
  - recall
15
  - precision
16
+ - seqeval
17
  pipeline_tag: token-classification
18
  ---
19
 
 
34
 
35
  ## Model description
36
 
37
+ For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Token%20Classification/Monolingual/WikiNeural%20-%20Transformer%20Comparison/POS%20Project%20with%20Wikineural%20Dataset%20-%20I-BERT%20Transformer.ipynb
38
 
39
  ## Intended uses & limitations
40
 
41
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
42
 
43
  ## Training and evaluation data
44
 
45
+ Dataset Source: https://huggingface.co/datasets/Babelscape/wikineural
46
 
47
  ## Training procedure
48