Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,7 @@ datasets:
|
|
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.
|
20 |
## Use the below instructions for inference
|
|
|
21 |
```
|
22 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
23 |
|
|
|
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.
|
20 |
## Use the below instructions for inference
|
21 |
+
## Modules required- transformers,pytorch,CUDA
|
22 |
```
|
23 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
24 |
|