Push model using huggingface_hub.
Browse files- README.md +2 -2
- config.json +2 -2
- examples.json +0 -0
- model.safetensors +2 -2
README.md
CHANGED
@@ -15,10 +15,10 @@ You can install it with `pip install adaptive-classifier`.
|
|
15 |
|
16 |
## Model Details
|
17 |
|
18 |
-
- Base Model:
|
19 |
- Number of Classes: 3
|
20 |
- Total Examples: 3
|
21 |
-
- Embedding Dimension:
|
22 |
|
23 |
## Class Distribution
|
24 |
|
|
|
15 |
|
16 |
## Model Details
|
17 |
|
18 |
+
- Base Model: BAAI/bge-small-en-v1.5
|
19 |
- Number of Classes: 3
|
20 |
- Total Examples: 3
|
21 |
+
- Embedding Dimension: 384
|
22 |
|
23 |
## Class Distribution
|
24 |
|
config.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
"strategic_training_frequency": 10,
|
31 |
"warmup_steps": 0
|
32 |
},
|
33 |
-
"embedding_dim":
|
34 |
"id_to_label": {
|
35 |
"0": "neutral",
|
36 |
"1": "positive",
|
@@ -41,6 +41,6 @@
|
|
41 |
"neutral": 0,
|
42 |
"positive": 1
|
43 |
},
|
44 |
-
"model_name": "
|
45 |
"train_steps": 1
|
46 |
}
|
|
|
30 |
"strategic_training_frequency": 10,
|
31 |
"warmup_steps": 0
|
32 |
},
|
33 |
+
"embedding_dim": 384,
|
34 |
"id_to_label": {
|
35 |
"0": "neutral",
|
36 |
"1": "positive",
|
|
|
41 |
"neutral": 0,
|
42 |
"positive": 1
|
43 |
},
|
44 |
+
"model_name": "BAAI/bge-small-en-v1.5",
|
45 |
"train_steps": 1
|
46 |
}
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a19b0d76f72d2a01a37e144968acffbcb90edd0e2c79eb31348bdb0f2138be0e
|
3 |
+
size 894764
|