add InstructCodeT5+ 16B model

This commit is contained in:
WANG Yue 2023-05-16 23:16:23 +08:00 committed by GitHub
parent d5c9d81af1
commit 41876aee89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ We release the following CodeT5+ models:
* CodeT5+ `220M` and `770M` at Huggingface [here](https://huggingface.co/Salesforce/codet5p-220m) and [here](https://huggingface.co/Salesforce/codet5p-770m), respectively.
* CodeT5+ `220M` and `770M` that are further tuned on Python subset at Huggingface [here](https://huggingface.co/Salesforce/codet5p-220m-py) and [here](https://huggingface.co/Salesforce/codet5p-770m-py), respectively.
* InstructCodeT5+ `16B` at Huggingface [here](https://huggingface.co/Salesforce/instructcodet5p-16b)
* CodeT5+ `2B`, `6B`, `16B` will be released soon.
# How to Use?
@ -53,4 +54,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
journal={arXiv preprint},
year={2023}
}
```
```