Commit
·
da7edb7
1
Parent(s):
50bc82b
docs: link to github repository
Browse files
README.md
CHANGED
|
@@ -106,6 +106,10 @@ probs = 1 / (1 + np.exp(-logits))
|
|
| 106 |
print(probs)
|
| 107 |
```
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
## License
|
| 110 |
|
| 111 |
This model is licensed under [OpenRAIL++](LICENSE)
|
|
|
|
| 106 |
print(probs)
|
| 107 |
```
|
| 108 |
|
| 109 |
+
## Github Repository
|
| 110 |
+
|
| 111 |
+
You can check details on how the model was fine-tuned and evaluated on the [Github Repository](https://github.com/gravitee-io-labs/gravitee-distilbert-multilingual-toxicity-classifier)
|
| 112 |
+
|
| 113 |
## License
|
| 114 |
|
| 115 |
This model is licensed under [OpenRAIL++](LICENSE)
|