multilabel_config
#1
by
florentgbelidji
HF Staff
- opened
No description provided.
florentgbelidji
changed pull request status to
open
Example:
| text | admiration | amusement | anger | annoyance | approval | caring | confusion | curiosity | desire | ... | love | nervousness | optimism | pride | realization | relief | remorse | sadness | surprise | neutral |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| I’m really sorry about your situation :( Altho... | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ... | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
| It's wonderful because it's awful. At not with. | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ... | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Kings fan here, good luck to you guys! Will be... | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ... | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
cc @lewtun
LGTM!
lewtun
changed pull request status to
merged