karanzrk commited on
Commit
fb3f29c
1 Parent(s): 353ac51

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 40478
3
+ }
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai-gpt",
3
+ "afn": "gelu",
4
+ "architectures": [
5
+ "OpenAIGPTForSequenceClassification"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "embd_pdrop": 0.1,
9
+ "id2label": {
10
+ "0": "Bad",
11
+ "1": "Acceptable",
12
+ "2": "Excellent"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "Acceptable": 1,
17
+ "Bad": 0,
18
+ "Excellent": 2
19
+ },
20
+ "layer_norm_epsilon": 1e-05,
21
+ "model_type": "openai-gpt",
22
+ "n_ctx": 512,
23
+ "n_embd": 768,
24
+ "n_head": 12,
25
+ "n_layer": 12,
26
+ "n_positions": 512,
27
+ "n_special": 0,
28
+ "predict_special_tokens": true,
29
+ "problem_type": "single_label_classification",
30
+ "resid_pdrop": 0.1,
31
+ "summary_activation": null,
32
+ "summary_first_dropout": 0.1,
33
+ "summary_proj_to_labels": true,
34
+ "summary_type": "cls_index",
35
+ "summary_use_proj": true,
36
+ "task_specific_params": {
37
+ "text-generation": {
38
+ "do_sample": true,
39
+ "max_length": 50
40
+ }
41
+ },
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.31.0",
44
+ "vocab_size": 40478
45
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5731b389a209b39b33a25e928e7e5e0df92adb97beab711c9f7df59c0160c561
3
+ size 466195929
runs/Aug20_18-00-41_b5528da88767/events.out.tfevents.1692554449.b5528da88767.4707.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02dbc5fa63845392c6cfcd26569dc1336e2c97ddbb76cf84786ecb7cfd375de3
3
+ size 4184
runs/Aug20_18-03-27_b5528da88767/events.out.tfevents.1692554619.b5528da88767.5783.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0eb457bc4f379ee3d54df5d09c25482a2a5e661c7ed628ae701b9fad18048fa
3
+ size 4895
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "[PAD]",
3
+ "unk_token": "<unk>"
4
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 512,
4
+ "tokenizer_class": "OpenAIGPTTokenizer",
5
+ "unk_token": "<unk>"
6
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91d43eecd7d5095ec9b4ce119121f52412cdf8f3d65a372984bb3927881ab5c2
3
+ size 3963
vocab.json ADDED
The diff for this file is too large to render. See raw diff