SeppeV commited on
Commit
03c7483
·
verified ·
1 Parent(s): eb40fde

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +50 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlnet/xlnet-base-cased",
3
+ "architectures": [
4
+ "XLNetForSequenceClassification"
5
+ ],
6
+ "attn_type": "bi",
7
+ "bi_data": false,
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,
16
+ "ff_activation": "gelu",
17
+ "id2label": {
18
+ "0": "LABEL_0"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "label2id": {
22
+ "LABEL_0": 0
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "mem_len": null,
26
+ "model_type": "xlnet",
27
+ "n_head": 12,
28
+ "n_layer": 12,
29
+ "pad_token_id": 5,
30
+ "problem_type": "regression",
31
+ "reuse_len": null,
32
+ "same_length": false,
33
+ "start_n_top": 5,
34
+ "summary_activation": "tanh",
35
+ "summary_last_dropout": 0.1,
36
+ "summary_type": "last",
37
+ "summary_use_proj": true,
38
+ "task_specific_params": {
39
+ "text-generation": {
40
+ "do_sample": true,
41
+ "max_length": 250
42
+ }
43
+ },
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.49.0",
46
+ "untie_r": true,
47
+ "use_mems_eval": true,
48
+ "use_mems_train": false,
49
+ "vocab_size": 32000
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee651e4575d1bb78769c4ebbc73f9944d0224f38a9b2a1dd7134fa4b47f653e0
3
+ size 469261516
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a38a98f79cb9a7ea08e74f5a4e809c2af26cf25c8c92f2f231ebc625a93eae
3
+ size 5432