Update README.md
Browse files
README.md
CHANGED
@@ -10,14 +10,16 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: codebert-code-clone-detector
|
12 |
results: []
|
|
|
|
|
13 |
---
|
14 |
|
15 |
-
|
16 |
-
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
# codebert-code-clone-detector
|
19 |
|
20 |
-
This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on
|
|
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.3452
|
23 |
- Accuracy: 0.9525
|
@@ -67,4 +69,4 @@ The following hyperparameters were used during training:
|
|
67 |
- Transformers 4.39.3
|
68 |
- Pytorch 2.1.2
|
69 |
- Datasets 2.18.0
|
70 |
-
- Tokenizers 0.15.2
|
|
|
10 |
model-index:
|
11 |
- name: codebert-code-clone-detector
|
12 |
results: []
|
13 |
+
license: mit
|
14 |
+
pipeline_tag: sentence-similarity
|
15 |
---
|
16 |
|
17 |
+
|
|
|
18 |
|
19 |
# codebert-code-clone-detector
|
20 |
|
21 |
+
This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on a Code Clone Benchmark dataset.
|
22 |
+
See this [github repository](https://github.com/LucK1Y/CodeCloneBERT) for more information.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.3452
|
25 |
- Accuracy: 0.9525
|
|
|
69 |
- Transformers 4.39.3
|
70 |
- Pytorch 2.1.2
|
71 |
- Datasets 2.18.0
|
72 |
+
- Tokenizers 0.15.2
|