felix-red-panda
commited on
Commit
•
e8492bd
1
Parent(s):
c8db4b5
initial model upload
Browse files- .gitattributes +1 -0
- bartleby_v0_1.Q4_K_M.gguf +3 -0
- config.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
bartleby_v0_1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
bartleby_v0_1.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb54f9872caff07e1648562c175fa901ecd8be6dc4daf3348b3b7eef68ccb979
|
3 |
+
size 4368439488
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "mistral"
|
3 |
+
}
|