c-bone commited on
Commit
b7f751e
·
verified ·
1 Parent(s): c6da2c9

CSP using XRD inputs (theoreticsl XRDs and fully ordered structs)

Browse files
Files changed (3) hide show
  1. config.json +38 -0
  2. model.safetensors +3 -0
  3. tokenizer_config.json +1 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "model_ckpts/mpdb-small-base-lematerial/checkpoint-1250000",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "SliderGPT"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 372,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 373,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_embd": 512,
15
+ "n_head": 8,
16
+ "n_inner": null,
17
+ "n_layer": 8,
18
+ "n_positions": 1024,
19
+ "pad_token_id": 371,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "slider_dropout": 0.01,
25
+ "slider_n_heads_sharing_slider": 2,
26
+ "slider_n_hidden": 64,
27
+ "slider_n_variables": 40,
28
+ "slider_on": true,
29
+ "summary_activation": null,
30
+ "summary_first_dropout": 0.1,
31
+ "summary_proj_to_labels": true,
32
+ "summary_type": "cls_index",
33
+ "summary_use_proj": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.48.0",
36
+ "use_cache": true,
37
+ "vocab_size": 377
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67aee98d637b33db829f0408374865bdf2600235bcd6975bea0abaf9678c434f
3
+ size 189701008
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "<unk>", "vocab_size": 377, "tokenizer_class": "CustomCIFTokenizer"}