Seb00927 commited on
Commit
89ab453
1 Parent(s): 19304d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This is a BERT model fine-tuned for Named Entity Recognition (NER).
18
 
19
  # Model Description
20
 
21
- # Tra
22
 
23
  # Training
24
 
@@ -46,3 +46,6 @@ Made by:
46
  - Paul Rodrigo Rojas Guerrero
47
  - Jose Luis Hincapie Bucheli
48
  - Sebastián Idrobo Avirama
 
 
 
 
18
 
19
  # Model Description
20
 
21
+ This is a fine-tuned BERT model for Named Entity Recognition (NER) task using CONLL2002 dataset.
22
 
23
  # Training
24
 
 
46
  - Paul Rodrigo Rojas Guerrero
47
  - Jose Luis Hincapie Bucheli
48
  - Sebastián Idrobo Avirama
49
+
50
+ With help from:
51
+ - [Raúl Ernesto Gutiérrez](https://huggingface.co/raulgdp)