Retrained with adaptive-classifier v0.0.17 (k parameter fix)
Browse files- README.md +6 -6
- config.json +8 -1
- examples.json +0 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,17 +17,17 @@ You can install it with `pip install adaptive-classifier`.
|
|
17 |
|
18 |
- Base Model: answerdotai/ModernBERT-base
|
19 |
- Number of Classes: 5
|
20 |
-
- Total Examples:
|
21 |
- Embedding Dimension: 768
|
22 |
|
23 |
## Class Distribution
|
24 |
|
25 |
```
|
26 |
-
gdpr:
|
27 |
-
hipaa:
|
28 |
-
other:
|
29 |
-
pci:
|
30 |
-
sox:
|
31 |
```
|
32 |
|
33 |
## Usage
|
|
|
17 |
|
18 |
- Base Model: answerdotai/ModernBERT-base
|
19 |
- Number of Classes: 5
|
20 |
+
- Total Examples: 25
|
21 |
- Embedding Dimension: 768
|
22 |
|
23 |
## Class Distribution
|
24 |
|
25 |
```
|
26 |
+
gdpr: 5 examples (20.0%)
|
27 |
+
hipaa: 5 examples (20.0%)
|
28 |
+
other: 5 examples (20.0%)
|
29 |
+
pci: 5 examples (20.0%)
|
30 |
+
sox: 5 examples (20.0%)
|
31 |
```
|
32 |
|
33 |
## Usage
|
config.json
CHANGED
@@ -46,5 +46,12 @@
|
|
46 |
"sox": 4
|
47 |
},
|
48 |
"model_name": "answerdotai/ModernBERT-base",
|
49 |
-
"train_steps": 13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
}
|
|
|
46 |
"sox": 4
|
47 |
},
|
48 |
"model_name": "answerdotai/ModernBERT-base",
|
49 |
+
"train_steps": 13,
|
50 |
+
"training_history": {
|
51 |
+
"gdpr": 100,
|
52 |
+
"hipaa": 100,
|
53 |
+
"other": 100,
|
54 |
+
"pci": 100,
|
55 |
+
"sox": 100
|
56 |
+
}
|
57 |
}
|
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 3567580
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bfc0373be4884b2bf63e2faf88325d9c718b66887140d6c47ca9bb5964a2c4e
|
3 |
size 3567580
|