roofdancer commited on
Commit
e26eba6
1 Parent(s): 4c6bc7e

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "sshleifer/distilbart-cnn-6-6",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
 
1
  {
2
+ "_name_or_path": "roofdancer/thesis-bart-finetuned",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:452a29c968807fb7dcc455b82a3f101fd8bc2fbdcc97e3968e2ea84639500ad2
3
  size 919963552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fcebdb9ab17decb6a80fd5bb48af0d97aba8bc8321bf411a4c2d00702e531c8
3
  size 919963552
tokenizer_config.json CHANGED
@@ -48,10 +48,14 @@
48
  "eos_token": "</s>",
49
  "errors": "replace",
50
  "mask_token": "<mask>",
 
51
  "model_max_length": 1024,
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
 
54
  "tokenizer_class": "BartTokenizer",
55
  "trim_offsets": true,
 
 
56
  "unk_token": "<unk>"
57
  }
 
48
  "eos_token": "</s>",
49
  "errors": "replace",
50
  "mask_token": "<mask>",
51
+ "max_length": 256,
52
  "model_max_length": 1024,
53
  "pad_token": "<pad>",
54
  "sep_token": "</s>",
55
+ "stride": 0,
56
  "tokenizer_class": "BartTokenizer",
57
  "trim_offsets": true,
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
  "unk_token": "<unk>"
61
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b9cc29a40684fb1a03d1ccc2739dc12965f459864862deb69f7c16c59ac73a2
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9eaedca880ec4a98ffe3b1bc86262c3ea4b6e1b1533fd530206d9da203d9206
3
  size 5112