christianweyer commited on
Commit
bed42ac
·
verified ·
1 Parent(s): 0960b3e

Genericise conference reference (remove SDD 2026 / AI Goes Local)

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -12,13 +12,12 @@ tags:
12
 
13
  # LogReg intent classifier (on top of EmbeddingGemma — Nextera demo)
14
 
15
- > ⚠️ **Conference demo weights — not production-ready.**
16
  >
17
- > This model accompanies the *AI Goes Local Why the Future of Intelligent
18
- > Software Runs On-Device* keynote at **SDD 2026 (London, 2026-05-12)**.
19
- > It is published as a reference for the fine-tuning patterns shown on stage,
20
- > **not** as a deployable artefact. No security audit, no SLA, pinned to the
21
- > talk's state.
22
  >
23
  > Source repository:
24
  > [thinktecture-labs/local-multi-model-agent-slm](https://github.com/thinktecture-labs/local-multi-model-agent-slm)
@@ -30,7 +29,7 @@ tags:
30
  ## What this is
31
 
32
  Fine-tune of [`google/embeddinggemma-300m (via fine-tuned embeddings)`](https://huggingface.co/thinktecture/embeddinggemma-300m-ft-nextera) for the demo's reference scenario
33
- ("Nextera" — a fully synthetic SaaS analytics product invented for the keynote).
34
 
35
  See [`finetune/MODEL_CARDS.md#LogReg`](https://github.com/thinktecture-labs/local-multi-model-agent-slm/blob/main/finetune/MODEL_CARDS.md#logreg)
36
  in the source repository for the full card — training data, hyperparameters,
 
12
 
13
  # LogReg intent classifier (on top of EmbeddingGemma — Nextera demo)
14
 
15
+ > ⚠️ **Conference talk demo — not production weights.**
16
  >
17
+ > This model accompanies a conference keynote on local on-device AI. It is
18
+ > published as a reference for the fine-tuning patterns shown on stage,
19
+ > **not** as a deployable artefact. No security audit, no SLA, pinned to
20
+ > the talk's state.
 
21
  >
22
  > Source repository:
23
  > [thinktecture-labs/local-multi-model-agent-slm](https://github.com/thinktecture-labs/local-multi-model-agent-slm)
 
29
  ## What this is
30
 
31
  Fine-tune of [`google/embeddinggemma-300m (via fine-tuned embeddings)`](https://huggingface.co/thinktecture/embeddinggemma-300m-ft-nextera) for the demo's reference scenario
32
+ ("Nextera" — a fully synthetic SaaS analytics product invented for the talk).
33
 
34
  See [`finetune/MODEL_CARDS.md#LogReg`](https://github.com/thinktecture-labs/local-multi-model-agent-slm/blob/main/finetune/MODEL_CARDS.md#logreg)
35
  in the source repository for the full card — training data, hyperparameters,