xinhe commited on
Commit
a169aae
1 Parent(s): ad28342

int8 model

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +1 -6
  4. tokenizer_config.json +2 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/mnt/local_disk/xinhe/bart-large-cnn/",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
@@ -64,7 +64,7 @@
64
  }
65
  },
66
  "torch_dtype": "int8",
67
- "transformers_version": "4.20.0",
68
  "use_cache": true,
69
  "vocab_size": 50265
70
  }
 
1
  {
2
+ "_name_or_path": "facebook/bart-large-cnn",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
 
64
  }
65
  },
66
  "torch_dtype": "int8",
67
+ "transformers_version": "4.24.0",
68
  "use_cache": true,
69
  "vocab_size": 50265
70
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48ad93a868681d7346cd8ab3e662e0fcdd4a498d264e2dcd5dd348908bbd601c
3
- size 625474388
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1faa69fe290fa44f02159109c7d2f04f3dbdb8a8a603a87a0aea28c7e95032
3
+ size 1067131954
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 128,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -5,7 +5,8 @@
5
  "eos_token": "</s>",
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
- "name_or_path": "/mnt/local_disk/xinhe/bart-large-cnn/",
 
9
  "pad_token": "<pad>",
10
  "sep_token": "</s>",
11
  "special_tokens_map_file": null,
 
5
  "eos_token": "</s>",
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
+ "model_max_length": 1024,
9
+ "name_or_path": "facebook/bart-large-cnn",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
  "special_tokens_map_file": null,