Commit
·
e44960e
1
Parent(s):
078f9b6
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A simple model trained on dialogues of characters in NBC series, `The Office`. The model can do a binary classification between `Michael Scott` and `Dwight Shrute`'s dialogues.
|
2 |
+
|
3 |
+
<style type="text/css">
|
4 |
+
.tg {border-collapse:collapse;border-spacing:0;}
|
5 |
+
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
|
6 |
+
overflow:hidden;padding:10px 5px;word-break:normal;}
|
7 |
+
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
|
8 |
+
font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
|
9 |
+
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top}
|
10 |
+
</style>
|
11 |
+
<table class="tg">
|
12 |
+
<thead>
|
13 |
+
<tr>
|
14 |
+
<th class="tg-c3ow" colspan="2">Label Definitions</th>
|
15 |
+
</tr>
|
16 |
+
</thead>
|
17 |
+
<tbody>
|
18 |
+
<tr>
|
19 |
+
<td class="tg-c3ow">Label 0</td>
|
20 |
+
<td class="tg-c3ow">Michael</td>
|
21 |
+
</tr>
|
22 |
+
<tr>
|
23 |
+
<td class="tg-c3ow">Label 1</td>
|
24 |
+
<td class="tg-c3ow">Dwight</td>
|
25 |
+
</tr>
|
26 |
+
</tbody>
|
27 |
+
</table>
|