DunnBC22 commited on
Commit
41b48c6
1 Parent(s): 4671fad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -6,6 +6,10 @@ datasets:
6
  - twitter_pos_vcb
7
  metrics:
8
  - accuracy
 
 
 
 
9
  model-index:
10
  - name: bert-base-cased-finetuned-Stromberg_NLP_Twitter-PoS_v2
11
  results:
@@ -22,11 +26,11 @@ model-index:
22
  - name: Accuracy
23
  type: accuracy
24
  value: 0.9853480683735223
 
 
 
25
  ---
26
 
27
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
- should probably proofread and complete it, then remove this comment. -->
29
-
30
  # bert-base-cased-finetuned-Stromberg_NLP_Twitter-PoS_v2
31
 
32
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the twitter_pos_vcb dataset.
@@ -83,15 +87,15 @@ It achieves the following results on the evaluation set:
83
 
84
  ## Model description
85
 
86
- More information needed
87
 
88
  ## Intended uses & limitations
89
 
90
- More information needed
91
 
92
  ## Training and evaluation data
93
 
94
- More information needed
95
 
96
  ## Training procedure
97
 
@@ -119,4 +123,4 @@ The following hyperparameters were used during training:
119
  - Transformers 4.28.1
120
  - Pytorch 2.0.0
121
  - Datasets 2.11.0
122
- - Tokenizers 0.13.3
 
6
  - twitter_pos_vcb
7
  metrics:
8
  - accuracy
9
+ - poseval
10
+ - f1
11
+ - recall
12
+ - precision
13
  model-index:
14
  - name: bert-base-cased-finetuned-Stromberg_NLP_Twitter-PoS_v2
15
  results:
 
26
  - name: Accuracy
27
  type: accuracy
28
  value: 0.9853480683735223
29
+ language:
30
+ - en
31
+ pipeline_tag: token-classification
32
  ---
33
 
 
 
 
34
  # bert-base-cased-finetuned-Stromberg_NLP_Twitter-PoS_v2
35
 
36
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the twitter_pos_vcb dataset.
 
87
 
88
  ## Model description
89
 
90
+ For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Token%20Classification/Monolingual/StrombergNLP-Twitter_pos_vcb/NER%20Project%20Using%20StrombergNLP%20Twitter_pos_vcb%20Dataset%20with%20PosEval.ipynb.
91
 
92
  ## Intended uses & limitations
93
 
94
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
95
 
96
  ## Training and evaluation data
97
 
98
+ Dataset Source: https://huggingface.co/datasets/strombergnlp/twitter_pos_vcb
99
 
100
  ## Training procedure
101
 
 
123
  - Transformers 4.28.1
124
  - Pytorch 2.0.0
125
  - Datasets 2.11.0
126
+ - Tokenizers 0.13.3