mirror of
https://github.com/salesforce/CodeT5.git
synced 2024-10-01 06:35:38 -04:00
add InstructCodeT5+ 16B model
This commit is contained in:
parent
d5c9d81af1
commit
41876aee89
@ -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}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user