JonusNattapong commited on
Commit
8214b51
·
verified ·
1 Parent(s): 6febe06

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. best_model.pt +3 -0
  2. config.json +28 -0
  3. final_model.pt +3 -0
best_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e0aa3816dca15b256cfbf2c65a82da9747e4d7241676ad62cf3f65146a8840
3
+ size 97917921
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "attn_pdrop": 0.1,
4
+ "bos_token_id": 1,
5
+ "embd_pdrop": 0.1,
6
+ "eos_token_id": 2,
7
+ "initializer_range": 0.02,
8
+ "layer_norm_epsilon": 1e-05,
9
+ "model_type": "gpt2",
10
+ "n_embd": 256,
11
+ "n_head": 4,
12
+ "n_inner": null,
13
+ "n_layer": 4,
14
+ "n_positions": 512,
15
+ "pad_token_id": 3,
16
+ "reorder_and_upcast_attn": false,
17
+ "resid_pdrop": 0.1,
18
+ "scale_attn_by_inverse_layer_idx": false,
19
+ "scale_attn_weights": true,
20
+ "summary_activation": null,
21
+ "summary_first_dropout": 0.1,
22
+ "summary_proj_to_labels": true,
23
+ "summary_type": "cls_index",
24
+ "summary_use_proj": true,
25
+ "transformers_version": "4.55.2",
26
+ "use_cache": true,
27
+ "vocab_size": 19000
28
+ }
final_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9515fb9ba949b83c7d26e3d38654114085c413a2849c6da3803da77803664dee
3
+ size 97918135