pritoms commited on
Commit
42291f2
1 Parent(s): 80fb603

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilgpt2",
3
+ "_num_labels": 1,
4
+ "activation_function": "gelu_new",
5
+ "architectures": [
6
+ "GPT2LMHeadModel"
7
+ ],
8
+ "attn_pdrop": 0.1,
9
+ "bos_token_id": 50256,
10
+ "embd_pdrop": 0.1,
11
+ "eos_token_id": 50256,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_epsilon": 1e-05,
20
+ "model_type": "gpt2",
21
+ "n_ctx": 1024,
22
+ "n_embd": 768,
23
+ "n_head": 12,
24
+ "n_inner": null,
25
+ "n_layer": 6,
26
+ "n_positions": 1024,
27
+ "resid_pdrop": 0.1,
28
+ "scale_attn_weights": true,
29
+ "summary_activation": null,
30
+ "summary_first_dropout": 0.1,
31
+ "summary_proj_to_labels": true,
32
+ "summary_type": "cls_index",
33
+ "summary_use_proj": true,
34
+ "task_specific_params": {
35
+ "text-generation": {
36
+ "do_sample": true,
37
+ "max_length": 50
38
+ }
39
+ },
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.11.3",
42
+ "use_cache": true,
43
+ "vocab_size": 50257
44
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ceb84aaabe2c773e4070d331680dd6c5726860b21b371100ce1ed1fbeb96c5
3
+ size 333972957
runs/Oct21_08-53-12_1c96d8f57285/1634806420.4603693/events.out.tfevents.1634806420.1c96d8f57285.91.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6d838c6a5d40698978655877856f43ddd943004f95c963c2fc1cf8d46cd59b
3
+ size 4555
runs/Oct21_08-53-12_1c96d8f57285/events.out.tfevents.1634806420.1c96d8f57285.91.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794ce508bd7a96745ba89e01af748b9261cee57c04c187126287a207806bb5fc
3
+ size 4624
runs/Oct21_08-53-12_1c96d8f57285/events.out.tfevents.1634806476.1c96d8f57285.91.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7dd8dbc9d8af15667aef5805273a04c9f48cc984486985879b85638b747b8d
3
+ size 311
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:250d30a311f841fbc5929bd441ca78312e9fcdf199e042c3bee22f68aedd3127
3
+ size 2863