Instructions to use mamiksik/CommitPredictor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mamiksik/CommitPredictor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="mamiksik/CommitPredictor")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("mamiksik/CommitPredictor") model = AutoModelForMaskedLM.from_pretrained("mamiksik/CommitPredictor") - Notebooks
- Google Colab
- Kaggle
End of training (f1/bleu4) trim-lake-106
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 498875705
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bba082baf45d772a7310e08e2614e7ecd958ccab0d1cdc8540fa84278bdd7b2f
|
| 3 |
size 498875705
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49584c659afaa975ddc6243f0d36865de44d1f16be77c1a5b1326e5c7cee7396
|
| 3 |
size 3515
|