LavishKK commited on
Commit
f47b544
·
verified ·
1 Parent(s): 1756ff3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -6,6 +6,14 @@ base_model:
6
  - microsoft/codebert-base
7
  pipeline_tag: text-classification
8
  library_name: transformers
 
 
 
 
 
 
 
 
9
  ---
10
  # Model Card for Model ID
11
 
@@ -34,3 +42,8 @@ The model predicts one of two labels:
34
  - `LABEL_1`: Slow code (potential performance issues detected)
35
 
36
  It works best on short to medium-length code snippets in supported programming languages and is intended for use with the 🤗 Transformers library.
 
 
 
 
 
 
6
  - microsoft/codebert-base
7
  pipeline_tag: text-classification
8
  library_name: transformers
9
+ tags:
10
+ - code
11
+ - transformers
12
+ - classification
13
+ - BERT
14
+ - Python
15
+ - Java
16
+ - JavaScript
17
  ---
18
  # Model Card for Model ID
19
 
 
42
  - `LABEL_1`: Slow code (potential performance issues detected)
43
 
44
  It works best on short to medium-length code snippets in supported programming languages and is intended for use with the 🤗 Transformers library.
45
+
46
+ ## Supported Languages
47
+ - Python
48
+ - Java
49
+ - JavaScript