Upload 5 files
Browse files- README.md +7 -4
- config.json +10 -2
- examples.json +0 -0
- model.safetensors +2 -2
- optimization_stats.json +0 -0
README.md
CHANGED
@@ -16,14 +16,17 @@ You can install it with `pip install adaptive-classifier`.
|
|
16 |
## Model Details
|
17 |
|
18 |
- Base Model: distilbert-base-uncased
|
19 |
-
- Number of Classes:
|
20 |
-
- Total Examples:
|
21 |
- Embedding Dimension: 768
|
22 |
|
23 |
## Class Distribution
|
24 |
|
25 |
```
|
26 |
-
|
|
|
|
|
|
|
27 |
```
|
28 |
|
29 |
## Usage
|
@@ -47,7 +50,7 @@ classifier.add_examples(texts, labels)
|
|
47 |
|
48 |
## Training Details
|
49 |
|
50 |
-
- Training Steps:
|
51 |
- Examples per Class: See distribution above
|
52 |
- Prototype Memory: Active
|
53 |
- Neural Adaptation: Active
|
|
|
16 |
## Model Details
|
17 |
|
18 |
- Base Model: distilbert-base-uncased
|
19 |
+
- Number of Classes: 4
|
20 |
+
- Total Examples: 60
|
21 |
- Embedding Dimension: 768
|
22 |
|
23 |
## Class Distribution
|
24 |
|
25 |
```
|
26 |
+
T0.0_P1.0_PP0.0_FP0.0: 18 examples (30.0%)
|
27 |
+
T0.7_P1.0_PP0.0_FP0.0: 22 examples (36.7%)
|
28 |
+
T1.0_P0.1_PP0.0_FP0.0: 1 examples (1.7%)
|
29 |
+
T1.0_P1.0_PP0.0_FP0.0: 19 examples (31.7%)
|
30 |
```
|
31 |
|
32 |
## Usage
|
|
|
50 |
|
51 |
## Training Details
|
52 |
|
53 |
+
- Training Steps: 51
|
54 |
- Examples per Class: See distribution above
|
55 |
- Prototype Memory: Active
|
56 |
- Neural Adaptation: Active
|
config.json
CHANGED
@@ -21,11 +21,19 @@
|
|
21 |
},
|
22 |
"embedding_dim": 768,
|
23 |
"id_to_label": {
|
24 |
-
"0": "FOCUSED"
|
|
|
|
|
|
|
|
|
25 |
},
|
26 |
"label_to_id": {
|
|
|
|
|
|
|
|
|
27 |
"FOCUSED": 0
|
28 |
},
|
29 |
"model_name": "distilbert-base-uncased",
|
30 |
-
"train_steps":
|
31 |
}
|
|
|
21 |
},
|
22 |
"embedding_dim": 768,
|
23 |
"id_to_label": {
|
24 |
+
"0": "FOCUSED",
|
25 |
+
"1": "BALANCED",
|
26 |
+
"2": "CREATIVE",
|
27 |
+
"3": "DETERMINISTIC",
|
28 |
+
"4": "EXPERIMENTAL"
|
29 |
},
|
30 |
"label_to_id": {
|
31 |
+
"BALANCED": 1,
|
32 |
+
"CREATIVE": 2,
|
33 |
+
"DETERMINISTIC": 3,
|
34 |
+
"EXPERIMENTAL": 4,
|
35 |
"FOCUSED": 0
|
36 |
},
|
37 |
"model_name": "distilbert-base-uncased",
|
38 |
+
"train_steps": 125
|
39 |
}
|
examples.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a16aa8b90178b851513b5c8e51d16e38dc3e9293a2c327568c98a60d575ed4ae
|
3 |
+
size 3567604
|
optimization_stats.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|