smares commited on
Commit
b1baa59
·
verified ·
1 Parent(s): 734d634

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
  This guide shows a new user how to:
19
  - get the code
20
  - download one or more model checkpoints from Hugging Face
21
- - run embeddings with `embeddings.py`
22
  - understand where files are stored and how to point to them
23
 
24
  ## 1. Requirements
 
18
  This guide shows a new user how to:
19
  - get the code
20
  - download one or more model checkpoints from Hugging Face
21
+ - run predictions and get Hidden Layer embeddings with `embeddings.py`
22
  - understand where files are stored and how to point to them
23
 
24
  ## 1. Requirements