IsmatS commited on
Commit
f366db4
Β·
1 Parent(s): c2a1ac0

docs: replace unsupported mermaid mindmap/xychart with markdown tables

Browse files
Files changed (1) hide show
  1. README.md +17 -36
README.md CHANGED
@@ -158,35 +158,17 @@ sequenceDiagram
158
 
159
  ### πŸ“Š Supported Entity Types (25 Categories)
160
 
161
- ```mermaid
162
- mindmap
163
- root((NER Categories))
164
- Person
165
- Location
166
- Organization
167
- Government
168
- Date
169
- Time
170
- Money
171
- Percentage
172
- Facility
173
- Product
174
- Event
175
- Art
176
- Law
177
- Language
178
- Position
179
- Nationality
180
- Disease
181
- Contact
182
- Quantity
183
- Project
184
- Cardinal
185
- Ordinal
186
- Proverb
187
- Miscellaneous
188
- Other
189
- ```
190
 
191
  ### πŸ“ˆ Dataset Information
192
  - **Source:** [Azerbaijani NER Dataset](https://huggingface.co/datasets/LocalDoc/azerbaijani-ner-dataset)
@@ -197,13 +179,12 @@ mindmap
197
 
198
  ## πŸ“Š Model Performance Comparison
199
 
200
- ```mermaid
201
- xychart-beta
202
- title "Model Performance Comparison (F1-Score)"
203
- x-axis [mBERT, XLM-RoBERTa, XLM-RoBERTa-Large, Azeri-Turkish-BERT]
204
- y-axis "F1-Score (%)" 65 --> 80
205
- bar [67.70, 75.22, 75.48, 73.55]
206
- ```
207
 
208
  ## πŸ“ˆ Detailed Performance Metrics
209
 
 
158
 
159
  ### πŸ“Š Supported Entity Types (25 Categories)
160
 
161
+ | Category | Category | Category |
162
+ |----------|----------|----------|
163
+ | Person | Government | Law |
164
+ | Location | Date | Language |
165
+ | Organization | Time | Position |
166
+ | Facility | Money | Nationality |
167
+ | Product | Percentage | Disease |
168
+ | Event | Contact | Quantity |
169
+ | Art | Project | Cardinal |
170
+ | Proverb | Ordinal | Miscellaneous |
171
+ | Other | | |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
 
173
  ### πŸ“ˆ Dataset Information
174
  - **Source:** [Azerbaijani NER Dataset](https://huggingface.co/datasets/LocalDoc/azerbaijani-ner-dataset)
 
179
 
180
  ## πŸ“Š Model Performance Comparison
181
 
182
+ | Model | F1-Score |
183
+ |-------|----------|
184
+ | mBERT | 67.70% |
185
+ | XLM-RoBERTa Base | 75.22% |
186
+ | XLM-RoBERTa Large | **75.48%** |
187
+ | Azeri-Turkish-BERT | 73.55% |
 
188
 
189
  ## πŸ“ˆ Detailed Performance Metrics
190