Commit
·
5a54c59
1
Parent(s):
0eed941
commit files to HF hub
Browse files
README.md
CHANGED
@@ -100,7 +100,8 @@ GPTNeoXConfig {
|
|
100 |
"GPTNeoXForCausalLM"
|
101 |
],
|
102 |
"bos_token_id": 0,
|
103 |
-
"
|
|
|
104 |
"text-generation": {
|
105 |
"impl": "h2oai_pipeline.H2OTextGenerationPipeline",
|
106 |
"pt": "AutoModelForCausalLM"
|
@@ -120,7 +121,7 @@ GPTNeoXConfig {
|
|
120 |
"rotary_pct": 0.25,
|
121 |
"tie_word_embeddings": false,
|
122 |
"torch_dtype": "float16",
|
123 |
-
"transformers_version": "4.
|
124 |
"use_cache": true,
|
125 |
"use_parallel_residual": true,
|
126 |
"vocab_size": 50688
|
|
|
100 |
"GPTNeoXForCausalLM"
|
101 |
],
|
102 |
"bos_token_id": 0,
|
103 |
+
"classifier_dropout": 0.1,
|
104 |
+
"custom_pipelines": {
|
105 |
"text-generation": {
|
106 |
"impl": "h2oai_pipeline.H2OTextGenerationPipeline",
|
107 |
"pt": "AutoModelForCausalLM"
|
|
|
121 |
"rotary_pct": 0.25,
|
122 |
"tie_word_embeddings": false,
|
123 |
"torch_dtype": "float16",
|
124 |
+
"transformers_version": "4.30.0.dev0",
|
125 |
"use_cache": true,
|
126 |
"use_parallel_residual": true,
|
127 |
"vocab_size": 50688
|