smares commited on
Commit
f2a4765
·
verified ·
1 Parent(s): a7d2045

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -25,6 +25,12 @@ This guide shows a new user how to:
25
  - run predictions and get Hidden Layer embeddings with `embeddings.py`
26
  - understand where files are stored and how to point to them
27
 
 
 
 
 
 
 
28
  ## 1. Requirements
29
 
30
  - Python 3.9 or newer
 
25
  - run predictions and get Hidden Layer embeddings with `embeddings.py`
26
  - understand where files are stored and how to point to them
27
 
28
+ # Quick Start (Run it in Collab)
29
+
30
+ You can access this notebook to run with google collab:
31
+ https://colab.research.google.com/drive/1R_9aUDhxm9YDdno_Ykg8KJECd3ygQbHl?usp=sharing
32
+
33
+
34
  ## 1. Requirements
35
 
36
  - Python 3.9 or newer