Spaces:
Sleeping
Sleeping
Commit
·
cfb3ccc
1
Parent(s):
9f6700d
Add case to output
Browse files- process.py +1 -0
process.py
CHANGED
|
@@ -38,6 +38,7 @@ def process(*args):
|
|
| 38 |
# "text": text,
|
| 39 |
"score": row["score"],
|
| 40 |
"student_id": row["student_id"],
|
|
|
|
| 41 |
"entities": [
|
| 42 |
{
|
| 43 |
"entity": x["entity_group"],
|
|
|
|
| 38 |
# "text": text,
|
| 39 |
"score": row["score"],
|
| 40 |
"student_id": row["student_id"],
|
| 41 |
+
"case": row["case"],
|
| 42 |
"entities": [
|
| 43 |
{
|
| 44 |
"entity": x["entity_group"],
|