ehab215 commited on
Commit
a39fdc6
·
verified ·
1 Parent(s): 9e6d64a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "aubmindlab/aragpt2-large",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "AraGPT2LMHeadModel"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "attn_pdrop": 0.1,
9
+ "auto_map": {
10
+ "AutoConfig": "aubmindlab/aragpt2-large--configuration_aragpt2.AraGPT2Config",
11
+ "AutoModel": "aubmindlab/aragpt2-large--modeling_aragpt2.AraGPT2Model",
12
+ "AutoModelForCausalLM": "aubmindlab/aragpt2-large--modeling_aragpt2.AraGPT2LMHeadModel"
13
+ },
14
+ "bos_token_id": 0,
15
+ "embd_pdrop": 0.1,
16
+ "eos_token_id": 0,
17
+ "hidden_act": "gelu",
18
+ "hidden_dropout_prob": 0.1,
19
+ "initializer_range": 0.014142135623731,
20
+ "intermediate_size": 5120,
21
+ "layer_norm_epsilon": 1e-05,
22
+ "model_type": "aragpt2",
23
+ "n_ctx": 1024,
24
+ "n_embd": 1280,
25
+ "n_head": 20,
26
+ "n_inner": null,
27
+ "n_layer": 36,
28
+ "n_positions": 1024,
29
+ "reorder_and_upcast_attn": false,
30
+ "resid_pdrop": 0.1,
31
+ "scale_attn_by_inverse_layer_idx": false,
32
+ "scale_attn_weights": true,
33
+ "summary_activation": null,
34
+ "summary_first_dropout": 0.1,
35
+ "summary_proj_to_labels": true,
36
+ "summary_type": "cls_index",
37
+ "summary_use_proj": true,
38
+ "task_specific_params": {
39
+ "text-generation": {
40
+ "do_sample": true,
41
+ "max_length": 50,
42
+ "no_repeat_ngram_size": 3,
43
+ "num_beams": 5,
44
+ "repetition_penalty": 3.0,
45
+ "top_p": 0.95
46
+ }
47
+ },
48
+ "tokenizer_class": "GPT2Tokenizer",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.47.1",
51
+ "use_cache": true,
52
+ "vocab_size": 64000
53
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370388e15cea77a093c5f12f91d39cdb6cdf64bdbfa33ced0a41638a1f17f452
3
+ size 3166530072
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<pad>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "</s>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
+ "bos_token": "<|endoftext|>",
38
+ "clean_up_tokenization_spaces": false,
39
+ "eos_token": "<|endoftext|>",
40
+ "extra_special_tokens": {},
41
+ "model_max_length": 1000000000000000019884624838656,
42
+ "pad_token": "<|endoftext|>",
43
+ "tokenizer_class": "GPT2Tokenizer",
44
+ "unk_token": "<|endoftext|>"
45
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95dc191bcbd4c8e4ddc8bf159d73dec68af766d97a1276935a60707a3359609
3
+ size 5368
vocab.json ADDED
The diff for this file is too large to render. See raw diff