Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ library_name: transformers
|
|
3 |
datasets:
|
4 |
- NamCyan/tesoro-code
|
5 |
base_model:
|
6 |
-
-
|
7 |
---
|
8 |
|
9 |
# Improving the detection of technical debt in Java source code with an enriched dataset
|
@@ -18,7 +18,7 @@ This model is the part of Tesoro project, used for detecting technical debt in s
|
|
18 |
- **Developed by:** [Nam Hai Le](https://github.com/NamCyan)
|
19 |
- **Model type:** Encoder-based PLMs
|
20 |
- **Language(s):** Java
|
21 |
-
- **Finetuned from model:** [
|
22 |
|
23 |
### Model Sources
|
24 |
|
|
|
3 |
datasets:
|
4 |
- NamCyan/tesoro-code
|
5 |
base_model:
|
6 |
+
- albert/albert-base-v2
|
7 |
---
|
8 |
|
9 |
# Improving the detection of technical debt in Java source code with an enriched dataset
|
|
|
18 |
- **Developed by:** [Nam Hai Le](https://github.com/NamCyan)
|
19 |
- **Model type:** Encoder-based PLMs
|
20 |
- **Language(s):** Java
|
21 |
+
- **Finetuned from model:** [ALBERT](https://huggingface.co/albert/albert-base-v2)
|
22 |
|
23 |
### Model Sources
|
24 |
|