Shubham09 commited on
Commit
3932aa7
1 Parent(s): 73cf976

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vblagoje/bart_lfqa",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "add_bias_logits": false,
7
+ "add_final_layer_norm": false,
8
+ "architectures": [
9
+ "BartForQuestionAnswering"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 0,
13
+ "classif_dropout": 0.0,
14
+ "classifier_dropout": 0.0,
15
+ "d_model": 1024,
16
+ "decoder_attention_heads": 16,
17
+ "decoder_ffn_dim": 4096,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 12,
20
+ "decoder_start_token_id": 2,
21
+ "dropout": 0.1,
22
+ "encoder_attention_heads": 16,
23
+ "encoder_ffn_dim": 4096,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 12,
26
+ "eos_token_id": 2,
27
+ "forced_eos_token_id": 2,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1"
31
+ },
32
+ "init_std": 0.02,
33
+ "is_encoder_decoder": true,
34
+ "label2id": {
35
+ "LABEL_0": 0,
36
+ "LABEL_1": 1
37
+ },
38
+ "max_position_embeddings": 1024,
39
+ "model_type": "bart",
40
+ "normalize_before": false,
41
+ "normalize_embedding": true,
42
+ "num_hidden_layers": 12,
43
+ "output_past": false,
44
+ "pad_token_id": 1,
45
+ "prefix": " ",
46
+ "scale_embedding": false,
47
+ "static_position_embeddings": false,
48
+ "task_specific_params": {
49
+ "summarization": {
50
+ "early_stopping": true,
51
+ "length_penalty": 2.0,
52
+ "max_length": 142,
53
+ "min_length": 56,
54
+ "no_repeat_ngram_size": 3,
55
+ "num_beams": 4
56
+ }
57
+ },
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.28.0",
60
+ "use_cache": true,
61
+ "vocab_size": 50265
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:932b241818544cde07f4d54f5a9afa3ac7a2508cd66cd35d377c57b6ee90ddda
3
+ size 1625348817
runs/Jun06_09-40-44_6e755d453aa9/1686044462.7325435/events.out.tfevents.1686044462.6e755d453aa9.446.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869df5a02cceb47cb6b9116d612f917b1c05b3c47f7fe178aba3b41db2f7ec7c
3
+ size 5864
runs/Jun06_09-40-44_6e755d453aa9/events.out.tfevents.1686044462.6e755d453aa9.446.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5df93bc7cff30150a0baaa22fa4875864dfe4a198dd9ce6a245fef979b0d47
3
+ size 5394
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": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:333b1a8c88cf63ed31909c37d08a41a53b3b1ffc6d336d3c92865ab42b2a4def
3
+ size 3579