soheeyang commited on
Commit
bd92a2e
1 Parent(s): d4b1230

Initial commit

Browse files
Files changed (6) hide show
  1. config.json +24 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
  4. tokenizer.json +0 -0
  5. tokenizer_config.json +3 -0
  6. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "rdr-question_encoder-single-trivia-base",
3
+ "architectures": [
4
+ "DPRQuestionEncoder"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "dpr",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "projection_dim": 0,
21
+ "transformers_version": "4.5.0",
22
+ "type_vocab_size": 2,
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d5f735500f14db4b3d945cd805591f0d2601ff4e3d854234635fe89a1067e0
3
+ size 438036031
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fed92b956fc2d228fdf0aa4c7d5fdca4a556d110b33a24b9f5d0f0a4e264b6c
3
+ size 438198704
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ {
2
+ "do_lower_case": true
3
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff