Add email-priority
Browse files- README.md +4 -4
- config.json +4 -4
- examples.json +0 -0
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -17,15 +17,15 @@ You can install it with `pip install adaptive-classifier`.
|
|
| 17 |
|
| 18 |
- Base Model: answerdotai/ModernBERT-base
|
| 19 |
- Number of Classes: 3
|
| 20 |
-
- Total Examples:
|
| 21 |
- Embedding Dimension: 768
|
| 22 |
|
| 23 |
## Class Distribution
|
| 24 |
|
| 25 |
```
|
| 26 |
-
low:
|
| 27 |
-
normal:
|
| 28 |
-
urgent:
|
| 29 |
```
|
| 30 |
|
| 31 |
## Usage
|
|
|
|
| 17 |
|
| 18 |
- Base Model: answerdotai/ModernBERT-base
|
| 19 |
- Number of Classes: 3
|
| 20 |
+
- Total Examples: 246
|
| 21 |
- Embedding Dimension: 768
|
| 22 |
|
| 23 |
## Class Distribution
|
| 24 |
|
| 25 |
```
|
| 26 |
+
low: 81 examples (32.9%)
|
| 27 |
+
normal: 82 examples (33.3%)
|
| 28 |
+
urgent: 83 examples (33.7%)
|
| 29 |
```
|
| 30 |
|
| 31 |
## Usage
|
config.json
CHANGED
|
@@ -32,13 +32,13 @@
|
|
| 32 |
},
|
| 33 |
"embedding_dim": 768,
|
| 34 |
"id_to_label": {
|
| 35 |
-
"0": "
|
| 36 |
"1": "urgent",
|
| 37 |
-
"2": "
|
| 38 |
},
|
| 39 |
"label_to_id": {
|
| 40 |
-
"low":
|
| 41 |
-
"normal":
|
| 42 |
"urgent": 1
|
| 43 |
},
|
| 44 |
"model_name": "answerdotai/ModernBERT-base",
|
|
|
|
| 32 |
},
|
| 33 |
"embedding_dim": 768,
|
| 34 |
"id_to_label": {
|
| 35 |
+
"0": "low",
|
| 36 |
"1": "urgent",
|
| 37 |
+
"2": "normal"
|
| 38 |
},
|
| 39 |
"label_to_id": {
|
| 40 |
+
"low": 0,
|
| 41 |
+
"normal": 2,
|
| 42 |
"urgent": 1
|
| 43 |
},
|
| 44 |
"model_name": "answerdotai/ModernBERT-base",
|
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 3558196
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52c14fb2c51f328492dbf0a8faa81a2eea246f9312134975ac8d82681ba62b9c
|
| 3 |
size 3558196
|