Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface
/
data-measurements-tool
like
98
Build error
App
Files
Files
Community
6
6557527
data-measurements-tool
14 contributors
History:
22 commits
meg-huggingface
Missing a dependency; adding to requirements.txt
6557527
almost 3 years ago
.github
:construction_worker: update CI to rebase
almost 3 years ago
cache_dir
hate speech18 cache
almost 3 years ago
data_measurements
Begins modularizing so that each widget can be independently loaded without having a requirement on the ordering of load_or_preparing in app.py. This means that each function corresponding to a widget will check if the variables it depends on have been calculated yet. If not, it will call back to calculate them. Because of the messiness this causes with passing the use_cache variable around, I've now set use_cache as a global variable, set when the DatasetStatisticsCacheClass is initialized, and removed the use_cache arguments appearing in nearly every function.
almost 3 years ago
.gitattributes
Safe
1.58 kB
:construction_worker: add CI
almost 3 years ago
LICENSE
Safe
11.4 kB
Initial commit
over 3 years ago
README.md
Safe
1.16 kB
:bug: remove line added by CoPilot
almost 3 years ago
app.py
Safe
9.24 kB
Begins modularizing so that each widget can be independently loaded without having a requirement on the ordering of load_or_preparing in app.py. This means that each function corresponding to a widget will check if the variables it depends on have been calculated yet. If not, it will call back to calculate them. Because of the messiness this causes with passing the use_cache variable around, I've now set use_cache as a global variable, set when the DatasetStatisticsCacheClass is initialized, and removed the use_cache arguments appearing in nearly every function.
almost 3 years ago
requirements.txt
Safe
407 Bytes
Missing a dependency; adding to requirements.txt
almost 3 years ago