ZachBeesley commited on
Commit
49f3d4b
1 Parent(s): 8467a4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -2,9 +2,12 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_keras_callback
 
5
  model-index:
6
  - name: ZachBeesley/bert-finetuned-ner
7
  results: []
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
@@ -20,7 +23,7 @@ It achieves the following results on the evaluation set:
20
 
21
  ## Model description
22
 
23
- More information needed
24
 
25
  ## Intended uses & limitations
26
 
@@ -50,4 +53,4 @@ The following hyperparameters were used during training:
50
  - Transformers 4.30.2
51
  - TensorFlow 2.12.0
52
  - Datasets 2.13.1
53
- - Tokenizers 0.13.3
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_keras_callback
5
+ - token-classification
6
  model-index:
7
  - name: ZachBeesley/bert-finetuned-ner
8
  results: []
9
+ language:
10
+ - en
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
23
 
24
  ## Model description
25
 
26
+ Token-classification model that identifies people, organizations, and locations in text.
27
 
28
  ## Intended uses & limitations
29
 
 
53
  - Transformers 4.30.2
54
  - TensorFlow 2.12.0
55
  - Datasets 2.13.1
56
+ - Tokenizers 0.13.3