Feature Extraction
Transformers
PyTorch
English
roberta
fill-mask
smart-contract
web3
software-engineering
embedding
codebert
solidity
code-understanding
Instructions to use web3se/SmartBERT-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use web3se/SmartBERT-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="web3se/SmartBERT-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("web3se/SmartBERT-v2") model = AutoModelForMaskedLM.from_pretrained("web3se/SmartBERT-v2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -84,7 +84,7 @@ print(outputs)
|
|
| 84 |
```tex
|
| 85 |
@article{huang2025smart,
|
| 86 |
title={Smart Contract Intent Detection with Pre-trained Programming Language Model},
|
| 87 |
-
author={Huang, Youwei and Li, Jianwen and Fang, Sen and Li, Yao and Yang, Peng and Hu, Bin
|
| 88 |
journal={arXiv preprint arXiv:2508.20086},
|
| 89 |
year={2025}
|
| 90 |
}
|
|
|
|
| 84 |
```tex
|
| 85 |
@article{huang2025smart,
|
| 86 |
title={Smart Contract Intent Detection with Pre-trained Programming Language Model},
|
| 87 |
+
author={Huang, Youwei and Li, Jianwen and Fang, Sen and Li, Yao and Yang, Peng and Hu, Bin},
|
| 88 |
journal={arXiv preprint arXiv:2508.20086},
|
| 89 |
year={2025}
|
| 90 |
}
|