Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
k4d3
/
toolkit
like
3
Safetensors
License:
wtfpl
Model card
Files
Files and versions
Community
a27670f
toolkit
/
verify_tags.py
k4d3
Update num_classes in JTP2Processor to 18166 for alignment with state_dict
c28cd7a
30 days ago
raw
Copy download link
history
blame
Safe
156 Bytes
import
json
with
open
(
"/home/kade/source/repos/JTP2/tags.json"
,
"r"
, encoding=
"utf-8"
)
as
f:
tags = json.load(f)
print
(
f"Number of tags:
{
len
(tags)}
"
)