Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
introvoyz041
/
molmoda
like
0
Modalities:
Image
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
Polars
+ 1
License:
mit
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
molmoda
/
data
/
src
/
Store
/
StoreInterfaces.ts
introvoyz041
Migrated from GitHub
71174bc
verified
11 days ago
raw
Copy download link
history
blame
contribute
delete
86 Bytes
export
interface
NameValPair
{
name
:
string
;
val
:
any
;
module
?:
string
;
}