Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ pipeline_tag: image-classification
|
|
| 17 |
Pre-trained model weights from [vladmandic/face-api](https://github.com/vladmandic/face-api)
|
| 18 |
at commit `189226d63aabb48cb40776fd1c453ebc0fa722f1`, converted losslessly to
|
| 19 |
portable **safetensors** and **gguf** (float32) formats by the
|
| 20 |
-
[`CognitiveOS-Labs/
|
| 21 |
reproducible pipeline.
|
| 22 |
|
| 23 |
## Models
|
|
@@ -52,7 +52,8 @@ and the original TF.js quantization block (source traceability).
|
|
| 52 |
load them yet — a runtime for these architectures is the documented
|
| 53 |
follow-up (see the `face-recognition` CGP repo).
|
| 54 |
- Reference loaders and the full bitwise-validation suite live in the
|
| 55 |
-
`
|
|
|
|
| 56 |
|
| 57 |
## Consumed by
|
| 58 |
|
|
@@ -66,7 +67,7 @@ and the original TF.js quantization block (source traceability).
|
|
| 66 |
|
| 67 |
Weights derived from `vladmandic/face-api` (MIT), commit
|
| 68 |
`189226d63aabb48cb40776fd1c453ebc0fa722f1`, provided "as-is". Conversion tooling
|
| 69 |
-
in the `
|
| 70 |
|
| 71 |
The recognition backbone was trained on VGGFace2-like data by the face-api
|
| 72 |
project; generic face recognition works out of the box, while recognizing
|
|
|
|
| 17 |
Pre-trained model weights from [vladmandic/face-api](https://github.com/vladmandic/face-api)
|
| 18 |
at commit `189226d63aabb48cb40776fd1c453ebc0fa722f1`, converted losslessly to
|
| 19 |
portable **safetensors** and **gguf** (float32) formats by the
|
| 20 |
+
[`CognitiveOS-Labs/tfjs-weights-to-gguf`](https://github.com/CognitiveOS-Labs/tfjs-weights-to-gguf)
|
| 21 |
reproducible pipeline.
|
| 22 |
|
| 23 |
## Models
|
|
|
|
| 52 |
load them yet — a runtime for these architectures is the documented
|
| 53 |
follow-up (see the `face-recognition` CGP repo).
|
| 54 |
- Reference loaders and the full bitwise-validation suite live in the
|
| 55 |
+
[`CognitiveOS-Labs/tfjs-weights-to-gguf`](https://github.com/CognitiveOS-Labs/tfjs-weights-to-gguf)
|
| 56 |
+
repo under `scripts/`.
|
| 57 |
|
| 58 |
## Consumed by
|
| 59 |
|
|
|
|
| 67 |
|
| 68 |
Weights derived from `vladmandic/face-api` (MIT), commit
|
| 69 |
`189226d63aabb48cb40776fd1c453ebc0fa722f1`, provided "as-is". Conversion tooling
|
| 70 |
+
in the `tfjs-weights-to-gguf` repo is MIT.
|
| 71 |
|
| 72 |
The recognition backbone was trained on VGGFace2-like data by the face-api
|
| 73 |
project; generic face recognition works out of the box, while recognizing
|