seduerr commited on
Commit
5d5b048
1 Parent(s): ef59a02

intention model uploaded

Browse files
Files changed (5) hide show
  1. README.md +12 -0
  2. config.json +32 -0
  3. pytorch_model.bin +3 -0
  4. tokenizer.json +0 -0
  5. vocab.txt +0 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ pipeline_tag: zero-shot-classification
4
+ tags:
5
+ - squeezebert
6
+ datasets:
7
+ - mulit_nli
8
+ metrics:
9
+ - accuracy
10
+ ---
11
+
12
+ # SqueezeBERT
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "embedding_size": 768,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 3072,
9
+ "max_position_embeddings": 512,
10
+ "model_type": "squeezebert",
11
+ "num_attention_heads": 12,
12
+ "num_hidden_layers": 12,
13
+ "type_vocab_size": 2,
14
+ "vocab_size": 30528,
15
+ "q_groups": 4,
16
+ "k_groups": 4,
17
+ "v_groups": 4,
18
+ "post_attention_groups": 1,
19
+ "intermediate_groups": 4,
20
+ "output_groups": 4,
21
+ "num_labels": 3,
22
+ "label2id": {
23
+ "ENTAILMENT": 2,
24
+ "NEUTRAL": 1,
25
+ "CONTRADICTION": 0
26
+ },
27
+ "id2label": {
28
+ "2": "ENTAILMENT",
29
+ "1": "NEUTRAL",
30
+ "0": "CONTRADICTION"
31
+ }
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b283a8fd86b1916f18e52a9031f39353d43906b9bbe659edfd452f60b69f4e9
3
+ size 204422071
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
vocab.txt ADDED
The diff for this file is too large to render. See raw diff