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") - Notebooks
- Google Colab
- Kaggle
devilyouwei commited on
Commit ·
8664840
1
Parent(s): cb50f6a
fix framework image
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
|
| 16 |
# SmartBERT V3 CodeBERT
|
| 17 |
|
| 18 |
-

|
| 19 |
|
| 20 |
## Overview
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
# SmartBERT V3 CodeBERT
|
| 17 |
|
| 18 |
+

|
| 19 |
|
| 20 |
## Overview
|
| 21 |
|