Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xlr8harder/speechmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adding a new model

  1. Scrape the new model with the us_hard dataset and analyze the results with the LLM compliance tools repo.
  2. Ensure ./analysis is symlinked to the llm-compliance checkout analysis subdir.
  3. Add model metadata to model_metadata.json (one JSON object per line).
  4. Install deps (first time): python3 -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt.
  5. Generate the site: python3 preprocess.py.
  6. View locally: python3 -m http.server -d . 8000 then open http://localhost:8000/.
  7. Commit and push. Deployment happens automatically.

Build outputs

  • Runtime JSON (tracked):
    • data/metadata-core.json
    • data/model-domain-summary.json
  • Build-only artifacts (not tracked; stored in cache):
    • /.cache/question-theme-summary/
    • /.cache/model-themes/
    • /.cache/theme_details/

Rebuild options

  • Full build from analysis + metadata: python3 preprocess.py
  • Static-only rebuild from cache artifacts: python3 preprocess.py --static-only

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages