danf0 commited on
Commit
fe55490
1 Parent(s): c242702

Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -31,6 +31,9 @@ That is, the Vendi Score is equal to the exponential of the von Neumann entropy
31
  ## How to Use
32
  The Vendi Score is available as a Python package or in HuggingFace `evaluate`.
33
  To use the Python package, see the instructions at https://github.com/vertaix/Vendi-Score.
 
 
 
34
  To use the `evaluate` module, first install the requirements:
35
  ```
36
  pip install evaluate
 
31
  ## How to Use
32
  The Vendi Score is available as a Python package or in HuggingFace `evaluate`.
33
  To use the Python package, see the instructions at https://github.com/vertaix/Vendi-Score.
34
+ The `evaluate` module supports text, numbers, and precomputed similarity scores or feature embeddings.
35
+ Please use the Python package for more support for images and other datatypes.
36
+
37
  To use the `evaluate` module, first install the requirements:
38
  ```
39
  pip install evaluate