mbahrami commited on
Commit
02ea827
•
1 Parent(s): 6aa1d2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # 🔥 AugCode 🔥
2
  This is Augmented Code Model which is a fined-tune model of [CodeBERT](https://huggingface.co/microsoft/codebert-base) for processing of similarity between given docstring and code. This model is fined-model based on Augmented Code Corpus with ACS=4.
3
 
1
+ ---
2
+ license: mit
3
+ widget:
4
+ language:
5
+ - en
6
+ metrics:
7
+ - mrr
8
+ datasets:
9
+ - augmented_codesearchnet
10
+ ---
11
  # 🔥 AugCode 🔥
12
  This is Augmented Code Model which is a fined-tune model of [CodeBERT](https://huggingface.co/microsoft/codebert-base) for processing of similarity between given docstring and code. This model is fined-model based on Augmented Code Corpus with ACS=4.
13