Mikask commited on
Commit
0399d6c
1 Parent(s): 32f7be4

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +62 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "indobenchmark/indogpt",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2ForSequenceClassification"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "LABEL_0": 0,
24
+ "LABEL_1": 1,
25
+ "LABEL_2": 2,
26
+ "LABEL_3": 3,
27
+ "LABEL_4": 4,
28
+ "LABEL_5": 5,
29
+ "LABEL_6": 6,
30
+ "LABEL_7": 7
31
+ },
32
+ "layer_norm_epsilon": 1e-05,
33
+ "model_type": "gpt2",
34
+ "n_ctx": 1024,
35
+ "n_embd": 768,
36
+ "n_head": 12,
37
+ "n_inner": null,
38
+ "n_layer": 12,
39
+ "n_positions": 1024,
40
+ "pad_token_id": 1,
41
+ "problem_type": "single_label_classification",
42
+ "reorder_and_upcast_attn": false,
43
+ "resid_pdrop": 0.1,
44
+ "scale_attn_by_inverse_layer_idx": false,
45
+ "scale_attn_weights": true,
46
+ "summary_activation": null,
47
+ "summary_first_dropout": 0.1,
48
+ "summary_proj_to_labels": true,
49
+ "summary_type": "cls_index",
50
+ "summary_use_proj": true,
51
+ "task_specific_params": {
52
+ "text-generation": {
53
+ "do_sample": true,
54
+ "max_length": 50
55
+ }
56
+ },
57
+ "tokenizer_class": "IndoNLGTokenizer",
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.33.1",
60
+ "use_cache": true,
61
+ "vocab_size": 40005
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81009b1091bf0d11c7c2b158852502828e313733b9ac74064aea8775678b4799
3
+ size 466338334
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:115f576134b82e7cf9e2135f01227196f67618d18ce534db6a22ad51b163ce5c
3
+ size 4536