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 ·
88e405a
1
Parent(s): 04c63bd
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2950730119
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f616fff93468b108502209152cee0fff2461c6107088e6c6d729758e3500bbea
|
| 3 |
size 2950730119
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:080e256bfe5c3d17e2958e412f11b98df352283a6bcac5f004b928ce28116e30
|
| 3 |
size 3439
|