Nathan Dahlberg
commited on
Commit
•
52e50e0
1
Parent(s):
6414eb2
update model
Browse files- .DS_Store +0 -0
- added_tokens.json +1 -0
- config.json +35 -0
- runs/.DS_Store +0 -0
- runs/Sep07_14-15-05_delilah/1662578109.1287885/events.out.tfevents.1662578109.delilah.1269415.1 +3 -0
- runs/Sep07_14-15-05_delilah/events.out.tfevents.1662578109.delilah.1269415.0 +3 -0
- runs/Sep07_14-23-27_delilah/1662578610.8175077/events.out.tfevents.1662578610.delilah.1271550.1 +3 -0
- runs/Sep07_14-23-27_delilah/events.out.tfevents.1662578610.delilah.1271550.0 +3 -0
- special_tokens_map.json +1 -0
- spm.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"[MASK]": 128000}
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "scales-okn/docket-language-model",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2Model"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 1024,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 4096,
|
12 |
+
"layer_norm_eps": 1e-07,
|
13 |
+
"max_position_embeddings": 512,
|
14 |
+
"max_relative_positions": -1,
|
15 |
+
"model_type": "deberta-v2",
|
16 |
+
"norm_rel_ebd": "layer_norm",
|
17 |
+
"num_attention_heads": 16,
|
18 |
+
"num_hidden_layers": 24,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"pooler_dropout": 0,
|
21 |
+
"pooler_hidden_act": "gelu",
|
22 |
+
"pooler_hidden_size": 1024,
|
23 |
+
"pos_att_type": [
|
24 |
+
"p2c",
|
25 |
+
"c2p"
|
26 |
+
],
|
27 |
+
"position_biased_input": false,
|
28 |
+
"position_buckets": 256,
|
29 |
+
"relative_attention": true,
|
30 |
+
"share_att_key": true,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.19.2",
|
33 |
+
"type_vocab_size": 0,
|
34 |
+
"vocab_size": 128001
|
35 |
+
}
|
runs/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
runs/Sep07_14-15-05_delilah/1662578109.1287885/events.out.tfevents.1662578109.delilah.1269415.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddb8ee9e99dd50645146e43ca4e382a2f27f4586480b351913ea9e072267e6f1
|
3 |
+
size 5167
|
runs/Sep07_14-15-05_delilah/events.out.tfevents.1662578109.delilah.1269415.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e18a272cf1dac4f110c25cfe1ab1583a44e85da150d22d45776076e8ab9a5377
|
3 |
+
size 7289
|
runs/Sep07_14-23-27_delilah/1662578610.8175077/events.out.tfevents.1662578610.delilah.1271550.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c829b9c15e06a19ffab89a386806879aa3f1d9b767fa2646073726a7f8e1b26
|
3 |
+
size 5167
|
runs/Sep07_14-23-27_delilah/events.out.tfevents.1662578610.delilah.1271550.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8571b85ab92f19d2ee6a0552fec89a4db59526b3a9417af4fd517f6b0ddede87
|
3 |
+
size 765708
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
spm.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
|
3 |
+
size 2464616
|
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, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "split_by_punct": false, "sp_model_kwargs": {}, "vocab_type": "spm", "special_tokens_map_file": null, "name_or_path": "scales-okn/docket-language-model", "tokenizer_class": "DebertaV2Tokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3c07d6002877baa8b565a5e7196ab7927f7d211da1c15f0c1f1c98849cb11bc
|
3 |
+
size 3183
|