Upload model
Browse files- config.json +16 -0
- generation_config.json +4 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "simple-gpt-doupo",
|
3 |
+
"architectures": [
|
4 |
+
"GPTLMHeadModel"
|
5 |
+
],
|
6 |
+
"dropout": 0.1,
|
7 |
+
"initializer_range": 0.02,
|
8 |
+
"model_type": "openai-gpt",
|
9 |
+
"n_embd": 768,
|
10 |
+
"n_head": 12,
|
11 |
+
"n_layer": 12,
|
12 |
+
"n_positions": 512,
|
13 |
+
"torch_dtype": "float32",
|
14 |
+
"transformers_version": "4.35.0",
|
15 |
+
"vocab_size": 5000
|
16 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.35.0"
|
4 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ef02169f69f5657d89836e1491be6dbbe18a1c50641ba84833814ddb8b2870d
|
3 |
+
size 372525664
|