Upload folder using huggingface_hub
Browse files- .gitattributes +19 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.BF16.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.F16.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.F32.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q2_K.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_L.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_M.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_S.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_0.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_1.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K_M.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K_S.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_0.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_1.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K_M.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K_S.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q6_K.gguf +3 -0
- GA_Guard_Lite-GGUF/GA_Guard_Lite.Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,22 @@ 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 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.F32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.BF16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c37b4125a52ab5d41f2bef2a10c1ab1384ba501e6739987671af4553367e9e2
|
| 3 |
+
size 1197656096
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb90f1215a19688fae3a9073c428a9d338caf2e45b6a71816259a49fd2e28332
|
| 3 |
+
size 1197656096
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.F32.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56f4ffb1ee47b12441935f1d99b7aecbb9e248734e7b524c3b5afe2a2c05aeac
|
| 3 |
+
size 2389106720
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7990cbe121ffc8f2ece853c52918eeb7e11acba89a2c2adabdc9de3b4c3bf9d
|
| 3 |
+
size 296017408
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2a9823ca98aee25404c35640bddf6028cfcf855546facce957dbcc078bd9a4c
|
| 3 |
+
size 368270848
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f00aa53ac9ce190ffd74956eeeec192ea275ae26808d96660ab9d99c2944416c
|
| 3 |
+
size 346906112
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ddf401aa3e4ae941e814cb04a84438cc60aa06c076d7a83f2fbaca4a0edca64
|
| 3 |
+
size 322854400
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fb42782d4ce10c6f0ea6e22408ba2c93fae0adf19393d5b8c9bc7347f4ad9a0
|
| 3 |
+
size 381345280
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d5d6ff48ec1ee691f38ab5036dcccf6a2c11ea11129902b366104dcb5d1cf9e
|
| 3 |
+
size 408870400
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:330d4692ecbe4a4fdc3a9481bf8e24f830ef2f0473f1d3e3f0e7835ab73611fd
|
| 3 |
+
size 396484096
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:330d4692ecbe4a4fdc3a9481bf8e24f830ef2f0473f1d3e3f0e7835ab73611fd
|
| 3 |
+
size 396484096
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48d856e5ef36ca3c67e3467986033aa78f990de0dee3f12aa166516db38bc0b8
|
| 3 |
+
size 383049216
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e574b86f95f461b4a5aafc4e7e126fa06dd321924b7f2510324ecf603f7d5643
|
| 3 |
+
size 436395520
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d838d8f089ef51f0c0a83825e0bc03ba351447b3608485a36d7c9ffa88bda4a8
|
| 3 |
+
size 463920640
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcd8f2219778ad51ecb6fa2841a85a33eb18e84ce2bf4f19808e2a1eb8d03029
|
| 3 |
+
size 444194304
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcd8f2219778ad51ecb6fa2841a85a33eb18e84ce2bf4f19808e2a1eb8d03029
|
| 3 |
+
size 444194304
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f724e9ef10b4506688f6576dfd052706eafd75234f1e426f5cfce3d3a0bbe733
|
| 3 |
+
size 436395520
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9bc951e5c881161a7c90aefeb472d6cf90354fee198e50c0a25072d5ba50ca3
|
| 3 |
+
size 494886400
|
GA_Guard_Lite-GGUF/GA_Guard_Lite.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6ede804350e1c4d7001ef3e0c4590a1e4c33f0a46579e62077595af19e6f77e
|
| 3 |
+
size 639163616
|