tarik commited on
Commit
dec03f0
·
1 Parent(s): d845df0

Training in progress, step 58

Browse files
Files changed (3) hide show
  1. config.json +33 -15
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,25 +1,43 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
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
  "problem_type": "single_label_classification",
18
- "qa_dropout": 0.1,
19
- "seq_classif_dropout": 0.2,
20
- "sinusoidal_pos_embds": false,
21
- "tie_weights_": true,
 
 
 
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.26.1",
24
- "vocab_size": 30522
 
 
25
  }
 
1
  {
2
+ "_name_or_path": "xlm-mlm-en-2048",
 
3
  "architectures": [
4
+ "XLMForSequenceClassification"
5
  ],
6
+ "asm": false,
7
  "attention_dropout": 0.1,
8
+ "bos_index": 0,
9
+ "bos_token_id": 0,
10
+ "causal": false,
11
  "dropout": 0.1,
12
+ "emb_dim": 2048,
13
+ "embed_init_std": 0.02209708691207961,
14
+ "end_n_top": 5,
15
+ "eos_index": 1,
16
+ "gelu_activation": true,
17
+ "init_std": 0.02,
18
+ "is_encoder": true,
19
+ "lang_id": 0,
20
+ "layer_norm_eps": 1e-12,
21
+ "mask_index": 5,
22
+ "mask_token_id": 0,
23
  "max_position_embeddings": 512,
24
+ "model_type": "xlm",
25
+ "n_heads": 16,
26
+ "n_langs": 1,
27
+ "n_layers": 12,
28
+ "pad_index": 2,
29
+ "pad_token_id": 2,
30
  "problem_type": "single_label_classification",
31
+ "sinusoidal_embeddings": false,
32
+ "start_n_top": 5,
33
+ "summary_activation": null,
34
+ "summary_first_dropout": 0.1,
35
+ "summary_proj_to_labels": true,
36
+ "summary_type": "first",
37
+ "summary_use_proj": true,
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.26.1",
40
+ "unk_index": 3,
41
+ "use_lang_emb": true,
42
+ "vocab_size": 30145
43
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fb13a6304e6b16e475034e0a1633480239c0c070eafa5f5302081843707c52f
3
- size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16070134ce86f981c937d1f6cbe760d0072ed51172c8ac4c704d44ade16dfedb
3
+ size 2668441385
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71f6b758158fb3b681be9d8741c4c7d8ed8f38d76016cbf75fad88df34466838
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d70d1d5a3569f2888e26d84c8a67fa1ce02392f1212ee94deefe67e3dd5e59b9
3
  size 3515