DunnBC22 commited on
Commit
9118bf8
·
1 Parent(s): f34034e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -14,6 +14,7 @@ metrics:
14
  - f1
15
  - precision
16
  - recall
 
17
  pipeline_tag: token-classification
18
  ---
19
 
@@ -35,15 +36,15 @@ It achieves the following results on the evaluation set:
35
 
36
  ## Model description
37
 
38
- More information needed
39
 
40
  ## Intended uses & limitations
41
 
42
- More information needed
43
 
44
  ## Training and evaluation data
45
 
46
- More information needed
47
 
48
  ## Training procedure
49
 
 
14
  - f1
15
  - precision
16
  - recall
17
+ - seqeval
18
  pipeline_tag: token-classification
19
  ---
20
 
 
36
 
37
  ## Model description
38
 
39
+ 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-%20Roberta-Base%20Transformer.ipynb
40
 
41
  ## Intended uses & limitations
42
 
43
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
44
 
45
  ## Training and evaluation data
46
 
47
+ Dataset Source: https://huggingface.co/datasets/Babelscape/wikineural
48
 
49
  ## Training procedure
50