Update README.md
Browse files
README.md
CHANGED
@@ -30,16 +30,17 @@ pipeline_tag: text-classification
|
|
30 |
|
31 |
Aspect-Based Sentiment Analysis (ABSA) için ince ayar yapılmış bir GPT-2 modelidir. Model, giyim ürünlerine ait "aspectler" hakkında yapılan yorumların duygu analizini gerçekleştirmek için eğitilmiştir.
|
32 |
|
33 |
-
- **Temel Alınan Model:** [openai-community/gpt2]
|
34 |
-
- **Eğitildiği Veri Kümesi:** [ebrukilic/ytu-araproje-absa-7400]
|
35 |
-
- **Duygu Sınıfları:**
|
36 |
-
- **Dil:**
|
37 |
|
38 |
-
- **Developed by:** [ebrukilic]
|
39 |
-
- **Language(s) (NLP):**
|
40 |
-
- **
|
|
|
41 |
|
42 |
-
##
|
43 |
|
44 |
```
|
45 |
from transformers import GPT2Tokenizer, GPT2ForSequenceClassification
|
|
|
30 |
|
31 |
Aspect-Based Sentiment Analysis (ABSA) için ince ayar yapılmış bir GPT-2 modelidir. Model, giyim ürünlerine ait "aspectler" hakkında yapılan yorumların duygu analizini gerçekleştirmek için eğitilmiştir.
|
32 |
|
33 |
+
- **Temel Alınan Model:** [[openai-community/gpt2](https://huggingface.co/openai-community/gpt2)]
|
34 |
+
- **Eğitildiği Veri Kümesi:** [[ebrukilic/ytu-araproje-absa-7400](ebrukilic/ytu-araproje-absa-7400)]
|
35 |
+
- **Duygu Sınıfları:** negatif: 0, nötr: 1, pozitif: 2
|
36 |
+
- **Dil:** Türkçe
|
37 |
|
38 |
+
- **Developed by:** [[ebru kılıç](https://huggingface.co/ebrukilic)]
|
39 |
+
- **Language(s) (NLP):** Turkish
|
40 |
+
- **Sentiment Classes:** negative: 0, neutral: 1, positive: 2
|
41 |
+
- **Finetuned from model [optional]:** [[openai-community/gpt2](https://huggingface.co/openai-community/gpt2)]
|
42 |
|
43 |
+
## Modeli Nasıl Kullanabiliriz?
|
44 |
|
45 |
```
|
46 |
from transformers import GPT2Tokenizer, GPT2ForSequenceClassification
|