fix: fixed qwen3 check to check first if service.getModelName() is defined b3e6f6c nicolasfwyss commited on Dec 4, 2025
fix: now the csv parsing ignores comma delimiters if they are inside quotes, to ensure all context is parsed correctly 1901675 Philip Kehl commited on Dec 3, 2025
feat: changed maxTokens for cloud and on-device from 500 to 50 72519d5 Philip Kehl commited on Dec 2, 2025
Merge branch 'main' of github.com:fabianHueni/UNIBE_MSGAI_HS25_Project 6b11ecf Philip Kehl commited on Dec 2, 2025
feat: added stripping method for thinking tokens, increased maxNewTokens to 500, set enableThinking to false in onDeviceService e05ac95 Philip Kehl commited on Dec 2, 2025
feat: wait until all items of experiment are run to download stats, split downloads in stats and raw data fe2aa13 fhueni commited on Dec 1, 2025
feat: add option to specify model quantization in on device model selection 383a122 fhueni commited on Nov 29, 2025
Merge branch 'main' of https://github.com/fabianHueni/UNIBE_MSGAI_HS25_Project 8f96daa Nicolas Wyss commited on Nov 27, 2025
feat: added a button to start experiments with 1000 requests 7937989 Nicolas Wyss commited on Nov 27, 2025
feat: add queues for on device and cloud processing to measure queue time 94662d5 fhueni commited on Nov 27, 2025
feat: track queueing time, inference time, and total latency separately. the timestamp for start inference should be taken somewhere else ebf4772 Philip Kehl commited on Nov 27, 2025
Merge branch 'main' of https://github.com/fabianHueni/UNIBE_MSGAI_HS25_Project b06cf72 Nicolas Wyss commited on Nov 26, 2025
fix: changed the prompt to include the passage/context as well and moved the full prompt to scheduler.js file e4a0d67 Nicolas Wyss commited on Nov 26, 2025
fix: correct shown device stats and add message template to on device service 8b3b676 fhueni commited on Nov 24, 2025
feat: optimize console logging and fix import of transfromer.js library 7a38188 fhueni commited on Nov 22, 2025
feat: implement OpenRouter as cloud model provider, optimize UI, fix some issues 9674cf0 fhueni commited on Nov 17, 2025
feat: model download progress bar and added metrics f1WordLevel, Rouge1, TotalTokens, TokensPerSecond b1ed689 Philip Kehl commited on Nov 17, 2025
feat: add dataset, adjust scheduler to run full dataset, implement statistic download, add model load button 5c8fb6b fhueni commited on Nov 11, 2025