Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- data_collection.log +0 -0
- id_card_classifier.keras +3 -0
- id_card_embedding_model.keras +3 -0
- id_card_embedding_model.tflite +3 -0
- id_classifier.tflite +3 -0
- id_classifier_saved_model.h5 +3 -0
- id_classifier_saved_model.keras +3 -0
- training.log +31 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ 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 |
+
id_card_classifier.keras filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
id_card_embedding_model.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
id_classifier_saved_model.keras filter=lfs diff=lfs merge=lfs -text
|
data_collection.log
ADDED
|
File without changes
|
id_card_classifier.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e90b21421937c957add8855f7d7b15ad28d9374bee1e8179d78fb2d01697f993
|
| 3 |
+
size 5225564
|
id_card_embedding_model.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1fc7ceb1479ad11b5c46917c570054f02f821e3c2dba1eaef9fda69ee8574de
|
| 3 |
+
size 191212794
|
id_card_embedding_model.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9903d80fd83f56263c28aaae3c860074b903acd14e9c369d9895f8109ee3b3b5
|
| 3 |
+
size 1260768
|
id_classifier.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25877b0c95071bed2d0b76145d9b1ea683e14486bb3e2a48ec77d1516340af51
|
| 3 |
+
size 1112296
|
id_classifier_saved_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc69aa3794bce47c7b6f61fd25bcc2860a18eacb59495e8a9dd1add98142a535
|
| 3 |
+
size 8848576
|
id_classifier_saved_model.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bdff809bf4c15fd72310218ae388278a7650be6b04677db77a559bb8c2a37f7
|
| 3 |
+
size 12742591
|
training.log
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2025-09-28 18:37:05,331 INFO: Classes detected: ['Aadhaar', 'Driving Licence', 'PAN', 'Passport', 'VoterID']
|
| 2 |
+
2025-09-28 18:37:07,312 INFO: Starting frozen base model training
|
| 3 |
+
2025-09-28 18:37:58,188 INFO: Starting fine-tuning
|
| 4 |
+
2025-09-28 18:41:15,361 INFO: Classes detected: ['Aadhaar', 'Driving Licence', 'PAN', 'Passport', 'VoterID']
|
| 5 |
+
2025-09-28 18:41:16,082 INFO: Starting frozen base model training
|
| 6 |
+
2025-09-28 18:42:03,576 INFO: Starting fine-tuning
|
| 7 |
+
2025-09-28 18:42:45,819 WARNING: You are saving your model as an HDF5 file via `model.save()` or `keras.saving.save_model(model)`. This file format is considered legacy. We recommend using instead the native Keras format, e.g. `model.save('my_model.keras')` or `keras.saving.save_model(model, 'my_model.keras')`.
|
| 8 |
+
2025-09-28 18:42:45,959 INFO: Saved full Keras model
|
| 9 |
+
2025-09-28 18:44:48,601 INFO: Classes detected: ['Aadhaar', 'Driving Licence', 'PAN', 'Passport', 'VoterID']
|
| 10 |
+
2025-09-28 18:44:49,326 INFO: Starting frozen base model training
|
| 11 |
+
2025-09-28 18:45:36,060 INFO: Starting fine-tuning
|
| 12 |
+
2025-09-28 18:46:19,575 WARNING: You are saving your model as an HDF5 file via `model.save()` or `keras.saving.save_model(model)`. This file format is considered legacy. We recommend using instead the native Keras format, e.g. `model.save('my_model.keras')` or `keras.saving.save_model(model, 'my_model.keras')`.
|
| 13 |
+
2025-09-28 18:46:19,711 INFO: Saved full Keras model
|
| 14 |
+
2025-09-28 18:47:12,511 INFO: Classes detected: ['Aadhaar', 'Driving Licence', 'PAN', 'Passport', 'VoterID']
|
| 15 |
+
2025-09-28 18:47:13,368 INFO: Starting frozen base model training
|
| 16 |
+
2025-09-28 18:47:59,738 INFO: Starting fine-tuning
|
| 17 |
+
2025-09-28 18:48:43,596 INFO: Function `__call__` contains input name(s) resource with unsupported characters which will be renamed to functional_1_1_dense_1_biasadd_readvariableop_resource in the SavedModel.
|
| 18 |
+
2025-09-28 18:48:43,725 INFO: Function `__call__` contains input name(s) resource with unsupported characters which will be renamed to functional_1_1_dense_1_biasadd_readvariableop_resource in the SavedModel.
|
| 19 |
+
2025-09-28 18:48:45,924 INFO: Assets written to: id_classifier_saved_model\assets
|
| 20 |
+
2025-09-28 18:48:46,001 INFO: Saved full Keras model
|
| 21 |
+
2025-09-28 18:57:31,411 INFO: Classes detected: ['Aadhaar', 'Driving Licence', 'PAN', 'Passport', 'VoterID']
|
| 22 |
+
2025-09-28 18:57:32,213 INFO: Starting frozen base model training
|
| 23 |
+
2025-09-28 18:58:22,665 INFO: Starting fine-tuning
|
| 24 |
+
2025-09-28 18:59:07,158 INFO: Saved full Keras model
|
| 25 |
+
2025-09-28 19:00:35,915 INFO: Classes detected: ['Aadhaar', 'Driving Licence', 'PAN', 'Passport', 'VoterID']
|
| 26 |
+
2025-09-28 19:00:36,690 INFO: Starting frozen base model training
|
| 27 |
+
2025-09-28 19:01:21,844 INFO: Starting fine-tuning
|
| 28 |
+
2025-09-28 19:02:03,642 INFO: Saved full Keras model
|
| 29 |
+
2025-09-28 19:02:05,205 INFO: Function `function` contains input name(s) resource with unsupported characters which will be renamed to functional_1_1_dense_1_biasadd_readvariableop_resource in the SavedModel.
|
| 30 |
+
2025-09-28 19:02:05,295 INFO: Function `function` contains input name(s) resource with unsupported characters which will be renamed to functional_1_1_dense_1_biasadd_readvariableop_resource in the SavedModel.
|
| 31 |
+
2025-09-28 19:02:07,738 INFO: Assets written to: C:\Users\kowsh\AppData\Local\Temp\tmplbwzm7vr\assets
|