manhtt-079 commited on
Commit
a547825
1 Parent(s): 331ec60

update model weights

Browse files
Files changed (4) hide show
  1. README.md +2 -0
  2. pytorch_model.bin +1 -1
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +0 -2
README.md CHANGED
@@ -22,6 +22,8 @@ tags:
22
  ## Model description
23
 
24
  ## Model variations
 
 
25
 
26
  ## How to use
27
  You can use this model directly with a pipeline for masked language modeling:<br>
 
22
  ## Model description
23
 
24
  ## Model variations
25
+ - `vipubmed-deberta-xsmall`: 22M backbone parameters
26
+ - `vipubmed-deberta-base`: 86M backbone parameters
27
 
28
  ## How to use
29
  You can use this model directly with a pipeline for masked language modeling:<br>
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcc498b4015ebc11c13f785304656d7e664ee5b0fdbc6cd77a96d49d767b2526
3
  size 737971389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54cb473b45c95a63033dc92817c1518412567e4f7f9ecb2c3613361cdc728ebf
3
  size 737971389
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efc2f06188d2b275b8a99589b2a3b34cb4f56effe8a9989c6669b2d1798bf69b
3
  size 1131415224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b5063414c25f30743891911b9b584935250d11296decb315670a5b2b032e66
3
  size 1131415224
tokenizer_config.json CHANGED
@@ -6,11 +6,9 @@
6
  "eos_token": "[SEP]",
7
  "mask_token": "[MASK]",
8
  "model_max_length": 512,
9
- "name_or_path": "manhtt-079/vipubmed-deberta-base",
10
  "pad_token": "[PAD]",
11
  "sep_token": "[SEP]",
12
  "sp_model_kwargs": {},
13
- "special_tokens_map_file": null,
14
  "split_by_punct": false,
15
  "tokenizer_class": "DebertaV2Tokenizer",
16
  "unk_token": "[UNK]",
 
6
  "eos_token": "[SEP]",
7
  "mask_token": "[MASK]",
8
  "model_max_length": 512,
 
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
  "sp_model_kwargs": {},
 
12
  "split_by_punct": false,
13
  "tokenizer_class": "DebertaV2Tokenizer",
14
  "unk_token": "[UNK]",