thammarat-th commited on
Commit
6d8205b
1 Parent(s): 7c634d1

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.15.0",
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b7b7b0ee3868719199da118b54ea75a30d284ed0915bca3d3d0c37d310a404
3
+ size 267982639
runs/Aug31_04-01-02_6bc7eb9dbae4/1661918724.5598593/events.out.tfevents.1661918724.6bc7eb9dbae4.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4af79268f23799ca54b9b3f6a2094724fe2422b7c937ebbbaf05292e97dcaaf
3
+ size 4790
runs/Aug31_04-01-02_6bc7eb9dbae4/events.out.tfevents.1661918540.6bc7eb9dbae4.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f1d75039458aa43bfebad9450656610a1ca609d604bf24878aa0d1ff681ede
3
+ size 5068
runs/Aug31_04-09-31_6bc7eb9dbae4/1661919030.656137/events.out.tfevents.1661919030.6bc7eb9dbae4.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a729c632e3e02a79e44531928868562fdce68393fb1387e6ddaf0aba8ebd184d
3
+ size 4790
runs/Aug31_04-09-31_6bc7eb9dbae4/events.out.tfevents.1661918989.6bc7eb9dbae4.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:630db67f386662d8f125a94f54ffef0d0890998bd1a06ab3a5374ec550a89e60
3
+ size 3858
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c32fb074f2f5a281ff2ed2f86187f917f05093c68d20ef7652eb0179d287f08
3
+ size 2991