Text Classification
Scikit-learn
Joblib
English
intent-classification
logistic-regression
conference-talk-demo
Instructions to use thinktecture/intent-logreg-nextera with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use thinktecture/intent-logreg-nextera with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("thinktecture/intent-logreg-nextera", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Genericise conference reference (remove SDD 2026 / AI Goes Local)
Browse files
README.md
CHANGED
|
@@ -12,13 +12,12 @@ tags:
|
|
| 12 |
|
| 13 |
# LogReg intent classifier (on top of EmbeddingGemma — Nextera demo)
|
| 14 |
|
| 15 |
-
> ⚠️ **Conference demo
|
| 16 |
>
|
| 17 |
-
> This model accompanies
|
| 18 |
-
>
|
| 19 |
-
>
|
| 20 |
-
>
|
| 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
|
| 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,
|