minh21 commited on
Commit
9de0bd5
1 Parent(s): 114b7bd

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +5 -5
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "xlnet-large-cased",
3
  "architectures": [
4
  "XLNetForSequenceClassification"
5
  ],
@@ -8,8 +8,8 @@
8
  "bos_token_id": 1,
9
  "clamp_len": -1,
10
  "d_head": 64,
11
- "d_inner": 4096,
12
- "d_model": 1024,
13
  "dropout": 0.1,
14
  "end_n_top": 5,
15
  "eos_token_id": 2,
@@ -18,8 +18,8 @@
18
  "layer_norm_eps": 1e-12,
19
  "mem_len": null,
20
  "model_type": "xlnet",
21
- "n_head": 16,
22
- "n_layer": 24,
23
  "pad_token_id": 5,
24
  "problem_type": "single_label_classification",
25
  "reuse_len": null,
 
1
  {
2
+ "_name_or_path": "xlnet-base-cased",
3
  "architectures": [
4
  "XLNetForSequenceClassification"
5
  ],
 
8
  "bos_token_id": 1,
9
  "clamp_len": -1,
10
  "d_head": 64,
11
+ "d_inner": 3072,
12
+ "d_model": 768,
13
  "dropout": 0.1,
14
  "end_n_top": 5,
15
  "eos_token_id": 2,
 
18
  "layer_norm_eps": 1e-12,
19
  "mem_len": null,
20
  "model_type": "xlnet",
21
+ "n_head": 12,
22
+ "n_layer": 12,
23
  "pad_token_id": 5,
24
  "problem_type": "single_label_classification",
25
  "reuse_len": null,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da3681038fcbc52281daf1c6b0d43c69c121d8cd882de34e908410c521dd1a26
3
- size 1445420229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80258982eace50978f6b2f1a9adb91343ee1dac1d7740871a62473806ee71ec
3
+ size 469311765
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e0352bd10dd955307137597b5bb74762f4c9daf2e223c54bf1e435f75d0eecc
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cb4a08825f5645797c96b5cb20b6a0e20a8feb3a229f7655ecb6139fd36afe3
3
  size 4091