license: Apache-2.0 + upstream (MIT) attribution
Browse files
README.md
CHANGED
|
@@ -40,6 +40,11 @@ logits = sess.run(["logits"], {"input_ids": enc["input_ids"].astype(np.int64),
|
|
| 40 |
"attention_mask": enc["attention_mask"].astype(np.int64)})[0]
|
| 41 |
```
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
---
|
| 44 |
|
| 45 |
## 🛡️ Patronus Protect
|
|
|
|
| 40 |
"attention_mask": enc["attention_mask"].astype(np.int64)})[0]
|
| 41 |
```
|
| 42 |
|
| 43 |
+
## License
|
| 44 |
+
|
| 45 |
+
This model is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 46 |
+
A copy of the license is included as in this repository.
|
| 47 |
+
|
| 48 |
---
|
| 49 |
|
| 50 |
## 🛡️ Patronus Protect
|