benjamintli commited on
Commit
7449fe4
·
verified ·
1 Parent(s): 3d64a9d

Training in progress, step 10

Browse files
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,
@@ -18,13 +18,12 @@
18
  "decoder_layers": 6,
19
  "decoder_start_token_id": 2,
20
  "dropout": 0.1,
21
- "early_stopping": true,
22
  "encoder_attention_heads": 12,
23
  "encoder_ffn_dim": 3072,
24
  "encoder_layerdrop": 0.0,
25
  "encoder_layers": 6,
26
  "eos_token_id": 2,
27
- "forced_bos_token_id": 0,
28
  "forced_eos_token_id": 2,
29
  "gradient_checkpointing": false,
30
  "id2label": {
@@ -41,10 +40,10 @@
41
  },
42
  "max_position_embeddings": 1024,
43
  "model_type": "bart",
44
- "no_repeat_ngram_size": 3,
45
  "normalize_before": false,
46
  "normalize_embedding": true,
47
- "num_beams": 4,
48
  "num_hidden_layers": 6,
49
  "pad_token_id": 1,
50
  "scale_embedding": false,
@@ -69,7 +68,7 @@
69
  }
70
  },
71
  "torch_dtype": "float32",
72
- "transformers_version": "4.44.2",
73
  "use_cache": true,
74
  "vocab_size": 80265
75
  }
 
1
  {
2
+ "_name_or_path": "benjamintli/bart-midi",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
18
  "decoder_layers": 6,
19
  "decoder_start_token_id": 2,
20
  "dropout": 0.1,
21
+ "early_stopping": null,
22
  "encoder_attention_heads": 12,
23
  "encoder_ffn_dim": 3072,
24
  "encoder_layerdrop": 0.0,
25
  "encoder_layers": 6,
26
  "eos_token_id": 2,
 
27
  "forced_eos_token_id": 2,
28
  "gradient_checkpointing": false,
29
  "id2label": {
 
40
  },
41
  "max_position_embeddings": 1024,
42
  "model_type": "bart",
43
+ "no_repeat_ngram_size": null,
44
  "normalize_before": false,
45
  "normalize_embedding": true,
46
+ "num_beams": null,
47
  "num_hidden_layers": 6,
48
  "pad_token_id": 1,
49
  "scale_embedding": false,
 
68
  }
69
  },
70
  "torch_dtype": "float32",
71
+ "transformers_version": "4.47.1",
72
  "use_cache": true,
73
  "vocab_size": 80265
74
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bdd0cf6d9a2e977046351f4f820b386f54ef174ff22e3122c43496e1489539c
3
  size 650192620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c37ad237a83799b573173a3efb17008c04675a08564511618b981025ec528f0b
3
  size 650192620
tokenizer_config.json CHANGED
@@ -47,6 +47,7 @@
47
  "cls_token": "<s>",
48
  "eos_token": "</s>",
49
  "errors": "replace",
 
50
  "mask_token": "<mask>",
51
  "model_max_length": 1000000000000000019884624838656,
52
  "pad_token": "<pad>",
 
47
  "cls_token": "<s>",
48
  "eos_token": "</s>",
49
  "errors": "replace",
50
+ "extra_special_tokens": {},
51
  "mask_token": "<mask>",
52
  "model_max_length": 1000000000000000019884624838656,
53
  "pad_token": "<pad>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5481fc6bade3f8f522b15280db35bfccc1a177152779f0d0a9b7802eca076bc9
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2006fd6c3a9e1f4517d3e06196a3c3d80dc1f27d3f243abdf8bde2f3d2bd3675
3
+ size 5304