Text2Text Generation
Transformers
PyTorch
t5
codet5
text-generation-inference
nielsr HF staff commited on
Commit
85ae120
1 Parent(s): 6f0f019

Add downstream tasks

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -20,8 +20,15 @@ From the abstract:
20
 
21
  ## Intended uses & limitations
22
 
23
- You can use the model to fine-tune it on code understanding tasks, such as . See the [model hub](https://huggingface.co/models?search=google/vit) to look for
24
- fine-tuned versions on a task that interests you.
 
 
 
 
 
 
 
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