yusufalt46 commited on
Commit
6f9e9bd
·
verified ·
1 Parent(s): f6342f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -7,6 +7,10 @@ language:
7
  - tr
8
  base_model:
9
  - dbmdz/bert-base-turkish-cased
 
 
 
 
10
  ---
11
 
12
  ### Model Description
@@ -106,6 +110,4 @@ outputs = model(**inputs)
106
  pred = torch.argmax(outputs.logits, dim=-1)
107
  print(pred.item()) # 1: Positive, 0: Negative
108
 
109
- Yusuf Altunbaş, bert-turkish-sentiment-analysis, Hugging Face Model Hub, 2025
110
-
111
-
 
7
  - tr
8
  base_model:
9
  - dbmdz/bert-base-turkish-cased
10
+ tags:
11
+ - text
12
+ - turkish
13
+ - bert
14
  ---
15
 
16
  ### Model Description
 
110
  pred = torch.argmax(outputs.logits, dim=-1)
111
  print(pred.item()) # 1: Positive, 0: Negative
112
 
113
+ Yusuf Altunbaş, bert-turkish-sentiment-analysis, Hugging Face Model Hub, 2025