Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
tags:
|
4 |
- code
|
5 |
- roberta
|
@@ -7,8 +7,30 @@ tags:
|
|
7 |
- lora
|
8 |
- fine-tuned
|
9 |
- emotion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# CodeBERT V2 (LoRA Fine-Tuned)
|
13 |
|
14 |
-
Fine-tuned version of CodeBERT with LoRA on `dair-ai/emotion` dataset. Trained using Hugging Face Transformers and PEFT.
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
tags:
|
4 |
- code
|
5 |
- roberta
|
|
|
7 |
- lora
|
8 |
- fine-tuned
|
9 |
- emotion
|
10 |
+
- natural-language-processing
|
11 |
+
- code-generation
|
12 |
+
- prompt-engineering
|
13 |
+
- code-understanding
|
14 |
+
- text-to-prompt
|
15 |
+
- instruction-tuning
|
16 |
+
datasets:
|
17 |
+
- CM/codexglue_code2text_php
|
18 |
+
- CM/codexglue_code2text_python
|
19 |
+
- CM/codexglue_code2text_javascript
|
20 |
+
- microsoft/codexglue_method_generation
|
21 |
+
language:
|
22 |
+
- th
|
23 |
+
- en
|
24 |
+
metrics:
|
25 |
+
- accuracy
|
26 |
+
- bertscore
|
27 |
+
- bleu
|
28 |
+
base_model:
|
29 |
+
- microsoft/codebert-base
|
30 |
+
pipeline_tag: text2text-generation
|
31 |
+
library_name: adapter-transformers
|
32 |
---
|
33 |
|
34 |
# CodeBERT V2 (LoRA Fine-Tuned)
|
35 |
|
36 |
+
Fine-tuned version of CodeBERT with LoRA on `dair-ai/emotion` dataset. Trained using Hugging Face Transformers and PEFT.
|