anas-awadalla commited on
Commit
9091d3a
1 Parent(s): 6946da5

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tau/splinter-large-qass",
3
+ "architectures": [
4
+ "SplinterForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "initialize_new_qass": true,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4096,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "splinter",
16
+ "num_attention_heads": 16,
17
+ "num_hidden_layers": 24,
18
+ "pad_token_id": 0,
19
+ "question_token_id": 104,
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.20.0.dev0",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 28996
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e66bdc075a47da9893f9b717b54782f16f9d648aa56c8bd72136d0e22edcbb4b
3
+ size 1355475857
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "additional_special_tokens": ["[QUESTION]"]}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "additional_special_tokens": ["[QUESTION]"], "model_max_length": 512, "special_tokens_map_file": "/gscratch/efml/anasa2/.huggingface/5f4b3317a7019c90796012c43a7d4e3db0b5c0a50445a053279b5f058f7b1d7b.5f8d8adb4106c43ee43d2bbbdf22053095b63cf98e866c0164335424931f338c", "name_or_path": "tau/splinter-large-qass", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "SplinterTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07ae34a1668589febb6279ed647fa031432e8eebee5812a7d2c4bc864433cb8
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff