eduardem commited on
Commit
a4b8220
1 Parent(s): f8a2dd3

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
+ language:
4
+ - en
5
+ - es
6
+ - ro
7
+ - fr
8
  ---
9
+
10
+ # Fine-Tuned RoBERTa for Multilingual NER
11
+
12
+ ## Introduction
13
+
14
+ This model is a fine-tuned version of the RoBERTa base model, specialized for Named Entity Recognition (NER) tasks in English, Spanish, French, and Romanian.
15
+
16
+ ## Capabilities
17
+
18
+ The model is currently capable of recognizing:
19
+ - Common names in English, Spanish, French, and Romanian
20
+ - Most commonly used acronyms in these languages
21
+
22
+ ## Training Data
23
+
24
+ The model was fine-tuned using the [`ner_acro_combined`](https://huggingface.co/datasets/eduardem/ner_acro_combined) dataset.
25
+
26
+ ## Usage
27
+
28
+ This fine-tuned model is designed for:
29
+ - Performing NER tasks in multilingual contexts
30
+ - Identifying commonly used names and acronyms in the specified languages
31
+
32
+ ## Contributing
33
+
34
+ If you have suggestions for improvements or bug reports related to this model, please feel free to open an issue or submit a pull request.
35
+