jordimas commited on
Commit
ff39182
1 Parent(s): a260c05

Update link to dirs

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ The models have been converted to *float16* and can be load in with any other qu
21
  | [bloomz-7b1-mt](https://huggingface.co/bigscience/bloomz-7b1-mt) | 7.1B parameter model finetuned on xP3mt |
22
  | [mt0-xxl-mt](https://huggingface.co/bigscience/mt0-xxl-mt) | 13B parameter model finetuned on xP3|
23
 
 
 
24
  ## Simple code to use them
25
 
26
  Install dependencies:
 
21
  | [bloomz-7b1-mt](https://huggingface.co/bigscience/bloomz-7b1-mt) | 7.1B parameter model finetuned on xP3mt |
22
  | [mt0-xxl-mt](https://huggingface.co/bigscience/mt0-xxl-mt) | 13B parameter model finetuned on xP3|
23
 
24
+ See [directories](./) for the different models available.
25
+
26
  ## Simple code to use them
27
 
28
  Install dependencies: