ErNewdev0 commited on
Commit
d3f1961
·
verified ·
1 Parent(s): 8e7bdd5

Training in progress, step 81

Browse files
Files changed (3) hide show
  1. config.json +11 -6
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "./nusa-beta-0001",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -11,12 +10,12 @@
11
  "initializer_range": 0.02,
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
- "n_embd": 384,
 
15
  "n_head": 12,
16
  "n_inner": null,
17
- "n_layer": 6,
18
- "n_positions": 256,
19
- "pad_token_id": 50257,
20
  "reorder_and_upcast_attn": false,
21
  "resid_pdrop": 0.1,
22
  "scale_attn_by_inverse_layer_idx": false,
@@ -26,8 +25,14 @@
26
  "summary_proj_to_labels": true,
27
  "summary_type": "cls_index",
28
  "summary_use_proj": true,
 
 
 
 
 
 
29
  "torch_dtype": "float32",
30
- "transformers_version": "4.48.3",
31
  "use_cache": true,
32
  "vocab_size": 50259
33
  }
 
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
 
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
+ "n_ctx": 1024,
14
+ "n_embd": 768,
15
  "n_head": 12,
16
  "n_inner": null,
17
+ "n_layer": 12,
18
+ "n_positions": 1024,
 
19
  "reorder_and_upcast_attn": false,
20
  "resid_pdrop": 0.1,
21
  "scale_attn_by_inverse_layer_idx": false,
 
25
  "summary_proj_to_labels": true,
26
  "summary_type": "cls_index",
27
  "summary_use_proj": true,
28
+ "task_specific_params": {
29
+ "text-generation": {
30
+ "do_sample": true,
31
+ "max_length": 50
32
+ }
33
+ },
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.51.3",
36
  "use_cache": true,
37
  "vocab_size": 50259
38
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:960fd31ae0e137c8ce5b364ec3e74c9ff8713bb76bac4f341ec75cf102295ea4
3
- size 120188792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61cc286347f1650bf0ec80b40bca7a1c3db34b3aca9a0008e3bde7c5c172ddea
3
+ size 497780352
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ab64b379250d25034e05ba53e87b722a9eea2515c21283068d9a2572fac1695
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83811d56985b10c6d0c06c8baa2e646d1cf4f7781caeb88e2e79540bc4b776b4
3
  size 5304