lazyfrog commited on
Commit
3a8bc00
1 Parent(s): ad45b61

Training in progress, step 500

Browse files
.ipynb_checkpoints/config-checkpoint.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "uer/gpt2-chinese-cluecorpussmall",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "gradient_checkpointing": false,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 1024,
16
+ "n_embd": 768,
17
+ "n_head": 12,
18
+ "n_inner": null,
19
+ "n_layer": 12,
20
+ "n_positions": 1024,
21
+ "output_past": true,
22
+ "reorder_and_upcast_attn": false,
23
+ "resid_pdrop": 0.1,
24
+ "scale_attn_by_inverse_layer_idx": false,
25
+ "scale_attn_weights": true,
26
+ "summary_activation": null,
27
+ "summary_first_dropout": 0.1,
28
+ "summary_proj_to_labels": true,
29
+ "summary_type": "cls_index",
30
+ "summary_use_proj": true,
31
+ "task_specific_params": {
32
+ "text-generation": {
33
+ "do_sample": true,
34
+ "max_length": 320
35
+ }
36
+ },
37
+ "tokenizer_class": "BertTokenizer",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.26.0",
40
+ "use_cache": true,
41
+ "vocab_size": 21128
42
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:033666951259fd334f0a4bc234a6930606cb06db96215cee3bd0f492482c2cf8
3
  size 420912233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a70c63ef4cfbcd87896fef1e8f9987284c9ccbc3af344a68c41a99d75453b8a
3
  size 420912233
runs/Feb06_08-10-02_PYAOGW/1675671011.8129454/events.out.tfevents.1675671011.PYAOGW.11444.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c7ca9cab3066ea761fd4e4f11c0a54662c6f93fbfb4370f4f3ca3333c1af54
3
+ size 5715
runs/Feb06_08-10-02_PYAOGW/events.out.tfevents.1675671011.PYAOGW.11444.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f8db2d9253c156026ac7de542408b970ac6f9c376c2e88549136959b214cd7
3
+ size 4381
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f7c482d865a1624342d5ebd65e6bcb7275a459034f24826e8c1143365e9dda5
3
  size 3503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e17330ccf3dbaeee3610639eddc19285cd13f4d014e6da0c1696140dead245c
3
  size 3503