juliensimon HF staff commited on
Commit
cf51e05
1 Parent(s): a726faa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -51,6 +51,7 @@ p("Hello world")
51
  ```
52
 
53
  The model is also compatible with [Optimum Intel](https://github.com/huggingface/optimum-intel).
 
54
  For example, you can optimize it with Intel OpenVINO and enjoy a 2x inference speedup (or more).
55
 
56
  ```
@@ -68,6 +69,8 @@ p("Hello world")
68
  # [{'label': 'English', 'score': 0.9802149534225464}]
69
  ```
70
 
 
 
71
  ## Intended uses & limitations
72
 
73
  The model can accurately detect 102 languages. You can find the list on the [dataset](https://huggingface.co/datasets/google/fleurs) page.
 
51
  ```
52
 
53
  The model is also compatible with [Optimum Intel](https://github.com/huggingface/optimum-intel).
54
+
55
  For example, you can optimize it with Intel OpenVINO and enjoy a 2x inference speedup (or more).
56
 
57
  ```
 
69
  # [{'label': 'English', 'score': 0.9802149534225464}]
70
  ```
71
 
72
+ An OpenVINO version of the model is available in the repository.
73
+
74
  ## Intended uses & limitations
75
 
76
  The model can accurately detect 102 languages. You can find the list on the [dataset](https://huggingface.co/datasets/google/fleurs) page.