codelion commited on
Commit
0c2c8b2
·
verified ·
1 Parent(s): b43de75

Retrained with adaptive-classifier v0.0.17 (k parameter fix)

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. config.json +6 -1
  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: 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
 
17
 
18
  - Base Model: answerdotai/ModernBERT-base
19
  - Number of Classes: 3
20
+ - Total Examples: 15
21
  - Embedding Dimension: 768
22
 
23
  ## Class Distribution
24
 
25
  ```
26
+ low: 5 examples (33.3%)
27
+ normal: 5 examples (33.3%)
28
+ urgent: 5 examples (33.3%)
29
  ```
30
 
31
  ## Usage
config.json CHANGED
@@ -42,5 +42,10 @@
42
  "urgent": 1
43
  },
44
  "model_name": "answerdotai/ModernBERT-base",
45
- "train_steps": 8
 
 
 
 
 
46
  }
 
42
  "urgent": 1
43
  },
44
  "model_name": "answerdotai/ModernBERT-base",
45
+ "train_steps": 8,
46
+ "training_history": {
47
+ "low": 100,
48
+ "normal": 100,
49
+ "urgent": 100
50
+ }
51
  }
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:52c14fb2c51f328492dbf0a8faa81a2eea246f9312134975ac8d82681ba62b9c
3
  size 3558196
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5509349b79132483ad9d2febc5e719033eff36acc35fe2fc0e76bfa38c7f07
3
  size 3558196