Commit History

fix: sync batch size with sample size in gradio app
1659d98

cmboulanger commited on

fix: Increase timeout
4006797

cmboulanger commited on

feat: Add batch size configuration in api and frontends
b530e33

cmboulanger commited on

fix: Add rate limiter to Kisski connector
cfaba49

cmboulanger commited on

docs: Add evalutation results
f2c1075

cmboulanger commited on

feat: Support more providers
18a607c

cmboulanger commited on

feat: Add security against malicious clients
a1785f7

cmboulanger commited on

fix: Fix config files
0b7260e

cmboulanger commited on

docs: Add instructions on how to setup nginx, certbot and systemd configuration
469c0b0

cmboulanger commited on

feat: Add registry to support any kind of inference provider
f65b650

cmboulanger commited on

docs: Add link to HF demo
3fcdbbe

cmboulanger commited on

docs: Add clarifying text to gradio app
b22ae9b

cmboulanger commited on

perf: cache blbl schema at module load instead of rebuilding per request
4ba8656

cmboulanger commited on

docs/deps: update HF deployment guide, pin gradio>=6.9, document HF_TOKEN scope requirement
c99a48b

cmboulanger commited on

cleanup: remove spaces import and @spaces.GPU decorators (hardware changed to cpu-basic)
10dae35

cmboulanger commited on

fix: increase @spaces.GPU timeout to 300s to avoid GPU task abort on slow LLM calls
a395ade

cmboulanger commited on

fix: catch exceptions in do_evaluate to show error in UI instead of crashing ZeroGPU runtime
82b98f7

cmboulanger commited on

fix: add @spaces.GPU decorator to satisfy ZeroGPU spaces check; graceful fallback when spaces not installed
40d8c92

cmboulanger commited on

fix: explicitly set hardware: cpu-basic in Space metadata to suppress spaces.GPU check
3c798ff

cmboulanger commited on

fix: disable SSR mode in Gradio launch to prevent Node.js server crash on HF Spaces
01465bb

cmboulanger commited on

fix: remove local package install from requirements.txt (HF Spaces copies source directly)
abc28a1

cmboulanger commited on

fix: replace editable install (-e .) with plain . in requirements.txt for HF Spaces compatibility
0dcfc4c

cmboulanger commited on

feat: Add Gradio app for HF Spaces deployment
331a802

cmboulanger Claude Sonnet 4.6 commited on

docs: Add documentation on webservices and HF container
0790f18

cmboulanger commited on

feat: Add webservice for demonstration
c3f33b6

cmboulanger commited on

Add report for whole-dataset performance experiment
dd4de5c

cmboulanger commited on

Add timeout parameter
22d2534

cmboulanger commited on

Support batched requests
fe052dd

cmboulanger commited on

Fix schema, add docs on iterative workflow
07a3706

cmboulanger commited on

Revert split-author entries in gold and adapt global instructions
ea4c292

cmboulanger commited on

Add support for global rules
1f74af3

cmboulanger commited on

Add `--grep` and skill to iteratively improve TEI element descriptions
572de91

cmboulanger commited on

Add support for <surname> and <forename>
67ee576

cmboulanger commited on

Add disclaimer & license
aa409e0

cmboulanger commited on

Improve identifcation of `<label>`
6f53a80

cmboulanger commited on

Add human-readable output for comparison of gold and llm-annotation
c460c34

cmboulanger commited on

Add human-inspectable to evaluate-llm.py output via `--show-annotations`
406ca65

cmboulanger commited on

Fix issue with `&` character
c1a784e

cmboulanger commited on

Improve Gliner model loading
4be6457

cmboulanger commited on

Rename function to be more generic
194050b

cmboulanger commited on

Add detailed explanation
8a7ede1

cmboulanger commited on

Update .gitignore
42a1c0f

cmboulanger commited on

full implementation
37eaffd

cmboulanger commited on

Update implementation plan
790b4e5

cmboulanger commited on