Fill-Mask
Transformers
Safetensors
bert
masked-lm
bytecode
genetic-improvement
genetic-programming
mutation
Instructions to use lucapernice/BERT-Bytecode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lucapernice/BERT-Bytecode with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="lucapernice/BERT-Bytecode")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("lucapernice/BERT-Bytecode") model = AutoModelForMaskedLM.from_pretrained("lucapernice/BERT-Bytecode") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -101,7 +101,7 @@ This model supports GI by proposing bytecode mutations:
|
|
| 101 |
## Citation
|
| 102 |
If you use this model:
|
| 103 |
```
|
| 104 |
-
@software{
|
| 105 |
title = {BERT-Bytecode: Masked LM for Python Bytecode Mutation},
|
| 106 |
author = {Luca Pernice},
|
| 107 |
year = {2025},
|
|
|
|
| 101 |
## Citation
|
| 102 |
If you use this model:
|
| 103 |
```
|
| 104 |
+
@software{bert_bytecode_2025,
|
| 105 |
title = {BERT-Bytecode: Masked LM for Python Bytecode Mutation},
|
| 106 |
author = {Luca Pernice},
|
| 107 |
year = {2025},
|