Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
FirulAI
/
test_meters
like
0
Follow
FirulAIs
2
License:
apache-2.0
Dataset card
Files
Files and versions
xet
Community
LexFerrinson
commited on
Feb 2, 2024
Commit
541e1cb
·
verified
·
1 Parent(s):
ea0a91a
Update test.csv
Browse files
Files changed (1)
hide
show
test.csv
+2
-2
test.csv
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
id
: string
;ner_tag
: sequence
;token
: sequence
2
3
-
0;['0
;hola;qtsla
'];['hola']
4
1
+
id;ner_tag;token
2
3
+
0;['0'
,'1'
];['hola']
4