pszemraj commited on
Commit
85581e2
1 Parent(s): c04cfca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,5 +15,7 @@ classifier = pipeline(
15
  accelerator="ort",
16
  )
17
  classifier("ayy waddup")
18
- # [{'label': 'clean', 'score': 0.7447916865348816}]
19
  ```
 
 
 
15
  accelerator="ort",
16
  )
17
  classifier("ayy waddup")
18
+ # [{'label': 'noise', 'score': 0.5396928787231445}]
19
  ```
20
+
21
+ > Note: If you use this on a machine that **doesn't** have avx512_vnni (run `lscpu | grep avx512_vnni`), your output may differ from the one in the comment.