aceOfDiamonds commited on
Commit
df61939
·
1 Parent(s): 0142ab5

Say why, not what went wrong

Browse files

A backend can be unshipped for a performance reason with nothing having
failed, which is the RF-DETR keypoint case.

Files changed (1) hide show
  1. MODEL_CARD.md +3 -3
MODEL_CARD.md CHANGED
@@ -80,14 +80,14 @@ second answer here would only compete with it.
80
  ### 3. Unshipped backends
81
 
82
  Omitted unless the repository has one. A backend directory carrying a
83
- `NOTES.md` and no `.pte` was exported and not published; the note records what
84
- went wrong, and the card links it rather than repeating it.
85
 
86
  ```markdown
87
  ## Unshipped backends
88
 
89
  A backend directory carrying a `NOTES.md` and no `.pte` was exported and
90
- not published. Its note records what went wrong.
91
 
92
  - `coreml` ([why](https://huggingface.co/software-mansion/<repo>/blob/main/coreml/NOTES.md))
93
  ```
 
80
  ### 3. Unshipped backends
81
 
82
  Omitted unless the repository has one. A backend directory carrying a
83
+ `NOTES.md` and no `.pte` was exported and not published; the note records why,
84
+ and the card links it rather than repeating it.
85
 
86
  ```markdown
87
  ## Unshipped backends
88
 
89
  A backend directory carrying a `NOTES.md` and no `.pte` was exported and
90
+ not published. Its note records why.
91
 
92
  - `coreml` ([why](https://huggingface.co/software-mansion/<repo>/blob/main/coreml/NOTES.md))
93
  ```