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
Upload nextera fine-tune
Browse files- meta.json +4 -4
- model.joblib +1 -1
meta.json
CHANGED
|
@@ -5,13 +5,13 @@
|
|
| 5 |
"tool_use"
|
| 6 |
],
|
| 7 |
"embedding_dim": 768,
|
| 8 |
-
"n_training_examples":
|
| 9 |
"label_distribution": {
|
| 10 |
-
"rag_query":
|
| 11 |
-
"direct_answer":
|
| 12 |
"tool_use": 831
|
| 13 |
},
|
| 14 |
-
"cv_accuracy_mean": 0.
|
| 15 |
"holdout_accuracy": 1.0,
|
| 16 |
"n_holdout_examples": 36,
|
| 17 |
"max_iter": 1000
|
|
|
|
| 5 |
"tool_use"
|
| 6 |
],
|
| 7 |
"embedding_dim": 768,
|
| 8 |
+
"n_training_examples": 2110,
|
| 9 |
"label_distribution": {
|
| 10 |
+
"rag_query": 710,
|
| 11 |
+
"direct_answer": 569,
|
| 12 |
"tool_use": 831
|
| 13 |
},
|
| 14 |
+
"cv_accuracy_mean": 0.9345971563981041,
|
| 15 |
"holdout_accuracy": 1.0,
|
| 16 |
"n_holdout_examples": 36,
|
| 17 |
"max_iter": 1000
|
model.joblib
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 19439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0970e91b2e7e3f56dcabb341cf196f9c1d599df7338d6a41b0880169e913273
|
| 3 |
size 19439
|