loubnabnl HF staff commited on
Commit
57e0249
1 Parent(s): 1786810

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,4 +4,4 @@ language: code
4
  datasets:
5
  - codeparrot/codecomplex
6
  ---
7
- This is a fine-tuned version of [UniXcoder](https://huggingface.co/microsoft/unixcoder-base-nine), a unified cross-modal pre-trained model for programming languages, on [CodeComplex](https://huggingface.co/datasets/codeparrot/codecomplex), a dataset for complexity prediction of Java code.
 
4
  datasets:
5
  - codeparrot/codecomplex
6
  ---
7
+ This is a fine-tuned version of [UniXcoder](https://huggingface.co/microsoft/unixcoder-base-nine), a unified cross-modal pre-trained model for programming languages, on [CodeComplex](https://huggingface.co/datasets/codeparrot/codecomplex), a dataset for complexity prediction of Java code. You can also find the code for the fine-tuning in this [repository](https://github.com/huggingface/transformers/tree/main/examples/research_projects/codeparrot/examples)