pepa commited on
Commit
404ed71
1 Parent(s): fb7d4fc

google/bigbird-roberta-large-snli

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +45 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "snli_bigbird_roberta_large_1e5/checkpoint-34336",
3
+ "architectures": [
4
+ "BigBirdForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "attention_type": "block_sparse",
8
+ "block_size": 64,
9
+ "bos_token_id": 1,
10
+ "classifier_dropout": null,
11
+ "eos_token_id": 2,
12
+ "gradient_checkpointing": false,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 1024,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1",
19
+ "2": "LABEL_2"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1,
26
+ "LABEL_2": 2
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 4096,
30
+ "model_type": "big_bird",
31
+ "num_attention_heads": 16,
32
+ "num_hidden_layers": 24,
33
+ "num_random_blocks": 3,
34
+ "pad_token_id": 0,
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "rescale_embeddings": false,
38
+ "sep_token_id": 66,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.21.1",
41
+ "type_vocab_size": 2,
42
+ "use_bias": true,
43
+ "use_cache": true,
44
+ "vocab_size": 50358
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea99ae61f1af31c6ee033679715de815957c8778a86f02853b24886eb7f57bb8
3
+ size 1440871849
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a66b019ef31403dce03c7994ced9005b7f887f46de87beaf4e18d2c045a0c5
3
+ size 3375