Emma-Cap commited on
Commit
033a6f2
·
verified ·
1 Parent(s): 178f805

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - distilbert/distilbert-base-cased
7
+ ---
8
+
9
+ This model was developed by performing fine-tuning based on DistilBERT, with the goal of identifying Named Entity Recognition (NER) tags for each token present in a sentence.
10
+
11
+ The model was trained on a dataset of English-language tweets, optimizing it for understanding short, informal content typical of the Twitter platform. Through this fine-tuning, the model is able to identify named entities such as people, places, organizations, dates, and other types of structured information within unstructured text.