wangkevin02 commited on
Commit
1b21288
·
verified ·
1 Parent(s): e838bd2

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. config.json +36 -0
  2. merges.txt +0 -0
  3. model.safetensors +3 -0
  4. tokenizer.json +0 -0
  5. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_mode": "longformer",
3
+ "attention_probs_dropout_prob": 0.1,
4
+ "attention_window": [
5
+ 512,
6
+ 512,
7
+ 512,
8
+ 512,
9
+ 512,
10
+ 512,
11
+ 512,
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512
17
+ ],
18
+ "bos_token_id": 0,
19
+ "eos_token_id": 2,
20
+ "gradient_checkpointing": false,
21
+ "hidden_act": "gelu",
22
+ "hidden_dropout_prob": 0.1,
23
+ "hidden_size": 768,
24
+ "ignore_attention_mask": false,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "layer_norm_eps": 1e-05,
28
+ "max_position_embeddings": 4098,
29
+ "model_type": "longformer",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 1,
33
+ "sep_token_id": 2,
34
+ "type_vocab_size": 1,
35
+ "vocab_size": 50265
36
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082676a88b685b9482f2480c2f3ba2e9f84004e1cc6efd49a845a4f3cfc692f3
3
+ size 297356420
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
vocab.json ADDED
The diff for this file is too large to render. See raw diff