Update README.md
Browse files
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 |
+
```
|