Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
librarian-bots
/
dataset-language-detection-api
like
4
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
davanstrien
HF staff
commited on
3 days ago
Commit
c3b53aa
·
verified
·
1 Parent(s):
6245e44
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-0
main.py
CHANGED
Viewed
@@ -51,6 +51,7 @@ TARGET_COLUMN_NAMES = {
51
"query",
52
"chosen",
53
"rejected",
54
}
55
56
51
"query",
52
"chosen",
53
"rejected",
54
+
"question"
55
}
56
57