Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ https://github.com/GeorgeMcIntire/fake_real_news_dataset
|
|
66 |
|
67 |
#### Preprocessing
|
68 |
Preprocessing was made by using this function:
|
69 |
-
|
70 |
import re
|
71 |
import string
|
72 |
import spacy
|
@@ -111,7 +111,7 @@ def testing_data_prep(text):
|
|
111 |
if 12 >= len(new_filtered_words) >= 6:
|
112 |
return ' '.join(new_filtered_words)
|
113 |
return ' '.join(new_filtered_words)
|
114 |
-
|
115 |
|
116 |
#### Training Hyperparameters
|
117 |
The following hyperparameters were used during training:
|
|
|
66 |
|
67 |
#### Preprocessing
|
68 |
Preprocessing was made by using this function:
|
69 |
+
```
|
70 |
import re
|
71 |
import string
|
72 |
import spacy
|
|
|
111 |
if 12 >= len(new_filtered_words) >= 6:
|
112 |
return ' '.join(new_filtered_words)
|
113 |
return ' '.join(new_filtered_words)
|
114 |
+
```
|
115 |
|
116 |
#### Training Hyperparameters
|
117 |
The following hyperparameters were used during training:
|