Danil commited on
Commit
c2163fe
1 Parent(s): e599313

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -15,6 +15,9 @@ widget:
15
  ---
16
  ## keyT5. Base (small) version
17
 
 
 
 
18
  Example usage (the code returns a list with keywords. duplicates are possible):
19
  ```python
20
  from itertools import groupby
 
15
  ---
16
  ## keyT5. Base (small) version
17
 
18
+ [Large version](https://huggingface.co/0x7194633/keyt5-base/)
19
+ [Base version](https://huggingface.co/0x7194633/keyt5-large/)
20
+
21
  Example usage (the code returns a list with keywords. duplicates are possible):
22
  ```python
23
  from itertools import groupby