pushing model RandomForestClassifier with camember base embeddings
Browse files- README.md +114 -0
- config.json +19 -0
- confusion_matrix.png +0 -0
- skops-4dusypwz.pkl +3 -0
README.md
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: sklearn
|
4 |
+
tags:
|
5 |
+
- sklearn
|
6 |
+
- skops
|
7 |
+
- text-classification
|
8 |
+
model_format: pickle
|
9 |
+
model_file: skops-4dusypwz.pkl
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model description
|
13 |
+
|
14 |
+
This is a `RandomForestClassifier` model trained on JeVeuxAider dataset. As input, the model takes text embeddings encoded with camembert-base (768 tokens)
|
15 |
+
|
16 |
+
## Intended uses & limitations
|
17 |
+
|
18 |
+
This model is not ready to be used in production.
|
19 |
+
|
20 |
+
## Training Procedure
|
21 |
+
|
22 |
+
### Hyperparameters
|
23 |
+
|
24 |
+
The model is trained with below hyperparameters.
|
25 |
+
|
26 |
+
<details>
|
27 |
+
<summary> Click to expand </summary>
|
28 |
+
|
29 |
+
| Hyperparameter | Value |
|
30 |
+
|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
|
31 |
+
| memory | |
|
32 |
+
| steps | [('scaler', StandardScaler()), ('pca', PCA(n_components=374)), ('rfc', RandomForestClassifier(class_weight='balanced', random_state=42))] |
|
33 |
+
| verbose | False |
|
34 |
+
| scaler | StandardScaler() |
|
35 |
+
| pca | PCA(n_components=374) |
|
36 |
+
| rfc | RandomForestClassifier(class_weight='balanced', random_state=42) |
|
37 |
+
| scaler__copy | True |
|
38 |
+
| scaler__with_mean | True |
|
39 |
+
| scaler__with_std | True |
|
40 |
+
| pca__copy | True |
|
41 |
+
| pca__iterated_power | auto |
|
42 |
+
| pca__n_components | 374 |
|
43 |
+
| pca__n_oversamples | 10 |
|
44 |
+
| pca__power_iteration_normalizer | auto |
|
45 |
+
| pca__random_state | |
|
46 |
+
| pca__svd_solver | auto |
|
47 |
+
| pca__tol | 0.0 |
|
48 |
+
| pca__whiten | False |
|
49 |
+
| rfc__bootstrap | True |
|
50 |
+
| rfc__ccp_alpha | 0.0 |
|
51 |
+
| rfc__class_weight | balanced |
|
52 |
+
| rfc__criterion | gini |
|
53 |
+
| rfc__max_depth | |
|
54 |
+
| rfc__max_features | sqrt |
|
55 |
+
| rfc__max_leaf_nodes | |
|
56 |
+
| rfc__max_samples | |
|
57 |
+
| rfc__min_impurity_decrease | 0.0 |
|
58 |
+
| rfc__min_samples_leaf | 1 |
|
59 |
+
| rfc__min_samples_split | 2 |
|
60 |
+
| rfc__min_weight_fraction_leaf | 0.0 |
|
61 |
+
| rfc__n_estimators | 100 |
|
62 |
+
| rfc__n_jobs | |
|
63 |
+
| rfc__oob_score | False |
|
64 |
+
| rfc__random_state | 42 |
|
65 |
+
| rfc__verbose | 0 |
|
66 |
+
| rfc__warm_start | False |
|
67 |
+
|
68 |
+
</details>
|
69 |
+
|
70 |
+
### Model Plot
|
71 |
+
|
72 |
+
The model plot is below.
|
73 |
+
|
74 |
+
<style>#sk-container-id-2 {color: black;background-color: white;}#sk-container-id-2 pre{padding: 0;}#sk-container-id-2 div.sk-toggleable {background-color: white;}#sk-container-id-2 label.sk-toggleable__label {cursor: pointer;display: block;width: 100%;margin-bottom: 0;padding: 0.3em;box-sizing: border-box;text-align: center;}#sk-container-id-2 label.sk-toggleable__label-arrow:before {content: "▸";float: left;margin-right: 0.25em;color: #696969;}#sk-container-id-2 label.sk-toggleable__label-arrow:hover:before {color: black;}#sk-container-id-2 div.sk-estimator:hover label.sk-toggleable__label-arrow:before {color: black;}#sk-container-id-2 div.sk-toggleable__content {max-height: 0;max-width: 0;overflow: hidden;text-align: left;background-color: #f0f8ff;}#sk-container-id-2 div.sk-toggleable__content pre {margin: 0.2em;color: black;border-radius: 0.25em;background-color: #f0f8ff;}#sk-container-id-2 input.sk-toggleable__control:checked~div.sk-toggleable__content {max-height: 200px;max-width: 100%;overflow: auto;}#sk-container-id-2 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {content: "▾";}#sk-container-id-2 div.sk-estimator input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-2 div.sk-label input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-2 input.sk-hidden--visually {border: 0;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}#sk-container-id-2 div.sk-estimator {font-family: monospace;background-color: #f0f8ff;border: 1px dotted black;border-radius: 0.25em;box-sizing: border-box;margin-bottom: 0.5em;}#sk-container-id-2 div.sk-estimator:hover {background-color: #d4ebff;}#sk-container-id-2 div.sk-parallel-item::after {content: "";width: 100%;border-bottom: 1px solid gray;flex-grow: 1;}#sk-container-id-2 div.sk-label:hover label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-2 div.sk-serial::before {content: "";position: absolute;border-left: 1px solid gray;box-sizing: border-box;top: 0;bottom: 0;left: 50%;z-index: 0;}#sk-container-id-2 div.sk-serial {display: flex;flex-direction: column;align-items: center;background-color: white;padding-right: 0.2em;padding-left: 0.2em;position: relative;}#sk-container-id-2 div.sk-item {position: relative;z-index: 1;}#sk-container-id-2 div.sk-parallel {display: flex;align-items: stretch;justify-content: center;background-color: white;position: relative;}#sk-container-id-2 div.sk-item::before, #sk-container-id-2 div.sk-parallel-item::before {content: "";position: absolute;border-left: 1px solid gray;box-sizing: border-box;top: 0;bottom: 0;left: 50%;z-index: -1;}#sk-container-id-2 div.sk-parallel-item {display: flex;flex-direction: column;z-index: 1;position: relative;background-color: white;}#sk-container-id-2 div.sk-parallel-item:first-child::after {align-self: flex-end;width: 50%;}#sk-container-id-2 div.sk-parallel-item:last-child::after {align-self: flex-start;width: 50%;}#sk-container-id-2 div.sk-parallel-item:only-child::after {width: 0;}#sk-container-id-2 div.sk-dashed-wrapped {border: 1px dashed gray;margin: 0 0.4em 0.5em 0.4em;box-sizing: border-box;padding-bottom: 0.4em;background-color: white;}#sk-container-id-2 div.sk-label label {font-family: monospace;font-weight: bold;display: inline-block;line-height: 1.2em;}#sk-container-id-2 div.sk-label-container {text-align: center;}#sk-container-id-2 div.sk-container {/* jupyter's `normalize.less` sets `[hidden] { display: none; }` but bootstrap.min.css set `[hidden] { display: none !important; }` so we also need the `!important` here to be able to override the default hidden behavior on the sphinx rendered scikit-learn.org. See: https://github.com/scikit-learn/scikit-learn/issues/21755 */display: inline-block !important;position: relative;}#sk-container-id-2 div.sk-text-repr-fallback {display: none;}</style><div id="sk-container-id-2" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>Pipeline(steps=[('scaler', StandardScaler()), ('pca', PCA(n_components=374)),('rfc',RandomForestClassifier(class_weight='balanced',random_state=42))])</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item sk-dashed-wrapped"><div class="sk-label-container"><div class="sk-label sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-5" type="checkbox" ><label for="sk-estimator-id-5" class="sk-toggleable__label sk-toggleable__label-arrow">Pipeline</label><div class="sk-toggleable__content"><pre>Pipeline(steps=[('scaler', StandardScaler()), ('pca', PCA(n_components=374)),('rfc',RandomForestClassifier(class_weight='balanced',random_state=42))])</pre></div></div></div><div class="sk-serial"><div class="sk-item"><div class="sk-estimator sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-6" type="checkbox" ><label for="sk-estimator-id-6" class="sk-toggleable__label sk-toggleable__label-arrow">StandardScaler</label><div class="sk-toggleable__content"><pre>StandardScaler()</pre></div></div></div><div class="sk-item"><div class="sk-estimator sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-7" type="checkbox" ><label for="sk-estimator-id-7" class="sk-toggleable__label sk-toggleable__label-arrow">PCA</label><div class="sk-toggleable__content"><pre>PCA(n_components=374)</pre></div></div></div><div class="sk-item"><div class="sk-estimator sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-8" type="checkbox" ><label for="sk-estimator-id-8" class="sk-toggleable__label sk-toggleable__label-arrow">RandomForestClassifier</label><div class="sk-toggleable__content"><pre>RandomForestClassifier(class_weight='balanced', random_state=42)</pre></div></div></div></div></div></div></div>
|
75 |
+
|
76 |
+
## Evaluation Results
|
77 |
+
|
78 |
+
You can find the details about evaluation process and the evaluation results.
|
79 |
+
|
80 |
+
| Metric | Value |
|
81 |
+
|----------|----------|
|
82 |
+
| accuracy | 0.962669 |
|
83 |
+
| f1 score | 0.945696 |
|
84 |
+
|
85 |
+
### Confusion Matrix
|
86 |
+
|
87 |
+

|
88 |
+
|
89 |
+
# How to Get Started with the Model
|
90 |
+
|
91 |
+
[More Information Needed]
|
92 |
+
|
93 |
+
# Model Card Authors
|
94 |
+
|
95 |
+
huynhdoo
|
96 |
+
|
97 |
+
# Model Card Contact
|
98 |
+
|
99 |
+
You can contact the model card authors through following channels:
|
100 |
+
[More Information Needed]
|
101 |
+
|
102 |
+
# Citation
|
103 |
+
|
104 |
+
**BibTeX**
|
105 |
+
|
106 |
+
```
|
107 |
+
@inproceedings{...,year={2023}}
|
108 |
+
```
|
109 |
+
|
110 |
+
# get_started_code
|
111 |
+
|
112 |
+
import pickle as pickle
|
113 |
+
with open(pkl_filename, 'rb') as file:
|
114 |
+
pipe = pickle.load(file)
|
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"sklearn": {
|
3 |
+
"environment": [
|
4 |
+
"scikit-learn=1.2.2"
|
5 |
+
],
|
6 |
+
"example_input": {
|
7 |
+
"data": [
|
8 |
+
"",
|
9 |
+
""
|
10 |
+
]
|
11 |
+
},
|
12 |
+
"model": {
|
13 |
+
"file": "skops-4dusypwz.pkl"
|
14 |
+
},
|
15 |
+
"model_format": "pickle",
|
16 |
+
"task": "text-classification",
|
17 |
+
"use_intelex": false
|
18 |
+
}
|
19 |
+
}
|
confusion_matrix.png
ADDED
![]() |
skops-4dusypwz.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:248df8a44469d4ec20a6bd4fd61560b2864e52e4fbf3192808dae871f45ca272
|
3 |
+
size 12861966
|