Update README.md
Browse files
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. -->
|