claudios commited on
Commit
132466e
1 Parent(s): 75124db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,7 +4,8 @@ language:
4
  - code
5
  ---
6
 
7
- # Using Transfer Learning for Code-Related Tasks
 
8
 
9
  This is an *unofficial* reupload of `t5-learning-with-pretraining-bf-task` based off the [author's repo](https://github.com/antonio-mastropaolo/TransferLearning4Code), in the `SafeTensors` format using `transformers` `4.40.1`. I manually converted the checkpoints using the `tf_2_pytorch_T5.py` script and converted the tokenizers with my own script. The goal of this reupload is to prevent older models that are still relevant baselines from becoming stale as a result of changes in HuggingFace. Additionally, I may include minor corrections, such as model max length configuration.
10
 
 
4
  - code
5
  ---
6
 
7
+ # Studying the Usage of Text-To-Text Transfer Transformer to Support Code-Related Tasks
8
+ ## Using Transfer Learning for Code-Related Tasks
9
 
10
  This is an *unofficial* reupload of `t5-learning-with-pretraining-bf-task` based off the [author's repo](https://github.com/antonio-mastropaolo/TransferLearning4Code), in the `SafeTensors` format using `transformers` `4.40.1`. I manually converted the checkpoints using the `tf_2_pytorch_T5.py` script and converted the tokenizers with my own script. The goal of this reupload is to prevent older models that are still relevant baselines from becoming stale as a result of changes in HuggingFace. Additionally, I may include minor corrections, such as model max length configuration.
11