io / artifacts

Commit History

Update artifacts/api-server/src/routes/model.ts
31313ad
verified

thagnitti commited on

Update artifacts/api-server/src/routes/model.ts
947ab8b
verified

thagnitti commited on

Update artifacts/api-server/src/routes/model.ts
0b5115f
verified

thagnitti commited on

Update artifacts/api-server/src/routes/model.ts
cf5e536
verified

thagnitti commited on

Update artifacts/api-server/src/routes/model.ts
96794f8
verified

thagnitti commited on

Update artifacts/api-server/src/routes/search.ts
4212256
verified

thagnitti commited on

feat: model answers from own knowledge first, web results expand after (parallel execution)
a79cc83
verified

thagnitti commited on

perf+fix: drop runPythonScore call (saves 5-12s), keep source-weight+relevance scoring, penalise news language for general answers
4a17383
verified

thagnitti commited on

feat: Jaccard semantic deduplication — filters near-duplicate facts across Wikipedia/DuckDuckGo/Wikidata
53ae79c
verified

thagnitti commited on

fix: strong sentence quality filter (citation artifacts, fragments, meta-language) + combined perplexity+relevance ranking
050bf3a
verified

thagnitti commited on

fix: modelDriveAnswer uses distilgpt2 only for scoring, returns real web sentences — no hallucination
e2c140a
verified

thagnitti commited on

fix: QA prompt format (Context/Q/A) so distilgpt2 answers instead of hallucinating
73e0ac3
verified

thagnitti commited on

fix: modelDriveAnswer no longer times out — nSamples 1, maxTokens 50/40, pool 20, coherence 0.05
e04deb7
verified

thagnitti commited on

feat: migrate HST Crystalline v8 search engine to io (200+ sources, distilgpt2 refinement)
f22896b
verified

thagnitti commited on

fix: match Colab Cell 10 params + extend CPU timeouts to 8 min
80c4b37
verified

thagnitti commited on

cleanup: strip dead code (web-scraping, fine-tuning, scoring)
9b2f353
verified

thagnitti commited on

perf: greedy decoding (temp=0.1), 60 tokens — fit within CPU budget, no more timeouts
6b0e0f3
verified

thagnitti commited on

feat: AI-only mode — remove all web search, model answers every query directly
c9ff16e
verified

thagnitti commited on

feat: replace logo with new io_logo.png
25ff8a6
verified

thagnitti commited on

perf: greedy decoding + inference_mode for coherent fast answers on CIF path
8ca39a4
verified

thagnitti commited on

fix: ThreadingHTTPServer so health checks never block during inference + all CPU threads for generation
94c87ce
verified

thagnitti commited on

fix: increase inference timeout 30s->180s, reduce nSamples 3->1 and maxTokens 400->100 for CPU feasibility
47ceb69
verified

thagnitti commited on

fix: complete model server HTTP handler, remove duplicate daemon, extend health timeout to 900s
93b88f0
verified

thagnitti commited on

Update artifacts/api-server/src/index.ts
0368fa5
verified

thagnitti commited on

Update artifacts/api-server/src/index.ts
6d51cf2
verified

thagnitti commited on

fix: extend daemon health-probe timeout 90s→300s for 515MB model download+load
bf78de1
verified

thagnitti commited on

fix: remove circular isCheckpointReady() guard from startModelDaemon — daemon now self-starts
836bf7d
verified

thagnitti commited on

fix: aiScore ReferenceError — declare variables before if/else block
cb9df6f
verified

thagnitti commited on

feat: AI/Search % badge, search-conditioned model, daemon self-fetches checkpoint via hf_hub_download
34cc9fe
verified

thagnitti commited on

search-guided model: fetch first, condition model on results, maxTokens=400, usedModel flag
62de457
verified

thagnitti commited on

model-first: generate tokens directly, web search for grounding only
2f7211a
verified

thagnitti commited on

Revert "Io HST Search Engine — initial HuggingFace Space"
f6f27af

Ilix M commited on

Fix: remove broken getCodeIntro ref, restore working code template flow
67b5700
verified

thagnitti commited on

Io HST Search Engine — initial HuggingFace Space
6a9b3d7
verified

thagnitti commited on

Io HST Search Engine — initial HuggingFace Space
877a676
verified

thagnitti commited on

Io HST Search Engine — initial HuggingFace Space
32b70a7
verified

thagnitti commited on