kenjon commited on
Commit
e274521
·
verified ·
1 Parent(s): 4981b83

Add dummy discriminator model for UID 379

Browse files
Files changed (4) hide show
  1. README.md +9 -1
  2. miner_info.json +14 -0
  3. model.onnx +1 -1
  4. model_metadata.json +15 -1
README.md CHANGED
@@ -1,6 +1,14 @@
1
  # Dummy Discriminator Model
2
 
3
- This is a dummy discriminator model for testing purposes.
 
 
 
 
 
 
 
 
4
 
5
  ## Model Information
6
 
 
1
  # Dummy Discriminator Model
2
 
3
+ This is a dummy discriminator model for testing purposes, submitted by a BitMind subnet miner.
4
+
5
+ ## Miner Information
6
+
7
+ - **UID**: 379
8
+ - **Coldkey**: ken_coldkey
9
+ - **Hotkey**: hot4
10
+ - **Network**: test
11
+ - **Subnet**: BitMind (netuid: 21)
12
 
13
  ## Model Information
14
 
miner_info.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "miner_identity": {
3
+ "uid": 379,
4
+ "coldkey": "ken_coldkey",
5
+ "hotkey": "hot4",
6
+ "netuid": 21,
7
+ "network": "test"
8
+ },
9
+ "model_info": {
10
+ "model_hash": "54a787bfd285aed8139c35a820a50cb13a045aa05e475e5227cd0819603d9d08",
11
+ "file_size": 22274,
12
+ "upload_timestamp": "2024-01-01T00:00:00Z"
13
+ }
14
+ }
model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c50b4f0c91bf95080a4cd18ca5205981c01d3769988e3d6db82aaaa0d59d8db0
3
  size 22274
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54a787bfd285aed8139c35a820a50cb13a045aa05e475e5227cd0819603d9d08
3
  size 22274
model_metadata.json CHANGED
@@ -1,9 +1,17 @@
1
  {
2
- "model_id": "dummy_discriminator_v1",
3
  "model_type": "detection",
4
  "description": "Dummy discriminator model for testing",
5
  "version": "1.0.0",
6
  "author": "kenjon",
 
 
 
 
 
 
 
 
7
  "architecture": {
8
  "base_model": "custom_cnn",
9
  "num_classes": 3,
@@ -49,5 +57,11 @@
49
  "input_format": "numpy array (3, 224, 224)",
50
  "output_format": "numpy array (3,) - probabilities for [real, synthetic, semisynthetic]",
51
  "example": "model.predict(image_array)"
 
 
 
 
 
 
52
  }
53
  }
 
1
  {
2
+ "model_id": "dummy_discriminator_v1_uid_379",
3
  "model_type": "detection",
4
  "description": "Dummy discriminator model for testing",
5
  "version": "1.0.0",
6
  "author": "kenjon",
7
+ "miner_identity": {
8
+ "uid": 379,
9
+ "coldkey": "ken_coldkey",
10
+ "hotkey": "hot4",
11
+ "netuid": 21,
12
+ "network": "test",
13
+ "subnet": "BitMind"
14
+ },
15
  "architecture": {
16
  "base_model": "custom_cnn",
17
  "num_classes": 3,
 
57
  "input_format": "numpy array (3, 224, 224)",
58
  "output_format": "numpy array (3,) - probabilities for [real, synthetic, semisynthetic]",
59
  "example": "model.predict(image_array)"
60
+ },
61
+ "submission_info": {
62
+ "submitted_at": "2024-01-01T00:00:00Z",
63
+ "submission_block": 0,
64
+ "model_hash": "54a787bfd285aed8139c35a820a50cb13a045aa05e475e5227cd0819603d9d08",
65
+ "file_size": 22274
66
  }
67
  }