Fill-Mask
Transformers
PyTorch
English
roberta
smart-contract
web3
software-engineering
embedding
codebert
Instructions to use web3se/SmartBERT-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use web3se/SmartBERT-v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="web3se/SmartBERT-v3")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("web3se/SmartBERT-v3") model = AutoModelForMaskedLM.from_pretrained("web3se/SmartBERT-v3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -152,7 +152,8 @@ To train and deploy the SmartBERT V3 model for Web API services, please refer to
|
|
| 152 |
|
| 153 |
---
|
| 154 |
|
| 155 |
-
##
|
| 156 |
|
| 157 |
- [Institute of Intelligent Computing Technology, Suzhou, CAS](http://iict.ac.cn/)
|
| 158 |
-
- [Macau University of Science and Technology](http://www.must.edu.mo)
|
|
|
|
|
|
| 152 |
|
| 153 |
---
|
| 154 |
|
| 155 |
+
## Acknowledgement
|
| 156 |
|
| 157 |
- [Institute of Intelligent Computing Technology, Suzhou, CAS](http://iict.ac.cn/)
|
| 158 |
+
- [Macau University of Science and Technology](http://www.must.edu.mo)
|
| 159 |
+
- CAS Mino (中科劢诺)
|