Langlin Huang commited on
Commit
6cad648
·
1 Parent(s): 8460481

upload model

Browse files
Files changed (3) hide show
  1. README.md +10 -0
  2. config.json +25 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Anonymous Submission
2
+
3
+ This repository contains the model used for anonymous NeurIPS 2025 submission.
4
+
5
+ If the code fails to auto-download the models, you may mannually download the following files.
6
+
7
+ - `pytorch_model.bin`: Model weights
8
+ - `config.json`: Model config
9
+
10
+ This repository does not contain any author-identifiable information.
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "bos_token_id": 128000,
6
+ "eos_token_id": 128001,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 4096,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 14336,
11
+ "max_position_embeddings": 2048,
12
+ "model_type": "llama",
13
+ "num_attention_heads": 32,
14
+ "num_key_value_heads": 8,
15
+ "num_hidden_layers": 1,
16
+ "pad_token_id": 0,
17
+ "rms_norm_eps": 1e-05,
18
+ "tie_word_embeddings": false,
19
+ "torch_dtype": "float16",
20
+ "transformers_version": "4.28.1",
21
+ "use_cache": true,
22
+ "vocab_size": 128256,
23
+ "rope_theta": 500000.0,
24
+ "bias": true
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87011db4c2be8056785ffaa5b9845068bbafac1cdd978bf77871f2e8c4d19f93
3
+ size 5725321327