SidharthanRajendran commited on
Commit
2f0ac5d
1 Parent(s): 5d1ecfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -31,10 +31,26 @@ More information needed
31
 
32
  ## Training and evaluation data
33
 
34
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  ## Training procedure
37
 
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
 
31
 
32
  ## Training and evaluation data
33
 
34
+ SMS 1:
35
+
36
+ Message: Hey, I'll be there in 10 minutes. See you soon!
37
+
38
+ Label: label_0 (ham)
39
+
40
+ SMS 2:
41
+
42
+ Message: Congratulations! You've won a $1000 gift card. Claim it now by clicking the link.
43
+
44
+ Label: label_1 (spam)
45
+
46
+ In this SMS classification example, the first message is labeled as "label_0" because it appears to be a legitimate text message (ham) with someone informing they will arrive shortly.
47
+ The second message is labeled as "label_1" because it is clearly spam, offering a prize and urging the recipient to click a link, which is a common characteristic of spam messages.
48
+ The classification model uses these labels to identify and filter out spammy SMS messages, ensuring that legitimate messages reach the user's inbox (ham).
49
 
50
  ## Training procedure
51
 
52
+ [Colab](https://colab.research.google.com/drive/1aCE5jBRlqN7KKBIuEjQ40mx3eOzPEfBd?usp=sharing)
53
+
54
  ### Training hyperparameters
55
 
56
  The following hyperparameters were used during training: