jilangdi commited on
Commit
7d96b04
·
verified ·
1 Parent(s): 3c8f72f

Push model using huggingface_hub.

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. examples.json +0 -0
  4. 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: bert-base-uncased
19
  - Number of Classes: 3
20
  - Total Examples: 3
21
- - Embedding Dimension: 768
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": 768,
34
  "id_to_label": {
35
  "0": "neutral",
36
  "1": "positive",
@@ -41,6 +41,6 @@
41
  "neutral": 0,
42
  "positive": 1
43
  },
44
- "model_name": "bert-base-uncased",
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:e941788db492370e7ec5d18502d5fc3ca957d624aee5384c78e9fb5fef583140
3
- size 3558204
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19b0d76f72d2a01a37e144968acffbcb90edd0e2c79eb31348bdb0f2138be0e
3
+ size 894764