Danil commited on
Commit
e9f4b94
·
1 Parent(s): fa88905

Update README.md

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