Instructions to use SushantGautam/CodeGeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SushantGautam/CodeGeneration with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="SushantGautam/CodeGeneration")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("SushantGautam/CodeGeneration") model = AutoModelForMaskedLM.from_pretrained("SushantGautam/CodeGeneration") - Notebooks
- Google Colab
- Kaggle
Commit ·
afd5ac2
1
Parent(s): 03eb613
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,7 @@ model-index:
|
|
| 7 |
results: []
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
| 11 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
# CodeGeneration
|
| 14 |
|
|
@@ -24,7 +23,7 @@ More information needed
|
|
| 24 |
|
| 25 |
## Training and evaluation data
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
## Training procedure
|
| 30 |
|
|
|
|
| 7 |
results: []
|
| 8 |
---
|
| 9 |
|
| 10 |
+
CodeGeneration model trained by Sushant for A Major Project group at Thapathali Campus.
|
|
|
|
| 11 |
|
| 12 |
# CodeGeneration
|
| 13 |
|
|
|
|
| 23 |
|
| 24 |
## Training and evaluation data
|
| 25 |
|
| 26 |
+
Check training logs at [wandb.ai/ubl/CodeGeneration](https://wandb.ai/ubl/CodeGeneration)
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|