mochodek commited on
Commit
6a77ad4
·
verified ·
1 Parent(s): 4055ef0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  The model is a port of our CommentBERT model from the paper:
2
 
3
  ```
@@ -45,4 +50,4 @@ scores = softmax(output.logits.detach().numpy())
45
 
46
  id2class[np.argmax(scores)]
47
 
48
- ```
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
  The model is a port of our CommentBERT model from the paper:
7
 
8
  ```
 
50
 
51
  id2class[np.argmax(scores)]
52
 
53
+ ```