Upload GPTNeoForCausalLM
Browse files- README.md +3 -1
- config.json +21 -2
- generation_config.json +6 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- trl
|
5 |
+
- sft
|
6 |
---
|
7 |
|
8 |
# Model Card for Model ID
|
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPTNeoForCausalLM"
|
@@ -28,6 +29,7 @@
|
|
28 |
]
|
29 |
],
|
30 |
"bos_token_id": 50256,
|
|
|
31 |
"embed_dropout": 0,
|
32 |
"eos_token_id": 50256,
|
33 |
"gradient_checkpointing": false,
|
@@ -39,14 +41,31 @@
|
|
39 |
"model_type": "gpt_neo",
|
40 |
"num_heads": 12,
|
41 |
"num_layers": 12,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
"resid_dropout": 0,
|
43 |
"summary_activation": null,
|
44 |
"summary_first_dropout": 0.1,
|
45 |
"summary_proj_to_labels": true,
|
46 |
"summary_type": "cls_index",
|
47 |
"summary_use_proj": true,
|
48 |
-
"
|
49 |
-
"
|
|
|
50 |
"vocab_size": 50257,
|
51 |
"window_size": 256
|
52 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "EleutherAI/gpt-neo-125m",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTNeoForCausalLM"
|
|
|
29 |
]
|
30 |
],
|
31 |
"bos_token_id": 50256,
|
32 |
+
"classifier_dropout": 0.1,
|
33 |
"embed_dropout": 0,
|
34 |
"eos_token_id": 50256,
|
35 |
"gradient_checkpointing": false,
|
|
|
41 |
"model_type": "gpt_neo",
|
42 |
"num_heads": 12,
|
43 |
"num_layers": 12,
|
44 |
+
"pretraining_tp": 1,
|
45 |
+
"quantization_config": {
|
46 |
+
"_load_in_4bit": true,
|
47 |
+
"_load_in_8bit": false,
|
48 |
+
"bnb_4bit_compute_dtype": "float16",
|
49 |
+
"bnb_4bit_quant_storage": "uint8",
|
50 |
+
"bnb_4bit_quant_type": "nf4",
|
51 |
+
"bnb_4bit_use_double_quant": false,
|
52 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
53 |
+
"llm_int8_has_fp16_weight": false,
|
54 |
+
"llm_int8_skip_modules": null,
|
55 |
+
"llm_int8_threshold": 6.0,
|
56 |
+
"load_in_4bit": true,
|
57 |
+
"load_in_8bit": false,
|
58 |
+
"quant_method": "bitsandbytes"
|
59 |
+
},
|
60 |
"resid_dropout": 0,
|
61 |
"summary_activation": null,
|
62 |
"summary_first_dropout": 0.1,
|
63 |
"summary_proj_to_labels": true,
|
64 |
"summary_type": "cls_index",
|
65 |
"summary_use_proj": true,
|
66 |
+
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.42.4",
|
68 |
+
"use_cache": false,
|
69 |
"vocab_size": 50257,
|
70 |
"window_size": 256
|
71 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.42.4"
|
6 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e473f1e5a49e4498949c0204792b247e4a4d23d199fc0de8c6c7dd06375d114d
|
3 |
+
size 220685232
|