kejian commited on
Commit
7b25002
1 Parent(s): 8caf155

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +116 -0
README.md ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - kejian/codeparrot-train-more-filter-3.3b-cleaned
9
+ model-index:
10
+ - name: kejian/final-mle
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # kejian/final-mle
18
+
19
+ This model was trained from scratch on the kejian/codeparrot-train-more-filter-3.3b-cleaned dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0008
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 64
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.01
47
+ - training_steps: 50354
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.23.0
53
+ - Pytorch 1.13.0+cu116
54
+ - Datasets 2.0.0
55
+ - Tokenizers 0.12.1
56
+
57
+
58
+ # Full config
59
+ {'dataset': {'datasets': ['kejian/codeparrot-train-more-filter-3.3b-cleaned'],
60
+ 'is_split_by_sentences': True},
61
+ 'generation': {'batch_size': 64,
62
+ 'metrics_configs': [{}, {'n': 1}, {}],
63
+ 'scenario_configs': [{'display_as_html': True,
64
+ 'generate_kwargs': {'do_sample': True,
65
+ 'eos_token_id': 0,
66
+ 'max_length': 640,
67
+ 'min_length': 10,
68
+ 'temperature': 0.7,
69
+ 'top_k': 0,
70
+ 'top_p': 0.9},
71
+ 'name': 'unconditional',
72
+ 'num_samples': 512},
73
+ {'display_as_html': True,
74
+ 'generate_kwargs': {'do_sample': True,
75
+ 'eos_token_id': 0,
76
+ 'max_length': 272,
77
+ 'min_length': 10,
78
+ 'temperature': 0.7,
79
+ 'top_k': 0,
80
+ 'top_p': 0.9},
81
+ 'name': 'functions',
82
+ 'num_samples': 512,
83
+ 'prompts_path': 'resources/functions_csnet.jsonl',
84
+ 'use_prompt_for_scoring': True}],
85
+ 'scorer_config': {}},
86
+ 'kl_gpt3_callback': {'gpt3_kwargs': {'model_name': 'code-cushman-001'},
87
+ 'max_tokens': 64,
88
+ 'num_samples': 4096},
89
+ 'model': {'from_scratch': True,
90
+ 'gpt2_config_kwargs': {'reorder_and_upcast_attn': True,
91
+ 'scale_attn_by': True},
92
+ 'path_or_name': 'codeparrot/codeparrot-small'},
93
+ 'objective': {'name': 'MLE'},
94
+ 'tokenizer': {'path_or_name': 'codeparrot/codeparrot-small'},
95
+ 'training': {'dataloader_num_workers': 0,
96
+ 'effective_batch_size': 64,
97
+ 'evaluation_strategy': 'no',
98
+ 'fp16': True,
99
+ 'hub_model_id': 'kejian/final-mle',
100
+ 'hub_strategy': 'all_checkpoints',
101
+ 'learning_rate': 0.0008,
102
+ 'logging_first_step': True,
103
+ 'logging_steps': 1,
104
+ 'num_tokens': 3300000000.0,
105
+ 'output_dir': 'training_output',
106
+ 'per_device_train_batch_size': 16,
107
+ 'push_to_hub': True,
108
+ 'remove_unused_columns': False,
109
+ 'save_steps': 5000,
110
+ 'save_strategy': 'steps',
111
+ 'seed': 42,
112
+ 'warmup_ratio': 0.01,
113
+ 'weight_decay': 0.1}}
114
+
115
+ # Wandb URL:
116
+ https://wandb.ai/kejian/uncategorized/runs/1oqdxrdb