St3w31 commited on
Commit
1c082de
·
verified ·
1 Parent(s): 0292bfe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,6 +7,8 @@ tags:
7
  - pytorch
8
  - text-classification
9
  - spam-detection
 
 
10
  task_categories:
11
  - text-classification
12
  datasets:
@@ -24,7 +26,7 @@ UCI Machine Learning Repository. https://doi.org/10.24432/C5CC84).
24
  ## Important Notes
25
  - The model returns **logits** as output; to obtain probabilities, apply `torch.sigmoid`.
26
  - The model uses the `bert-base-uncased` tokenizer **only for tokenization** (the encoder is NOT BERT).
27
-
28
  ## Files
29
  - `BiLSTMClassifier.safetensors`: trained weights
30
  - `BiLSTMClassifier.py`: model definition
 
7
  - pytorch
8
  - text-classification
9
  - spam-detection
10
+ model_details:
11
+ parameters: 4403585
12
  task_categories:
13
  - text-classification
14
  datasets:
 
26
  ## Important Notes
27
  - The model returns **logits** as output; to obtain probabilities, apply `torch.sigmoid`.
28
  - The model uses the `bert-base-uncased` tokenizer **only for tokenization** (the encoder is NOT BERT).
29
+ - Number of parameters: ~4.4M
30
  ## Files
31
  - `BiLSTMClassifier.safetensors`: trained weights
32
  - `BiLSTMClassifier.py`: model definition