mdarhri00 commited on
Commit
fcb5cb7
1 Parent(s): 89ac68a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: token-classification
3
+ ---
4
+ # Model Card for Model ID
5
+
6
+ <!-- Provide a quick summary of what the model is/does. -->
7
+
8
+ The NER model developed using BERT is designed to recognize named entities in text for multiple languages, including Arabic, French, and English. It is adaptable to new labels, allowing users to extend its capabilities beyond the initial set of 10 predefined labels. which are: 'Person_Name', 'Brand_vehicule', 'Model_vehicule', 'Organization_Name', 'location', 'phone_number', 'IBAN', 'credit_card', 'date_time', 'email', 'Identification_Number'
9
+ ## Model Details
10
+
11
+ ### Model Description
12
+
13
+ <!-- Provide a longer summary of what this model is. -->
14
+
15
+
16
+
17
+ - **Developed by:** yahya mdarhri
18
+ - **Model type:** TOKEN CLASSIFICATION
19
+ - **Language(s) (NLP):** PYTHON
20
+ - **License:** OPEN SOURCE
21
+ - **Finetuned from model [optional]:** bert-base-multilingual-cased
22
+
23
+
24
+
25
+ ## Uses
26
+
27
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
28
+ Named Entity Recognition (NER): The primary purpose of this model is to perform Named Entity Recognition (NER) in text data. It identifies and categorizes entities such as names of people, organizations, locations, dates, and more.
29
+ Multilingual Support: The model is designed to support multiple languages, including Arabic, French, and English. It can be used by NLP practitioners, researchers, and developers working with text data in these languages.
30
+ Adaptability: Users can adapt the model to recognize new entity labels by providing labeled training data for the desired categories. This feature makes it versatile for various NER tasks.
31
+
32
+
33
+
34
+
35
+ ## Bias, Risks, and Limitations
36
+
37
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
38
+
39
+ Bias and Fairness: Users and affected parties should be aware of potential biases in entity recognition, especially when it comes to personal names or other sensitive categories. Efforts should be made to minimize bias and ensure fairness in entity recognition.
40
+
41
+ Privacy: The model should be used responsibly to protect the privacy of individuals and organizations. When handling personally identifiable information (PII), data protection laws and privacy guidelines should be followed.
42
+
43
+ Transparency: Transparency in how the model operates, including its training data and evaluation metrics, is crucial to build trust with users and affected parties.
44
+
45
+ User Consent: If the model is used in applications where user data is processed, obtaining informed consent from users for data processing is essential.
46
+
47
+
48
+
49
+
50
+ ## Model Card Authors [optional]
51
+
52
+ yahya mdarhri
53
+
54
+ ## Model Card Contact
55
+
56
+ yahyamdarhri00@gmail.com
57
+
58
+
59
+