Add downstream tasks
Browse files
README.md
CHANGED
|
@@ -20,8 +20,15 @@ From the abstract:
|
|
| 20 |
|
| 21 |
## Intended uses & limitations
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
### How to use
|
| 27 |
|
|
|
|
| 20 |
|
| 21 |
## Intended uses & limitations
|
| 22 |
|
| 23 |
+
This repository contains the pre-trained model only, so you can use this model for masked span prediction, as shown in the code example below. However, the main use of this model is to fine-tune it for a downstream task of interest, such as:
|
| 24 |
+
* code summarization
|
| 25 |
+
* code generation
|
| 26 |
+
* code translation
|
| 27 |
+
* code refinement
|
| 28 |
+
* code defect detection
|
| 29 |
+
* code clone detection.
|
| 30 |
+
|
| 31 |
+
See the [model hub](https://huggingface.co/models?search=salesforce/codet) to look for fine-tuned versions on a task that interests you.
|
| 32 |
|
| 33 |
### How to use
|
| 34 |
|