booksouls commited on
Commit
5961733
·
verified ·
1 Parent(s): f1c797c

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/pegasus-xsum",
3
  "activation_dropout": 0.1,
4
  "activation_function": "relu",
5
  "add_bias_logits": false,
@@ -52,7 +52,7 @@
52
  "scale_embedding": true,
53
  "static_position_embeddings": true,
54
  "torch_dtype": "float32",
55
- "transformers_version": "4.41.2",
56
  "use_cache": true,
57
  "vocab_size": 96103
58
  }
 
1
  {
2
+ "_name_or_path": "pegasus-xsum",
3
  "activation_dropout": 0.1,
4
  "activation_function": "relu",
5
  "add_bias_logits": false,
 
52
  "scale_embedding": true,
53
  "static_position_embeddings": true,
54
  "torch_dtype": "float32",
55
+ "transformers_version": "4.40.2",
56
  "use_cache": true,
57
  "vocab_size": 96103
58
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:450bfbd606fc836c8f7106f3bde5c57a2a86f1aab6d8322e4e4da267e958d836
3
  size 2279458540
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beff3d76db65c0062cdb5f80905200277fe72550f47ac8c32656d9002f787dcf
3
  size 2279458540
runs/Jun07_01-24-02_85fca7c5af81/events.out.tfevents.1717723443.85fca7c5af81.1082.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc51592cac90c2f19547a19575461084aedcc29735752d252c5182d5824dfde
3
+ size 6317
special_tokens_map.json CHANGED
@@ -110,7 +110,13 @@
110
  "rstrip": false,
111
  "single_word": false
112
  },
113
- "mask_token": "<mask_2>",
 
 
 
 
 
 
114
  "pad_token": {
115
  "content": "<pad>",
116
  "lstrip": false,
 
110
  "rstrip": false,
111
  "single_word": false
112
  },
113
+ "mask_token": {
114
+ "content": "<mask_2>",
115
+ "lstrip": false,
116
+ "normalized": false,
117
+ "rstrip": false,
118
+ "single_word": false
119
+ },
120
  "pad_token": {
121
  "content": "<pad>",
122
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
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": 256,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 256
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc8023c5e76224b849ee78db85b19ee16004e9a0897ee6df559979b014ee9154
3
+ size 5112