tensorflowjs-string-weight-dos-poc / models /malicious_extra_string_model.json
hacnho's picture
Upload folder using huggingface_hub
32810b6 verified
Raw
History Blame Contribute Delete
1.82 kB
{
"format": "layers-model",
"generatedBy": "tfjs-huntr-poc",
"convertedBy": null,
"modelTopology": {
"class_name": "Sequential",
"config": {
"name": "sequential_1",
"layers": [
{
"class_name": "Dense",
"config": {
"units": 1,
"activation": "linear",
"use_bias": true,
"kernel_initializer": {
"class_name": "VarianceScaling",
"config": {
"scale": 1,
"mode": "fan_avg",
"distribution": "normal",
"seed": null
}
},
"bias_initializer": {
"class_name": "Zeros",
"config": {}
},
"kernel_regularizer": null,
"bias_regularizer": null,
"activity_regularizer": null,
"kernel_constraint": null,
"bias_constraint": null,
"name": "dense_Dense1",
"trainable": true,
"batch_input_shape": [
null,
1
],
"dtype": "float32"
}
}
]
},
"keras_version": "tfjs-layers 4.22.0",
"backend": "tensor_flow.js"
},
"weightsManifest": [
{
"paths": [
"malicious_extra_string_weights.bin"
],
"weights": [
{
"name": "dense_Dense1/kernel",
"shape": [
1,
1
],
"dtype": "float32"
},
{
"name": "dense_Dense1/bias",
"shape": [
1
],
"dtype": "float32"
},
{
"name": "unused_extra_string",
"shape": [
50000000
],
"dtype": "string"
}
]
}
]
}