Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,7 @@ language:
|
|
| 8 |
# Model Card for Model ID
|
| 9 |
|
| 10 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
-
|
| 12 |
-
|
| 13 |
|
| 14 |
## Model Details
|
| 15 |
This model is a fine-tuned version of roberta-base using LoRA specifically for a binary classification task containing
|
|
@@ -29,36 +28,16 @@ adaptations without altering the pre-trained weights directly.
|
|
| 29 |
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
- **Finetuned from model:** Roberta Base
|
| 31 |
|
| 32 |
-
###
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
- **Repository:** [More Information Needed]
|
| 37 |
-
- **Paper [optional]:** [More Information Needed]
|
| 38 |
-
- **Demo [optional]:** [More Information Needed]
|
| 39 |
-
|
| 40 |
-
## Uses
|
| 41 |
-
|
| 42 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 43 |
|
| 44 |
-
### Direct Use
|
| 45 |
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
[More Information Needed]
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
### Recommendations
|
| 52 |
-
|
| 53 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 54 |
-
|
| 55 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 56 |
-
|
| 57 |
-
## How to Get Started with the Model
|
| 58 |
|
| 59 |
-
|
| 60 |
|
| 61 |
-
|
| 62 |
|
| 63 |
## Training Details
|
| 64 |
|
|
|
|
| 8 |
# Model Card for Model ID
|
| 9 |
|
| 10 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
This model classifies whether the text/email is spam or ham.
|
|
|
|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
This model is a fine-tuned version of roberta-base using LoRA specifically for a binary classification task containing
|
|
|
|
| 28 |
- **Language(s) (NLP):** [More Information Needed]
|
| 29 |
- **Finetuned from model:** Roberta Base
|
| 30 |
|
| 31 |
+
### Training Data
|
| 32 |
+
The model was finetuned on truncated version of SetFit/enron_spam dataset. The SetFit/enron_spam consists of 33716 rows.
|
| 33 |
+
The truncated version consists of 1000 train samples and 1000 test samples with columns, text and label.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
|
|
|
| 35 |
|
| 36 |
+
### Model Sources [optional]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
+
<!-- Provide the basic links for the model. -->
|
| 39 |
|
| 40 |
+
- **Repository:** https://huggingface.co/FacebookAI/roberta-base
|
| 41 |
|
| 42 |
## Training Details
|
| 43 |
|