Transformers
PyTorch
code
t5
text2text-generation
code generation
code translation
bug fixing
text-generation-inference
Instructions to use saikatc/NatGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saikatc/NatGen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("saikatc/NatGen") model = AutoModelForSeq2SeqLM.from_pretrained("saikatc/NatGen") - Notebooks
- Google Colab
- Kaggle
Saikat Chakraborty commited on
Commit ·
d3b33d8
1
Parent(s): 9926134
Update README
Browse files
README.md
CHANGED
|
@@ -1,13 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
-
|
| 4 |
-
- c#
|
| 5 |
-
- go
|
| 6 |
-
- java
|
| 7 |
-
- javascript
|
| 8 |
-
- ruby
|
| 9 |
-
- php
|
| 10 |
-
- python
|
| 11 |
thumbnail: "https://to-be-updated"
|
| 12 |
tags:
|
| 13 |
- code generation
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- language_bcp47
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
thumbnail: "https://to-be-updated"
|
| 5 |
tags:
|
| 6 |
- code generation
|