Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: codet5-salesforce
|
4 |
-
license_link: LICENSE
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: codet5-salesforce
|
4 |
+
license_link: LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- Salesforce/codet5-small
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- code
|
12 |
+
- commit
|
13 |
+
- gitdiff
|
14 |
+
datasets:
|
15 |
+
- seniruk/git-diff_to_commit_msg_large
|
16 |
+
---
|
17 |
+
|
18 |
+
## Fintuned Salesforce/codet5-small base model using 1000000 rows of data with git commits of different types of random languages for 5 epochs
|
19 |
+
## Took a total of 10 hours in a gpu of RTX 4060TI 16GB VRAM.
|