Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,20 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# 🚀 CodeT5 VB.NET → C# Translator
|
3 |
|
4 |
This is a fine-tuned version of [Salesforce/CodeT5-base](https://huggingface.co/Salesforce/codet5-base) for translating VB.NET to C#.
|
|
|
1 |
+
---
|
2 |
+
language: code
|
3 |
+
tags:
|
4 |
+
- code
|
5 |
+
- translation
|
6 |
+
- codet5
|
7 |
+
- vbnet
|
8 |
+
- csharp
|
9 |
+
- programming
|
10 |
+
- source-code
|
11 |
+
datasets:
|
12 |
+
- custom
|
13 |
+
license: mit
|
14 |
+
library_name: transformers
|
15 |
+
pipeline_tag: translation
|
16 |
+
model_type: codet5
|
17 |
+
---
|
18 |
# 🚀 CodeT5 VB.NET → C# Translator
|
19 |
|
20 |
This is a fine-tuned version of [Salesforce/CodeT5-base](https://huggingface.co/Salesforce/codet5-base) for translating VB.NET to C#.
|