Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
librarian-bots
/
dataset-language-detection-api
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
davanstrien
HF staff
commited on
Jan 23, 2024
Commit
d8d7b29
·
1 Parent(s):
253bbca
Add new column names to TARGET_COLUMN_NAMES
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -40,6 +40,8 @@ TARGET_COLUMN_NAMES = {
40
"response",
41
"context",
42
"query",
43
}
44
45
40
"response",
41
"context",
42
"query",
43
+
"chosen",
44
+
"rejected",
45
}
46
47