Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,18 @@ This model is intended to demonstrate my ability to solve a complex problem usin
|
|
42 |
|
43 |
Dataset Source: https://www.kaggle.com/datasets/sid321axn/malicious-urls-dataset
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
## Training procedure
|
46 |
|
47 |
### Training hyperparameters
|
@@ -61,7 +73,6 @@ The following hyperparameters were used during training:
|
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
62 |
| 0.8273 | 1.0 | 6450 | 0.8225 | 0.7279 | 0.6508 | 0.7279 | 0.4611 | 0.7279 | 0.7279 | 0.4422 | 0.6256 | 0.7279 | 0.5436 |
|
63 |
|
64 |
-
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.27.4
|
|
|
42 |
|
43 |
Dataset Source: https://www.kaggle.com/datasets/sid321axn/malicious-urls-dataset
|
44 |
|
45 |
+
_Input Word Length:_
|
46 |
+
|
47 |
+
![Length of Input Text (in Words)](https://github.com/DunnBC22/NLP_Projects/raw/main/Multiclass%20Classification/Malicious%20URLs/Images/Context%20Word%20Length.png)
|
48 |
+
|
49 |
+
_Input Word Length By Class:_
|
50 |
+
|
51 |
+
![Length of Input Text (in Words) By Class](https://github.com/DunnBC22/NLP_Projects/raw/main/Multiclass%20Classification/Malicious%20URLs/Images/Context%20Word%20Length%20By%20Class.png)
|
52 |
+
|
53 |
+
_Class Distribution:_
|
54 |
+
|
55 |
+
![Length of Input Text (in Words)](https://github.com/DunnBC22/NLP_Projects/raw/main/Sentiment%20Analysis/Sentiment%20Analysis%20of%20Commodity%20News%20-%20Gold%20(Transformer%20Comparison)/Images/Class%20Distribution.png)
|
56 |
+
|
57 |
## Training procedure
|
58 |
|
59 |
### Training hyperparameters
|
|
|
73 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
74 |
| 0.8273 | 1.0 | 6450 | 0.8225 | 0.7279 | 0.6508 | 0.7279 | 0.4611 | 0.7279 | 0.7279 | 0.4422 | 0.6256 | 0.7279 | 0.5436 |
|
75 |
|
|
|
76 |
### Framework versions
|
77 |
|
78 |
- Transformers 4.27.4
|