anas-awadalla commited on
Commit
54eb7f0
1 Parent(s): 31ff58f

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.17.0",
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:3ef028c86fdc2c9f7d9389a3a912338f8b191a643531088cdcb5c8e6bf2f79bb
3
+ size 1355506129
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:71be32335909d41246ab6486e07d37aa2ccb841a1e050b903a5061917d4d8241
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff