Spaces:
Runtime error
Runtime error
Alexander Seifert
commited on
Commit
·
856b4a8
1
Parent(s):
c81dba7
improve docs
Browse files- html/index.md +2 -0
html/index.md
CHANGED
@@ -86,6 +86,8 @@ Apart from a (token-based) dataframe view, there's also an HTML representation o
|
|
86 |
|
87 |
Every predicted entity (every token, really) gets a black border. The text color signifies the predicted label, with the first token of a sequence of token also showing the label's icon. If (and only if) the prediction is wrong, a small little box after the entity (token) contains the correct target class, with a background color corresponding to that class.
|
88 |
|
|
|
|
|
89 |
|
90 |
### Random Samples
|
91 |
|
|
|
86 |
|
87 |
Every predicted entity (every token, really) gets a black border. The text color signifies the predicted label, with the first token of a sequence of token also showing the label's icon. If (and only if) the prediction is wrong, a small little box after the entity (token) contains the correct target class, with a background color corresponding to that class.
|
88 |
|
89 |
+
For short texts, the dataframe view can be sufficient, but for longer texts the HTML view tends to be more useful.
|
90 |
+
|
91 |
|
92 |
### Random Samples
|
93 |
|