Update README.md
Browse files
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:**
|
| 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:**
|
| 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 |
-
|
|
|
|
| 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
|