codelion commited on
Commit
b43de75
·
verified ·
1 Parent(s): 4df5e4f

Add email-priority

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. config.json +4 -4
  3. examples.json +0 -0
  4. 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: 241
21
  - Embedding Dimension: 768
22
 
23
  ## Class Distribution
24
 
25
  ```
26
- low: 80 examples (33.2%)
27
- normal: 80 examples (33.2%)
28
- urgent: 81 examples (33.6%)
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": "normal",
36
  "1": "urgent",
37
- "2": "low"
38
  },
39
  "label_to_id": {
40
- "low": 2,
41
- "normal": 0,
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:54398acd2990f86c75c36bed56d3fd9f6b7eae6c1f6e692640bf8dc2fb404e16
3
  size 3558196
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52c14fb2c51f328492dbf0a8faa81a2eea246f9312134975ac8d82681ba62b9c
3
  size 3558196