akivo4ka commited on
Commit
a8f5280
1 Parent(s): 3bdd4a9
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 1,
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bad_words_ids": null,
9
+ "bos_token_id": 50256,
10
+ "decoder_start_token_id": null,
11
+ "do_sample": false,
12
+ "early_stopping": false,
13
+ "embd_pdrop": 0.1,
14
+ "eos_token_id": 50256,
15
+ "finetuning_task": null,
16
+ "id2label": {
17
+ "0": "LABEL_0"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "is_decoder": false,
21
+ "is_encoder_decoder": false,
22
+ "label2id": {
23
+ "LABEL_0": 0
24
+ },
25
+ "layer_norm_epsilon": 1e-05,
26
+ "length_penalty": 1.0,
27
+ "max_length": 20,
28
+ "min_length": 0,
29
+ "model_type": "gpt2",
30
+ "n_ctx": 2048,
31
+ "n_embd": 1024,
32
+ "n_head": 16,
33
+ "n_layer": 24,
34
+ "n_positions": 2048,
35
+ "n_special": 0,
36
+ "no_repeat_ngram_size": 0,
37
+ "num_beams": 1,
38
+ "num_return_sequences": 1,
39
+ "output_attentions": false,
40
+ "output_hidden_states": false,
41
+ "output_past": true,
42
+ "pad_token_id": null,
43
+ "predict_special_tokens": true,
44
+ "prefix": null,
45
+ "pruned_heads": {},
46
+ "repetition_penalty": 1.0,
47
+ "resid_pdrop": 0.1,
48
+ "summary_activation": null,
49
+ "summary_first_dropout": 0.1,
50
+ "summary_proj_to_labels": true,
51
+ "summary_type": "cls_index",
52
+ "summary_use_proj": true,
53
+ "task_specific_params": null,
54
+ "temperature": 1.0,
55
+ "top_k": 50,
56
+ "top_p": 1.0,
57
+ "torchscript": false,
58
+ "use_bfloat16": false,
59
+ "vocab_size": 50257
60
+ }
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:ff30f7d63fd0d6aef2036e4b264c744f99cbfc14bcc2b6c1134830e4e9c73741
3
+ size 1826260127
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578b9adf9a320acca58f5a055d941d409c280290ad49609ee36ff273bf42cd4b
3
+ size 1519
vocab.json ADDED
The diff for this file is too large to render. See raw diff