codemetic commited on
Commit
c3ee549
·
verified ·
1 Parent(s): 22571a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # CWEBERT
7
 
8
- This is the pretrained CWEBERT based on [GraphCodeBERT](https://huggingface.co/microsoft/graphcodebert-base), with about [5M C/C++ code corpus](https://huggingface.co/datasets/codemetic/curve/viewer/pretrain) MLM pretraining.
9
 
10
  ## Getting Start
11
 
@@ -90,4 +98,4 @@ print("\nPredicted most probably Code:\n", predicted_code)
90
 
91
  ## Downstream fine tuneing
92
 
93
- You could fine-tune this pretrained cwebert-mlm for your downstream tasks.
 
1
  ---
2
  library_name: transformers
3
+ license: cc0-1.0
4
+ datasets:
5
+ - codemetic/curve
6
+ language:
7
+ - en
8
+ metrics:
9
+ - code_eval
10
+ base_model:
11
+ - microsoft/graphcodebert-base
12
  ---
13
 
14
  # CWEBERT
15
 
16
+ This is the pretrained CWEBERT based on [GraphCodeBERT](https://huggingface.co/microsoft/graphcodebert-base), with about [5M C/C++ code corpus](https://huggingface.co/datasets/codemetic/curve/viewer/pretrain) MLM pretraining in 3 epochs.
17
 
18
  ## Getting Start
19
 
 
98
 
99
  ## Downstream fine tuneing
100
 
101
+ You could fine-tune this pretrained cwebert-mlm for your downstream tasks.