satjawat commited on
Commit
a850353
1 Parent(s): dd1c3d4

Update Model

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +2 -2
  3. tokenizer.json +14 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "pegasus/trained/model_final_config",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_bias_logits": true,
6
  "add_final_layer_norm": false,
7
  "architectures": [
8
- "PegasusForConditionalGeneration"
9
  ],
10
  "attention_dropout": 0.1,
11
  "block_size": 512,
 
1
  {
2
+ "_name_or_path": "pegasus-x-base",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_bias_logits": true,
6
  "add_final_layer_norm": false,
7
  "architectures": [
8
+ "PegasusXForConditionalGeneration"
9
  ],
10
  "attention_dropout": 0.1,
11
  "block_size": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f6ee26b6c40af7a7f915da0ec7c716d02c375aad90e573e31569e2b4d52a925
3
- size 1190250708
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a2e222dca2242f8cbd5830a561cf9a41d6b1bbb636647743b9e0f1f1345f91
3
+ size 1089213696
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 100,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 1,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,