yavuzkomecoglu
commited on
Commit
•
589941b
1
Parent(s):
cbe646c
updated readme
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# Example metadata to be added to a model card.
|
3 |
+
# Full model card template at https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md
|
4 |
+
language:
|
5 |
+
- tr
|
6 |
+
tags:
|
7 |
+
- text # Example: audio
|
8 |
+
- text-classification # Example: automatic-speech-recognition
|
9 |
+
- news-category-classification # Example: speech
|
10 |
+
metrics:
|
11 |
+
- accuracy # Example: wer. Use metric id from https://hf.co/metrics
|
12 |
+
- f1
|
13 |
+
- precision
|
14 |
+
- recall
|
15 |
+
|
16 |
+
# Optional. Add this if you want to encode your eval results in a structured way.
|
17 |
+
model-index:
|
18 |
+
- name: 0
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: text-classification # Required. Example: automatic-speech-recognition
|
22 |
+
name: News Category Classification # Optional. Example: Speech Recognition
|
23 |
+
|
24 |
+
----
|
25 |
+
## INTERPRESS TURKISH NEWS CATEGORY CLASSIFICATION MODEL - TEST - v0.1
|