You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File: llmebench/datasets/OSACT4SubtaskB.py
Line: 44
If we take the first two as text and label, the labels are ["HS", "NOT_HS", "OFF", "NOT_OFF"]. The "OFF" and "NOT_OFF" labels are for subtaskA.
the line 44 would be:
text, _, label = line.split("\t")
The text was updated successfully, but these errors were encountered:
File: llmebench/datasets/OSACT4SubtaskB.py
Line: 44
If we take the first two as text and label, the labels are ["HS", "NOT_HS", "OFF", "NOT_OFF"]. The "OFF" and "NOT_OFF" labels are for subtaskA.
the line 44 would be:
The text was updated successfully, but these errors were encountered: