Update README.md
Browse files
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 |
-
|
37 |
|
38 |
## Intended uses & limitations
|
39 |
|
40 |
-
|
41 |
|
42 |
## Training and evaluation data
|
43 |
|
44 |
-
|
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 |
|