vldsavelyev commited on
Commit
a9bbe49
1 Parent(s): 6bdff3f

Training in progress, step 20

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +3 -1
  3. pytorch_model.bin +2 -2
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -1,15 +1,17 @@
1
  {
2
- "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
7
  "attn_pdrop": 0.1,
8
  "bos_token_id": 0,
 
9
  "embd_pdrop": 0.1,
10
  "eos_token_id": 0,
11
  "initializer_range": 0.02,
12
  "layer_norm_epsilon": 1e-05,
 
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
  "n_embd": 96,
 
1
  {
2
+ "_name_or_path": "vldsavelyev/guitar_tab_gpt2_bass",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
7
  "attn_pdrop": 0.1,
8
  "bos_token_id": 0,
9
+ "do_sample": true,
10
  "embd_pdrop": 0.1,
11
  "eos_token_id": 0,
12
  "initializer_range": 0.02,
13
  "layer_norm_epsilon": 1e-05,
14
+ "max_length": 50,
15
  "model_type": "gpt2",
16
  "n_ctx": 1024,
17
  "n_embd": 96,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f105f38bf38231462e0514d7fe58279474ce37eb5eab41bcf32ce8d6d1064be6
3
- size 15577421
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee14f70e22d5fa2ff2a36392c23d06f54d0c2de3363ffd7d3af85c063693e4f
3
+ size 15579469
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a95faf0c567b078c62fbf9c957bec010d38d9a5a3d9595996e6caf50efad32
3
+ size 3707