devilyouwei
commited on
update model card
Browse files
README.md
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
language:
|
4 |
-
|
|
|
5 |
base_model:
|
6 |
-
|
7 |
-
pipeline_tag:
|
8 |
tags:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# SmartBERT V2 CodeBERT
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
language:
|
4 |
+
- en
|
5 |
+
inference: true
|
6 |
base_model:
|
7 |
+
- microsoft/codebert-base-mlm
|
8 |
+
pipeline_tag: fill-mask
|
9 |
tags:
|
10 |
+
- fill-mask
|
11 |
+
- smart-contract
|
12 |
+
- web3
|
13 |
+
- software-engineering
|
14 |
+
- embedding
|
15 |
+
- codebert
|
16 |
+
library_name: transformers
|
17 |
---
|
18 |
|
19 |
# SmartBERT V2 CodeBERT
|