malenia1 commited on
Commit
0b7f61e
1 Parent(s): a8806a2

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -1,9 +1,12 @@
1
  {
2
- "_name_or_path": "/home/amax/chx/vsremote/MAB-FG/EmbeddingModels/models/xiaobu-embedding-tn",
3
  "architectures": [
4
- "BertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
 
 
7
  "classifier_dropout": null,
8
  "directionality": "bidi",
9
  "gradient_checkpointing": false,
 
1
  {
2
+ "_name_or_path": "ternary-weight-embedding",
3
  "architectures": [
4
+ "TernaryBert"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "auto_map": {
8
+ "AutoModel": "modeling.TernaryBert"
9
+ },
10
  "classifier_dropout": null,
11
  "directionality": "bidi",
12
  "gradient_checkpointing": false,