Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
gunnybd01
/
financial_reports_json
like
0
Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
Croissant
+ 1
Dataset card
Data Studio
Files
Files and versions
xet
Community
gunnybd01
commited on
Apr 16, 2025
Commit
3a6344c
·
verified
·
1 Parent(s):
ccdbe42
Upload data.json with huggingface_hub
Browse files
Files changed (1)
hide
show
data.json
+10
-0
data.json
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
{
2
+
"report": [
3
+
"Quarterly revenue increased",
4
+
"Stock fell by 10%"
5
+
],
6
+
"label": [
7
+
"positive",
8
+
"negative"
9
+
]
10
+
}