GuysTrans commited on
Commit
132e441
1 Parent(s): 21cce28

Training in progress, step 10000

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +10 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/bart-base",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
1
  {
2
+ "_name_or_path": "GuysTrans/bart-base-chat-512-seq",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5138c99b29717539666d8a7ea156c93bd026d98863ec57782f5f965c39c6132
3
  size 557971229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b744986e3d2891853ba24fb1369f2c28d7cd3bef8563d6728e101a25be47542
3
  size 557971229
tokenizer.json CHANGED
@@ -6,7 +6,16 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:075ca318576a199855afaf5d19cf58268633cb88dd3e6fee8107fe3aa926b35b
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d05fc37bfb21eb1411f492ccb3f0044baae2ea6d225a78f86e1897bdfbb94fda
3
  size 4219