srimoyee12
commited on
Commit
•
dd79356
1
Parent(s):
c4c57fe
Update README.md
Browse files
README.md
CHANGED
@@ -12,27 +12,30 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# srimoyee12/my_awesome_model
|
14 |
|
15 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [Auditor Review](https://huggingface.co/datasets/demo-org/auditor_review).
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Train Loss: 0.1735
|
18 |
- Validation Loss: 0.3834
|
19 |
- Train Accuracy: 0.8524
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
-
|
|
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
|
|
12 |
|
13 |
# srimoyee12/my_awesome_model
|
14 |
|
15 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [Auditor Review Dataset](https://huggingface.co/datasets/demo-org/auditor_review).
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Train Loss: 0.1735
|
18 |
- Validation Loss: 0.3834
|
19 |
- Train Accuracy: 0.8524
|
20 |
+
- Epoch: 3
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
This is a simple classifier model based on DistilBERT. It classifies given data into Negative, Neutral or Positive based on the sentiment.
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
+
Can be used for text classification.
|
29 |
+
|
30 |
+
This is created for illustration purposes and might not have the highest accuracy.
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
+
Default split from the [dataset card](https://huggingface.co/datasets/demo-org/auditor_review)
|
35 |
|
36 |
## Training procedure
|
37 |
|
38 |
+
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|