mia naomi
commited on
Commit
•
2e9561e
1
Parent(s):
a75576c
add model
Browse files- config.json +2 -2
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTJForCausalLM"
|
@@ -38,6 +38,6 @@
|
|
38 |
"tokenizer_class": "GPT2Tokenizer",
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.14.1",
|
41 |
-
"use_cache":
|
42 |
"vocab_size": 50400
|
43 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "crumb/gpt-j-6b-finetune",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTJForCausalLM"
|
|
|
38 |
"tokenizer_class": "GPT2Tokenizer",
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.14.1",
|
41 |
+
"use_cache": true,
|
42 |
"vocab_size": 50400
|
43 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b9f221768cbf387dd1853191f899a5dff329fc62cd9c0684791ee87a611d381
|
3 |
+
size 6177229767
|