msluszniak commited on
Commit
c365d59
·
verified ·
1 Parent(s): fb2096c

Apply the model card standard

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -17,17 +17,22 @@ Upstream model: [RFDetr](https://github.com/roboflow/rf-detr)
17
  | Path | Backend | Precision |
18
  | --- | --- | --- |
19
  | `coreml/rfdetr_keypoint_preview_coreml_fp16.pte` | coreml | fp16 |
20
- | `mlx/rfdetr_keypoint_preview_mlx_fp32.pte` | mlx | fp32 |
21
  | `xnnpack/rfdetr_keypoint_preview_xnnpack_fp32.pte` | xnnpack | fp32 |
22
 
 
 
 
 
 
 
 
23
  ## Repository structure
24
 
25
  ```
26
  config.json 37 B
27
  coreml/config.json 1.1 kB
28
  coreml/rfdetr_keypoint_preview_coreml_fp16.pte 71.5 MB
29
- mlx/config.json 1.1 kB
30
- mlx/rfdetr_keypoint_preview_mlx_fp32.pte 139 MB
31
  xnnpack/config.json 1.1 kB
32
  xnnpack/rfdetr_keypoint_preview_xnnpack_fp32.pte 139 MB
33
  ```
 
17
  | Path | Backend | Precision |
18
  | --- | --- | --- |
19
  | `coreml/rfdetr_keypoint_preview_coreml_fp16.pte` | coreml | fp16 |
 
20
  | `xnnpack/rfdetr_keypoint_preview_xnnpack_fp32.pte` | xnnpack | fp32 |
21
 
22
+ ## Unshipped backends
23
+
24
+ A backend directory carrying a `NOTES.md` and no `.pte` was exported and
25
+ not published. Its note records why.
26
+
27
+ - `mlx` ([why](https://huggingface.co/software-mansion/react-native-executorch-rfdetr-keypoint/blob/main/mlx/NOTES.md))
28
+
29
  ## Repository structure
30
 
31
  ```
32
  config.json 37 B
33
  coreml/config.json 1.1 kB
34
  coreml/rfdetr_keypoint_preview_coreml_fp16.pte 71.5 MB
35
+ mlx/NOTES.md 1.4 kB
 
36
  xnnpack/config.json 1.1 kB
37
  xnnpack/rfdetr_keypoint_preview_xnnpack_fp32.pte 139 MB
38
  ```