doberst commited on
Commit
21ddbe6
·
1 Parent(s): 39756bd

initial upload into repo

Browse files
Files changed (3) hide show
  1. config.json +90 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +0 -0
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "bling-cerebras-1.3b-0.1",
3
+ "description": "Instruct train fine-tuning using distilled knowledge based critical reading tasks training dataset",
4
+ "training_timestamp": "Sat Oct 7 08:52:05 2023",
5
+ "training_comments": "cerebras-1.3b-base",
6
+ "_name_or_path": "cerebras/Cerebras-GPT-1.3B",
7
+ "model_type": "gpt2",
8
+ "vocab_size": 50257,
9
+ "n_positions": 2048,
10
+ "n_embd": 2048,
11
+ "n_layer": 24,
12
+ "n_head": 16,
13
+ "n_inner": 8192,
14
+ "activation_function": "gelu",
15
+ "resid_pdrop": 0.0,
16
+ "embd_pdrop": 0.0,
17
+ "attn_pdrop": 0.0,
18
+ "layer_norm_epsilon": 1e-05,
19
+ "initializer_range": 0.02,
20
+ "summary_type": "cls_index",
21
+ "summary_use_proj": true,
22
+ "summary_activation": null,
23
+ "summary_first_dropout": 0.1,
24
+ "summary_proj_to_labels": true,
25
+ "scale_attn_weights": true,
26
+ "use_cache": true,
27
+ "scale_attn_by_inverse_layer_idx": false,
28
+ "reorder_and_upcast_attn": false,
29
+ "bos_token_id": 50256,
30
+ "eos_token_id": 50256,
31
+ "return_dict": true,
32
+ "output_hidden_states": false,
33
+ "output_attentions": false,
34
+ "torchscript": false,
35
+ "torch_dtype": null,
36
+ "use_bfloat16": false,
37
+ "tf_legacy_loss": false,
38
+ "pruned_heads": {},
39
+ "tie_word_embeddings": true,
40
+ "is_encoder_decoder": false,
41
+ "is_decoder": false,
42
+ "cross_attention_hidden_size": null,
43
+ "add_cross_attention": false,
44
+ "tie_encoder_decoder": false,
45
+ "max_length": 20,
46
+ "min_length": 0,
47
+ "do_sample": false,
48
+ "early_stopping": false,
49
+ "num_beams": 1,
50
+ "num_beam_groups": 1,
51
+ "diversity_penalty": 0.0,
52
+ "temperature": 1.0,
53
+ "top_k": 50,
54
+ "top_p": 1.0,
55
+ "typical_p": 1.0,
56
+ "repetition_penalty": 1.0,
57
+ "length_penalty": 1.0,
58
+ "no_repeat_ngram_size": 0,
59
+ "encoder_no_repeat_ngram_size": 0,
60
+ "bad_words_ids": null,
61
+ "num_return_sequences": 1,
62
+ "chunk_size_feed_forward": 0,
63
+ "output_scores": false,
64
+ "return_dict_in_generate": false,
65
+ "forced_bos_token_id": null,
66
+ "forced_eos_token_id": null,
67
+ "remove_invalid_values": false,
68
+ "exponential_decay_length_penalty": null,
69
+ "suppress_tokens": null,
70
+ "begin_suppress_tokens": null,
71
+ "architectures": null,
72
+ "finetuning_task": null,
73
+ "id2label": {
74
+ "0": "LABEL_0",
75
+ "1": "LABEL_1"
76
+ },
77
+ "label2id": {
78
+ "LABEL_0": 0,
79
+ "LABEL_1": 1
80
+ },
81
+ "tokenizer_class": null,
82
+ "prefix": null,
83
+ "pad_token_id": null,
84
+ "sep_token_id": null,
85
+ "decoder_start_token_id": null,
86
+ "task_specific_params": null,
87
+ "problem_type": null,
88
+ "transformers_version": "4.28.1",
89
+ "trained": "custom training"
90
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18fc7e86391e3d51531015f317f9c62bbddd477b2f2b8b53ef3839433e51e3da
3
+ size 5363683717
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff