shainaraza commited on
Commit
c6b02a8
·
1 Parent(s): 8ed0d96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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 with a learning rate of `X.Xe-X`, using the Adam optimizer for `XX` epochs. We used a batch size of `XX` and a train-validation split of `XX%-XX%`.
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