williamTLmiller commited on
Commit
1233b1b
·
verified ·
1 Parent(s): bf8909c

Add config.json — the default query file HF's download counter checks for repos without a recognized library_name

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "batterymhm",
3
+ "version": "1.0.0",
4
+ "task": "tabular-regression",
5
+ "license": "cc-by-nc-4.0",
6
+ "author": "William T. L. Miller",
7
+ "description": "The Miller Harmonic Method (MHM) — a harmonic-feature descriptor and ensemble architecture for battery state-of-health and materials formation-energy prediction. No trained weights distributed; method patent pending.",
8
+ "repository": "https://huggingface.co/williamTLmiller/batterymhm",
9
+ "package": {
10
+ "install": "pip install huggingface_hub && huggingface-cli download williamTLmiller/batterymhm --local-dir ./batterymhm",
11
+ "wheel": "batterymhm-1.0.0-py3-none-any.whl",
12
+ "sdist": "batterymhm-1.0.0.tar.gz"
13
+ }
14
+ }