nickprock commited on
Commit
08ff102
·
1 Parent(s): ceefef2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -34,6 +34,11 @@ model-index:
34
  - name: Accuracy
35
  type: accuracy
36
  value: 0.9754933764288157
 
 
 
 
 
37
  language:
38
  - en
39
  ---
@@ -53,15 +58,15 @@ It achieves the following results on the evaluation set:
53
 
54
  ## Model description
55
 
56
- More information needed
57
 
58
  ## Intended uses & limitations
59
 
60
- More information needed
61
 
62
  ## Training and evaluation data
63
 
64
- More information needed
65
 
66
  ## Training procedure
67
 
 
34
  - name: Accuracy
35
  type: accuracy
36
  value: 0.9754933764288157
37
+ widget:
38
+ - text: 'Hi! I am jack. I live in California and I work for Apple '
39
+ example_title: Example 1
40
+ - text: 'Thi book is amazing! I bought it on Amazon for 4$. '
41
+ example_title: Example 2
42
  language:
43
  - en
44
  ---
 
58
 
59
  ## Model description
60
 
61
+ Token classification experiment, NER, on business topics.
62
 
63
  ## Intended uses & limitations
64
 
65
+ The model can be used on token classification, in particular NER. It is fine tuned on business topic.
66
 
67
  ## Training and evaluation data
68
 
69
+ The dataset used is [ontonotes5](https://huggingface.co/datasets/tner/ontonotes5)
70
 
71
  ## Training procedure
72