MatthewsO3 commited on
Commit
881fdd9
·
verified ·
1 Parent(s): 4e4e63a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,7 +29,7 @@ A fine-tuned version of [microsoft/graphcodebert-base](https://huggingface.co/mi
29
 
30
  This model extends GraphCodeBERT's pre-training with continued MLM training on C++ and Erlang code. GraphCodeBERT incorporates data flow graphs (DFGs) alongside token sequences, enabling the model to capture semantic relationships between variables in addition to syntactic structure. The fine-tuning objective combines standard MLM loss with an edge-prediction loss over the DFG.
31
 
32
- - **Developed by:** [GitHub link to be added]
33
  - **Model type:** Transformer encoder (RoBERTa-based), Masked Language Model
34
  - **Languages:** C++, Erlang (training); Python, Java, JavaScript (zero-shot evaluation)
35
  - **License:** MIT
@@ -37,7 +37,7 @@ This model extends GraphCodeBERT's pre-training with continued MLM training on C
37
 
38
  ### Model Sources
39
 
40
- - **Repository:** [To be added]
41
 
42
  ## Uses
43
 
@@ -234,4 +234,4 @@ If you use this model, please also cite the original GraphCodeBERT paper:
234
 
235
  ## Model Card Contact
236
 
237
- [To be added — link your GitHub or HuggingFace profile here]
 
29
 
30
  This model extends GraphCodeBERT's pre-training with continued MLM training on C++ and Erlang code. GraphCodeBERT incorporates data flow graphs (DFGs) alongside token sequences, enabling the model to capture semantic relationships between variables in addition to syntactic structure. The fine-tuning objective combines standard MLM loss with an edge-prediction loss over the DFG.
31
 
32
+ - **Developed by:** https://github.com/MatthewsO3/GraphCode-CErl-base
33
  - **Model type:** Transformer encoder (RoBERTa-based), Masked Language Model
34
  - **Languages:** C++, Erlang (training); Python, Java, JavaScript (zero-shot evaluation)
35
  - **License:** MIT
 
37
 
38
  ### Model Sources
39
 
40
+ - **Repository:** https://github.com/MatthewsO3/GraphCode-CErl-base
41
 
42
  ## Uses
43
 
 
234
 
235
  ## Model Card Contact
236
 
237
+ https://github.com/MatthewsO3