Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
bboldt
/
elcc
like
0
Size:
10M<n<100M
Tags:
Synthetic
emergent communication
linguistics
DOI:
doi:10.57967/hf/2533
License:
cc-by-4.0
Dataset card
Files
Files and versions
Community
main
elcc
/
website
/
next.config.mjs
bboldt
Initial public commit
a5f760c
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"export"
,
trailingSlash
:
true
,
};
export
default
nextConfig;