Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iai-group
/
CRSArena
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2dec2f2
CRSArena
/
data
/
redial
/
view.py
Nolwenn
Initial commit
b599481
7 months ago
raw
Copy download link
history
blame
Safe
120 Bytes
import
json
with
open
(
'item_ids.json'
, encoding=
'utf-8'
)
as
f:
item_ids = json.load(f)
print
(
len
(item_ids))