Che237 commited on
Commit
bc0700e
·
verified ·
1 Parent(s): 8cf513a

Upload notebooks/notebook_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. notebooks/notebook_config.json +13 -13
notebooks/notebook_config.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
- "datasets_dir": "../datasets",
3
- "hf_token": "",
4
- "hf_repo": "Che237/cyberforge-models",
5
- "hf_datasets_repo": "Che237/cyberforge-datasets",
6
- "hf_space": "Che237/cyberforge",
7
- "gemini_api_key": "AIzaSyA3HdWTLk_zJQ5P9G8Z8a8BEYSTPvLglhs",
8
- "webscraper_api_key": "sk-fd14eaa7bceb478db7afc7256e514d2b",
9
- "webscraper_api_url": "http://webscrapper.live/api/scrape",
10
- "backend_url": "http://localhost:8000",
11
- "ml_service_url": "http://localhost:8001",
12
- "confidence_threshold": 0.7,
13
- "max_inference_time_ms": 100,
14
- "version": "1.0.0"
15
  }
 
1
  {
2
+ "datasets_dir": "../datasets",
3
+ "models_dir": "../models",
4
+ "artifacts_dir": "../artifacts",
5
+ "hf_repo": "Che237/cyberforge-models",
6
+ "hf_datasets_repo": "Che237/cyberforge-datasets",
7
+ "hf_space": "Che237/cyberforge",
8
+ "gemini_api_key": "AIzaSyA3HdWTLk_zJQ5P9G8Z8a8BEYSTPvLglhs",
9
+ "gemini_model": "gemini-2.5-flash",
10
+ "webscraper_api_key": "sk-fd14eaa7bceb478db7afc7256e514d2b",
11
+ "webscraper_api_url": "http://webscrapper.live/api/scrape",
12
+ "random_state": 42,
13
+ "test_size": 0.2,
14
+ "cv_folds": 5
15
  }