Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Azeri-Turkish-BERT-NER
|
2 |
|
3 |
## Model Description
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- az
|
4 |
+
- tr
|
5 |
+
thumbnail: "URL_to_thumbnail_image" # Replace with an actual URL or remove this line if unavailable
|
6 |
+
tags:
|
7 |
+
- NER
|
8 |
+
- token-classification
|
9 |
+
- Azerbaijani
|
10 |
+
- Turkish
|
11 |
+
- transformers
|
12 |
+
license: "mit" # Adjust to the correct license you wish to use
|
13 |
+
datasets:
|
14 |
+
- LocalDoc/azerbaijani-ner-dataset
|
15 |
+
metrics:
|
16 |
+
- precision
|
17 |
+
- recall
|
18 |
+
- f1
|
19 |
+
base_model: "akdeniz27/bert-base-turkish-cased-ner"
|
20 |
+
pipeline_tag: "token-classification"
|
21 |
+
---
|
22 |
+
|
23 |
# Azeri-Turkish-BERT-NER
|
24 |
|
25 |
## Model Description
|