Commit
·
c6b02a8
1
Parent(s):
8ed0d96
Update README.md
Browse files
README.md
CHANGED
@@ -19,9 +19,7 @@ The model was trained on a dataset containing news articles from various sources
|
|
19 |
|
20 |
## Training Procedure
|
21 |
|
22 |
-
The model was trained
|
23 |
-
|
24 |
-
(Replace placeholders with the actual values used during training.)
|
25 |
|
26 |
## Performance
|
27 |
|
@@ -48,3 +46,6 @@ classifier = pipeline("text-classification", model=model, tokenizer=tokenizer)
|
|
48 |
result = classifier("Women are bad driver.")
|
49 |
print(result)
|
50 |
```
|
|
|
|
|
|
|
|
19 |
|
20 |
## Training Procedure
|
21 |
|
22 |
+
The model was trained using the Adam optimizer for 10 epochs.
|
|
|
|
|
23 |
|
24 |
## Performance
|
25 |
|
|
|
46 |
result = classifier("Women are bad driver.")
|
47 |
print(result)
|
48 |
```
|
49 |
+
|
50 |
+
|
51 |
+
Developed by Shaina Raza
|