Retrained with adaptive-classifier v0.0.17 (k parameter fix)
Browse files- README.md +5 -5
- config.json +7 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,16 +17,16 @@ You can install it with `pip install adaptive-classifier`.
|
|
17 |
|
18 |
- Base Model: answerdotai/ModernBERT-base
|
19 |
- Number of Classes: 4
|
20 |
-
- Total Examples:
|
21 |
- Embedding Dimension: 768
|
22 |
|
23 |
## Class Distribution
|
24 |
|
25 |
```
|
26 |
-
english:
|
27 |
-
french:
|
28 |
-
other:
|
29 |
-
spanish:
|
30 |
```
|
31 |
|
32 |
## Usage
|
|
|
17 |
|
18 |
- Base Model: answerdotai/ModernBERT-base
|
19 |
- Number of Classes: 4
|
20 |
+
- Total Examples: 20
|
21 |
- Embedding Dimension: 768
|
22 |
|
23 |
## Class Distribution
|
24 |
|
25 |
```
|
26 |
+
english: 5 examples (25.0%)
|
27 |
+
french: 5 examples (25.0%)
|
28 |
+
other: 5 examples (25.0%)
|
29 |
+
spanish: 5 examples (25.0%)
|
30 |
```
|
31 |
|
32 |
## Usage
|
config.json
CHANGED
@@ -44,5 +44,11 @@
|
|
44 |
"spanish": 3
|
45 |
},
|
46 |
"model_name": "answerdotai/ModernBERT-base",
|
47 |
-
"train_steps": 11
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
}
|
|
|
44 |
"spanish": 3
|
45 |
},
|
46 |
"model_name": "answerdotai/ModernBERT-base",
|
47 |
+
"train_steps": 11,
|
48 |
+
"training_history": {
|
49 |
+
"english": 100,
|
50 |
+
"french": 100,
|
51 |
+
"other": 100,
|
52 |
+
"spanish": 100
|
53 |
+
}
|
54 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3562896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dcc15fa9cea1dc04c4140eaa0ca5db22472ef53dc6ca5dad13b79a615de9b41
|
3 |
size 3562896
|