Marzu39 commited on
Commit
db05d35
·
verified ·
1 Parent(s): 8e764f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -17,14 +17,8 @@ https://huggingface.co/datasets/maydogan/TRSAv1
17
 
18
  TRSAv1 (Turkish Sentiment Analysis Version 1) Dataset This data set has been produced to contribute to Turkish NLP studies. The dataset consists of a total of 150 thousand samples, 50 thousand negative, 50 thousand positive and 50 thousand neutral. It can be used in text classification and sentiment analysis studies by citing the related study.
19
 
20
- # Model Description
21
 
22
- This model is a fine-tune model of https://github.com/stefan-it/turkish-bert by using text classification data where there are 3 categories as follows
23
- ```python
24
- "Positive" : LABEL_2
25
- "Notr" : LABEL_0
26
- "Negative" : LABEL_1
27
- ```
28
  # Load model directly
29
 
30
  ```python
 
17
 
18
  TRSAv1 (Turkish Sentiment Analysis Version 1) Dataset This data set has been produced to contribute to Turkish NLP studies. The dataset consists of a total of 150 thousand samples, 50 thousand negative, 50 thousand positive and 50 thousand neutral. It can be used in text classification and sentiment analysis studies by citing the related study.
19
 
 
20
 
21
+
 
 
 
 
 
22
  # Load model directly
23
 
24
  ```python