Sengil commited on
Commit
a1f7265
·
verified ·
1 Parent(s): 2724daf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -16,6 +16,24 @@ datasets:
16
  - Sengil/Turkish-ABSA-Wsynthetic
17
  ---
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  # Aspect Based Sentiment Analysis with Turkish 🇹🇷 Data
20
 
21
  <!-- Provide a quick summary of what the model is/does. -->
 
16
  - Sengil/Turkish-ABSA-Wsynthetic
17
  ---
18
 
19
+ ```python
20
+ {
21
+ "inputs": {
22
+ "text": "Tatlılar gayet başarılı. Ancak fiyatlar bence yüksek.",
23
+ "aspect": "fiyatlar"
24
+ }
25
+ }
26
+
27
+ ---
28
+
29
+ #### 4. **Hugging Face Model Kartını Güncelleme**
30
+ Yaptığınız güncellemeleri Hugging Face'e yüklemek için şu komutları çalıştırın:
31
+
32
+ ```bash
33
+ git add README.md
34
+ git commit -m "Added task type and widget examples"
35
+ git push
36
+
37
  # Aspect Based Sentiment Analysis with Turkish 🇹🇷 Data
38
 
39
  <!-- Provide a quick summary of what the model is/does. -->