Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ model-index:
|
|
| 12 |
language:
|
| 13 |
- en
|
| 14 |
pipeline_tag: text-classification
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# codebert-base-Malicious_URLs
|
|
@@ -78,4 +79,13 @@ The following hyperparameters were used during training:
|
|
| 78 |
- Transformers 4.27.4
|
| 79 |
- Pytorch 2.0.0
|
| 80 |
- Datasets 2.11.0
|
| 81 |
-
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
language:
|
| 13 |
- en
|
| 14 |
pipeline_tag: text-classification
|
| 15 |
+
license: mit
|
| 16 |
---
|
| 17 |
|
| 18 |
# codebert-base-Malicious_URLs
|
|
|
|
| 79 |
- Transformers 4.27.4
|
| 80 |
- Pytorch 2.0.0
|
| 81 |
- Datasets 2.11.0
|
| 82 |
+
- Tokenizers 0.13.3
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
## License Notice
|
| 86 |
+
This model is a fine-tuned derivative of a pretrained model.
|
| 87 |
+
Users must comply with the original model license.
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
## Dataset Notice
|
| 91 |
+
This model was fine-tuned on third-party datasets which may have separate licenses or usage restrictions.
|