CrabInHoney commited on
Commit
5f1dddf
·
verified ·
1 Parent(s): 7d11e60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -26
README.md CHANGED
@@ -8,33 +8,32 @@ tags:
8
  - text-classification
9
  - tensorflow
10
  - russian
11
- library_name: tensorflow
12
  widget:
13
- - text: "Мне нравится этот фильм!"
14
- output:
15
- - label: POSITIVE
16
- score: 0.98
17
- - label: NEGATIVE
18
- score: 0.02
19
- - text: "Какой же ты идиот.."
20
- output:
21
- - label: POSITIVE
22
- score: 0.01
23
- - label: NEGATIVE
24
- score: 0.99
25
- - text: "Паша, купи уже TURMS"
26
- output:
27
- - label: POSITIVE
28
- score: 0.82
29
- - label: NEGATIVE
30
- score: 0.18
31
- - text: "Дp пошtл ты, идиот"
32
- output:
33
- - label: POSITIVE
34
- score: 0.01
35
- - label: NEGATIVE
36
- score: 0.99
37
-
38
  ---
39
  #### 1D-CNN-MC-toxicity-classifier-ru
40
  (One-Dimensional Convolutional Neural Network with Multi-Channel input)
 
8
  - text-classification
9
  - tensorflow
10
  - russian
11
+ library_name: tf-keras
12
  widget:
13
+ - text: Мне нравится этот фильм!
14
+ output:
15
+ - label: POSITIVE
16
+ score: 0.98
17
+ - label: NEGATIVE
18
+ score: 0.02
19
+ - text: Какой же ты идиот..
20
+ output:
21
+ - label: POSITIVE
22
+ score: 0.01
23
+ - label: NEGATIVE
24
+ score: 0.99
25
+ - text: Паша, купи уже TURMS
26
+ output:
27
+ - label: POSITIVE
28
+ score: 0.82
29
+ - label: NEGATIVE
30
+ score: 0.18
31
+ - text: Дp пошtл ты, идиот
32
+ output:
33
+ - label: POSITIVE
34
+ score: 0.01
35
+ - label: NEGATIVE
36
+ score: 0.99
 
37
  ---
38
  #### 1D-CNN-MC-toxicity-classifier-ru
39
  (One-Dimensional Convolutional Neural Network with Multi-Channel input)