arincon commited on
Commit
dcc4ee1
1 Parent(s): 052e33a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ydshieh/tiny-random-gptj-for-sequence-classification",
3
+ "activation_function": "gelu_new",
4
+ "adapters": {
5
+ "adapters": {},
6
+ "config_map": {},
7
+ "fusion_config_map": {},
8
+ "fusions": {}
9
+ },
10
+ "architectures": [
11
+ "GPTJForSequenceClassification"
12
+ ],
13
+ "attention_probs_dropout_prob": 0.0,
14
+ "attn_pdrop": 0.0,
15
+ "bos_token_id": 98,
16
+ "embd_pdrop": 0.0,
17
+ "eos_token_id": 98,
18
+ "gradient_checkpointing": false,
19
+ "hidden_act": "gelu",
20
+ "hidden_dropout_prob": 0.0,
21
+ "id2label": {
22
+ "0": "human",
23
+ "1": "ia"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 37,
27
+ "layer_norm_epsilon": 1e-05,
28
+ "model_type": "gptj",
29
+ "n_ctx": 512,
30
+ "n_embd": 32,
31
+ "n_head": 4,
32
+ "n_inner": null,
33
+ "n_layer": 5,
34
+ "n_positions": 512,
35
+ "pad_token_id": 98,
36
+ "problem_type": "single_label_classification",
37
+ "resid_pdrop": 0.0,
38
+ "rotary_dim": 8,
39
+ "scale_attn_weights": true,
40
+ "tie_word_embeddings": false,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.26.1",
43
+ "type_vocab_size": 16,
44
+ "use_cache": true,
45
+ "vocab_size": 1000
46
+ }
logs/1698604205.894863/events.out.tfevents.1698604205.3c8bd734edab.639.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a57c83e6dbcec408926486d95679a920b5797de14ce0b0989ad3b7fbc517f366
3
+ size 5781
logs/events.out.tfevents.1698604205.3c8bd734edab.639.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b1724835abccc49786f313efbb8242a0e50701fa92ec260a83ab334fe878207
3
+ size 64403
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4885f3f3841c78fb89660ecc318557c041ad9812df49775857851b7d0d9b1b
3
+ size 1710382
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db23d81a513035473c31a32064a4a2c7427ce1346dc0d36a951322809934d6b2
3
+ size 4024