Sanj004 commited on
Commit
0723d6e
·
verified ·
1 Parent(s): a5cb665

Upload 5 files

Browse files
bart_base_full_finetune_save/config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bart_base_full_finetune/checkpoint-11049",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 768,
15
+ "decoder_attention_heads": 12,
16
+ "decoder_ffn_dim": 3072,
17
+ "decoder_layerdrop": 0.0,
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": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
+ },
35
+ "init_std": 0.02,
36
+ "is_encoder_decoder": true,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_2": 2
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,
51
+ "task_specific_params": {
52
+ "summarization": {
53
+ "length_penalty": 1.0,
54
+ "max_length": 128,
55
+ "min_length": 12,
56
+ "num_beams": 4
57
+ },
58
+ "summarization_cnn": {
59
+ "length_penalty": 2.0,
60
+ "max_length": 142,
61
+ "min_length": 56,
62
+ "num_beams": 4
63
+ },
64
+ "summarization_xsum": {
65
+ "length_penalty": 1.0,
66
+ "max_length": 62,
67
+ "min_length": 11,
68
+ "num_beams": 6
69
+ }
70
+ },
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.27.1",
73
+ "use_cache": true,
74
+ "vocab_size": 50265
75
+ }
bart_base_full_finetune_save/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "early_stopping": true,
6
+ "eos_token_id": 2,
7
+ "forced_bos_token_id": 0,
8
+ "forced_eos_token_id": 2,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 4,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.27.1"
13
+ }
bart_base_full_finetune_save/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b45ddb39bc06bae7ef997d6b8c7cd676c1020f6b1d7351801760e372a850b7a6
3
+ size 557971674
bart_base_full_finetune_save/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:108d90ba61c0bd814077bf4cee9b2a9f6afe738adefd97d9aecf79a3a79efe4b
3
+ size 4024
requirements.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.4
2
+ aiosignal==1.3.1
3
+ asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1698341106958/work
4
+ attrs==23.2.0
5
+ certifi==2024.2.2
6
+ charset-normalizer==3.3.2
7
+ colorama @ file:///home/conda/feedstock_root/build_artifacts/colorama_1666700638685/work
8
+ comm @ file:///home/conda/feedstock_root/build_artifacts/comm_1710320294760/work
9
+ datasets==2.18.0
10
+ debugpy @ file:///C:/b/abs_c0y1fjipt2/croot/debugpy_1690906864587/work
11
+ decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1641555617451/work
12
+ dill==0.3.8
13
+ exceptiongroup @ file:///home/conda/feedstock_root/build_artifacts/exceptiongroup_1704921103267/work
14
+ executing @ file:///home/conda/feedstock_root/build_artifacts/executing_1698579936712/work
15
+ filelock==3.13.4
16
+ frozenlist==1.4.1
17
+ fsspec==2024.2.0
18
+ huggingface-hub==0.22.2
19
+ idna==3.7
20
+ importlib_metadata @ file:///home/conda/feedstock_root/build_artifacts/importlib-metadata_1710971335535/work
21
+ ipykernel @ file:///D:/bld/ipykernel_1708996677248/work
22
+ ipython @ file:///D:/bld/ipython_1709559926914/work
23
+ jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1696326070614/work
24
+ Jinja2==3.1.3
25
+ jupyter_client @ file:///home/conda/feedstock_root/build_artifacts/jupyter_client_1710255804825/work
26
+ jupyter_core @ file:///D:/bld/jupyter_core_1710257313664/work
27
+ MarkupSafe==2.1.5
28
+ matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1660814786464/work
29
+ mpmath==1.3.0
30
+ multidict==6.0.5
31
+ multiprocess==0.70.16
32
+ nest_asyncio @ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1705850609492/work
33
+ networkx==3.3
34
+ numpy==1.26.4
35
+ packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work
36
+ pandas==2.2.2
37
+ parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1712320355065/work
38
+ pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work
39
+ pillow==10.2.0
40
+ platformdirs @ file:///home/conda/feedstock_root/build_artifacts/platformdirs_1706713388748/work
41
+ prompt-toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1702399386289/work
42
+ psutil @ file:///C:/ci_311_rebuilds/psutil_1679005906571/work
43
+ pure-eval @ file:///home/conda/feedstock_root/build_artifacts/pure_eval_1642875951954/work
44
+ pyarrow==15.0.2
45
+ pyarrow-hotfix==0.6
46
+ Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work
47
+ python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1709299778482/work
48
+ pytz==2024.1
49
+ pywin32==305.1
50
+ PyYAML==6.0.1
51
+ pyzmq @ file:///C:/b/abs_89aq69t0up/croot/pyzmq_1705605705281/work
52
+ regex==2023.12.25
53
+ requests==2.31.0
54
+ safetensors==0.4.2
55
+ six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work
56
+ stack-data @ file:///home/conda/feedstock_root/build_artifacts/stack_data_1669632077133/work
57
+ sympy==1.12
58
+ tokenizers==0.15.2
59
+ torch==2.2.2+cu118
60
+ tornado @ file:///C:/b/abs_0cbrstidzg/croot/tornado_1696937003724/work
61
+ tqdm==4.66.2
62
+ traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1710254411456/work
63
+ transformers==4.39.3
64
+ typing_extensions @ file:///home/conda/feedstock_root/build_artifacts/typing_extensions_1712329955671/work
65
+ tzdata==2024.1
66
+ urllib3==2.2.1
67
+ wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1704731205417/work
68
+ xxhash==3.4.1
69
+ yarl==1.9.4
70
+ zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1695255097490/work