Update README.md
Browse files
README.md
CHANGED
@@ -57,13 +57,13 @@ model-index:
|
|
57 |
<br>
|
58 |
|
59 |
<div style="text-align: center;">
|
60 |
-
<h1>Fine-tuned ALBERT Model for Constructiveness Detection in Steam Reviews</h1>
|
61 |
</div>
|
62 |
<hr>
|
63 |
|
64 |
## <u>Model Summary</u>
|
65 |
|
66 |
-
This model is a fine-tuned version of **albert-base-v2**, designed to classify whether Steam game reviews are constructive or non-constructive. It leverages the [1.5K Steam Reviews Binary Labeled for Constructiveness dataset](https://huggingface.co/datasets/abullard1/steam-reviews-constructiveness-binary-label-annotations-1.5k)
|
67 |
- **1 (constructive)**
|
68 |
- **0 (non-constructive)**
|
69 |
|
@@ -82,13 +82,13 @@ The model can be applied in any scenario where it's important to distinguish bet
|
|
82 |
### Limitations
|
83 |
|
84 |
- **Domain Specificity**: The model was trained on Steam reviews and may not generalize well outside gaming.
|
85 |
-
- **Dataset Imbalance**: The training data has an approximate 63%-37
|
86 |
|
87 |
<hr>
|
88 |
|
89 |
## <u>Evaluation Results</u>
|
90 |
|
91 |
-
The model was trained and evaluated using an 80/10/10 Train/Dev/Test split, achieving the following performance metrics during evaluation using the test set:
|
92 |
|
93 |
- **Accuracy**: 0.80
|
94 |
- **Precision**: 0.80
|
@@ -102,7 +102,7 @@ These results indicate that the model performs reasonably well at identifying th
|
|
102 |
## <u>How to Use</u>
|
103 |
|
104 |
### Huggingface Space
|
105 |
-
Explore and test the model interactively on its [Hugging Face Space](https://huggingface.co/spaces/abullard1/steam-review-constructiveness-classifier)
|
106 |
|
107 |
### Transformers Library
|
108 |
To use the model programmatically, use this Python snippet:
|
|
|
57 |
<br>
|
58 |
|
59 |
<div style="text-align: center;">
|
60 |
+
<b></b><h1>Fine-tuned ALBERT Model for Constructiveness Detection in Steam Reviews</h1></b>
|
61 |
</div>
|
62 |
<hr>
|
63 |
|
64 |
## <u>Model Summary</u>
|
65 |
|
66 |
+
This model is a fine-tuned version of **albert-base-v2**, designed to classify whether Steam game reviews are constructive or non-constructive. It leverages the *[1.5K Steam Reviews Binary Labeled for Constructiveness dataset](https://huggingface.co/datasets/abullard1/steam-reviews-constructiveness-binary-label-annotations-1.5k)*, containing user-generated game reviews labeled as either:
|
67 |
- **1 (constructive)**
|
68 |
- **0 (non-constructive)**
|
69 |
|
|
|
82 |
### Limitations
|
83 |
|
84 |
- **Domain Specificity**: The model was trained on Steam reviews and may not generalize well outside gaming.
|
85 |
+
- **Dataset Imbalance**: The training data has an approximate **63%-37%** split between non-constructive and constructive reviews.
|
86 |
|
87 |
<hr>
|
88 |
|
89 |
## <u>Evaluation Results</u>
|
90 |
|
91 |
+
The model was trained and evaluated using an **80/10/10 Train/Dev/Test** split, achieving the following performance metrics during evaluation using the test set:
|
92 |
|
93 |
- **Accuracy**: 0.80
|
94 |
- **Precision**: 0.80
|
|
|
102 |
## <u>How to Use</u>
|
103 |
|
104 |
### Huggingface Space
|
105 |
+
Explore and test the model interactively on its *[Hugging Face Space](https://huggingface.co/spaces/abullard1/steam-review-constructiveness-classifier)*.
|
106 |
|
107 |
### Transformers Library
|
108 |
To use the model programmatically, use this Python snippet:
|