-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add emotion analysis, release version 1.2
- Loading branch information
1 parent
06e0be1
commit 01ba1da
Showing
133 changed files
with
18,580 additions
and
7,146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
option = { | ||
xAxis: { | ||
type: 'category', | ||
axisLabel: { | ||
interval: 0, | ||
rotate: 30 | ||
}, | ||
data: ['bahdanau','BERT','bidirectional','entity-network', | ||
'fast-text','fast-text-char','hierarchical','luong', | ||
'multinomial','xgb'] | ||
}, | ||
yAxis: { | ||
type: 'value', | ||
min:0.73, | ||
max:0.81 | ||
}, | ||
backgroundColor:'rgb(252,252,252)', | ||
series: [{ | ||
data: [0.79,0.77,0.80,0.76,0.77,0.75,0.80,0.79,0.75,0.79], | ||
type: 'bar', | ||
label: { | ||
normal: { | ||
show: true, | ||
position: 'top' | ||
} | ||
}, | ||
}] | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
option = { | ||
xAxis: { | ||
type: 'category', | ||
axisLabel: { | ||
interval: 0, | ||
rotate: 30 | ||
}, | ||
data: ['bahdanau','BERT','bidirectional','entity-network', | ||
'fast-text','fast-text-char','hierarchical','luong', | ||
'multinomial','xgb'] | ||
}, | ||
yAxis: { | ||
type: 'value', | ||
min:0.65, | ||
max:0.75 | ||
}, | ||
backgroundColor:'rgb(252,252,252)', | ||
series: [{ | ||
data: [0.67,0.69,0.67,0.71,0.73,0.71,0.67,0.66,0.73,0.69], | ||
type: 'bar', | ||
label: { | ||
normal: { | ||
show: true, | ||
position: 'top' | ||
} | ||
}, | ||
}] | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
option = { | ||
xAxis: { | ||
type: 'category', | ||
axisLabel: { | ||
interval: 0, | ||
rotate: 30 | ||
}, | ||
data: ['bahdanau','BERT','bidirectional','entity-network', | ||
'fast-text','fast-text-char','hierarchical','luong', | ||
'multinomial','xgb'] | ||
}, | ||
yAxis: { | ||
type: 'value', | ||
min:0.81, | ||
max:0.9 | ||
}, | ||
backgroundColor:'rgb(252,252,252)', | ||
series: [{ | ||
data: [0.83,0.84,0.85,0.88,0.89,0.88,0.84,0.82,0.89,0.85], | ||
type: 'bar', | ||
label: { | ||
normal: { | ||
show: true, | ||
position: 'top' | ||
} | ||
}, | ||
}] | ||
}; |
Empty file.
1 change: 1 addition & 0 deletions
1
docs/<MagicMock name='mock.home()' id='4471680920'>/Malaya/version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0 |
Empty file.
1 change: 1 addition & 0 deletions
1
docs/<MagicMock name='mock.home()' id='4519654400'>/Malaya/version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Models accuracy | ||
==================== | ||
Models Accuracy | ||
============================ | ||
|
||
.. include:: models-accuracy.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.