eduardem commited on
Commit
f13284d
1 Parent(s): 08a8df8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: openrail
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
  ---
4
+
5
+ # European Languages Multipurpose Dataset for NER
6
+
7
+ ## Introduction
8
+
9
+ This is a multipurpose dataset that includes names, proper nouns, and acronyms from various European languages. It is designed to be particularly useful for Named Entity Recognition (NER) tasks.
10
+
11
+ ## Language Composition
12
+
13
+ The dataset predominantly features data in English, followed by Spanish, French, and Romanian.
14
+
15
+ ## Objective
16
+
17
+ The primary aim of this dataset is to further fine-tune base BERT or RoBERTa models for tasks related to Named Entity Recognition (NER).
18
+
19
+ ## Dataset Content
20
+
21
+ - **Names**: Includes first names, last names, and full names.
22
+ - **Proper Nouns**: Includes names of places, organizations, etc.
23
+ - **Acronyms**: Includes acronyms commonly used in the featured languages.
24
+
25
+ ## Usage
26
+
27
+ This dataset can be used to:
28
+ - Fine-tune BERT or RoBERTa models for NER tasks
29
+ - Evaluate the effectiveness of different fine-tuning techniques on NER
30
+ - Conduct multilingual NER research
31
+
32
+ ## Contributing
33
+
34
+ If you have suggestions for improving or expanding the dataset, please feel free to open an issue or submit a pull request.
35
+