Add support-ticket
Browse files- README.md +7 -8
- config.json +9 -11
- examples.json +0 -0
- model.safetensors +2 -2
README.md
CHANGED
@@ -16,18 +16,17 @@ You can install it with `pip install adaptive-classifier`.
|
|
16 |
## Model Details
|
17 |
|
18 |
- Base Model: answerdotai/ModernBERT-base
|
19 |
-
- Number of Classes:
|
20 |
-
- Total Examples:
|
21 |
- Embedding Dimension: 768
|
22 |
|
23 |
## Class Distribution
|
24 |
|
25 |
```
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
technical: 80 examples (20.0%)
|
31 |
```
|
32 |
|
33 |
## Usage
|
@@ -51,7 +50,7 @@ classifier.add_examples(texts, labels)
|
|
51 |
|
52 |
## Training Details
|
53 |
|
54 |
-
- Training Steps:
|
55 |
- Examples per Class: See distribution above
|
56 |
- Prototype Memory: Active
|
57 |
- Neural Adaptation: Active
|
|
|
16 |
## Model Details
|
17 |
|
18 |
- Base Model: answerdotai/ModernBERT-base
|
19 |
+
- Number of Classes: 4
|
20 |
+
- Total Examples: 326
|
21 |
- Embedding Dimension: 768
|
22 |
|
23 |
## Class Distribution
|
24 |
|
25 |
```
|
26 |
+
account: 81 examples (24.8%)
|
27 |
+
billing: 82 examples (25.2%)
|
28 |
+
general_inquiry: 81 examples (24.8%)
|
29 |
+
technical: 82 examples (25.2%)
|
|
|
30 |
```
|
31 |
|
32 |
## Usage
|
|
|
50 |
|
51 |
## Training Details
|
52 |
|
53 |
+
- Training Steps: 11
|
54 |
- Examples per Class: See distribution above
|
55 |
- Prototype Memory: Active
|
56 |
- Neural Adaptation: Active
|
config.json
CHANGED
@@ -32,19 +32,17 @@
|
|
32 |
},
|
33 |
"embedding_dim": 768,
|
34 |
"id_to_label": {
|
35 |
-
"0": "
|
36 |
-
"1": "
|
37 |
-
"2": "
|
38 |
-
"3": "
|
39 |
-
"4": "general_inquiry"
|
40 |
},
|
41 |
"label_to_id": {
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"technical": 3
|
47 |
},
|
48 |
"model_name": "answerdotai/ModernBERT-base",
|
49 |
-
"train_steps":
|
50 |
}
|
|
|
32 |
},
|
33 |
"embedding_dim": 768,
|
34 |
"id_to_label": {
|
35 |
+
"0": "general_inquiry",
|
36 |
+
"1": "technical",
|
37 |
+
"2": "account",
|
38 |
+
"3": "billing"
|
|
|
39 |
},
|
40 |
"label_to_id": {
|
41 |
+
"account": 2,
|
42 |
+
"billing": 3,
|
43 |
+
"general_inquiry": 0,
|
44 |
+
"technical": 1
|
|
|
45 |
},
|
46 |
"model_name": "answerdotai/ModernBERT-base",
|
47 |
+
"train_steps": 11
|
48 |
}
|
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:fe937deb8d29a77b542da4a9de77df783354768e9c185142b7be79e4ee93620d
|
3 |
+
size 3562912
|