xinhe commited on
Commit
ce448ed
1 Parent(s): cec8faa

int8 model

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +1 -6
  4. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/tmp/models/distilbart-cnn-12-6/",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
1
  {
2
+ "_name_or_path": "sshleifer/distilbart-cnn-12-6",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db9ed8f2c288b57b7029d779c52ebbb5857085e0fa29a513e36817c410cc38f0
3
- size 522920335
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4aa0243d293206d07d131004a1822cb54f3e2cb72632054f852918e9cea552
3
+ size 721504889
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
@@ -34,7 +34,7 @@
34
  "single_word": false
35
  },
36
  "model_max_length": 1024,
37
- "name_or_path": "/tmp/models/distilbart-cnn-12-6/",
38
  "pad_token": {
39
  "__type": "AddedToken",
40
  "content": "<pad>",
34
  "single_word": false
35
  },
36
  "model_max_length": 1024,
37
+ "name_or_path": "sshleifer/distilbart-cnn-12-6",
38
  "pad_token": {
39
  "__type": "AddedToken",
40
  "content": "<pad>",