DunnBC22 commited on
Commit
d630adf
·
1 Parent(s): 5dbc2ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -14,10 +14,11 @@ metrics:
14
  - f1
15
  - recall
16
  - precision
 
17
  pipeline_tag: token-classification
18
  ---
19
 
20
- # xlnet-base-cased-finetuned-WikiCorpus-PoS
21
 
22
  This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased).
23
 
@@ -34,15 +35,15 @@ It achieves the following results on the evaluation set:
34
 
35
  ## Model description
36
 
37
- More information needed
38
 
39
  ## Intended uses & limitations
40
 
41
- More information needed
42
 
43
  ## Training and evaluation data
44
 
45
- More information needed
46
 
47
  ## Training procedure
48
 
 
14
  - f1
15
  - recall
16
  - precision
17
+ - seqeval
18
  pipeline_tag: token-classification
19
  ---
20
 
21
+ # xlnet-base-cased-finetuned-WikiNeural-PoS
22
 
23
  This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased).
24
 
 
35
 
36
  ## Model description
37
 
38
+ 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-%20XLNet%20Transformer.ipynb
39
 
40
  ## Intended uses & limitations
41
 
42
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
43
 
44
  ## Training and evaluation data
45
 
46
+ Dataset Source: https://huggingface.co/datasets/Babelscape/wikineural
47
 
48
  ## Training procedure
49