Instructions to use Mahan-M47/gpt2-lora-review-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mahan-M47/gpt2-lora-review-classification with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Mahan-M47/gpt2-lora-review-classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
#
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
|
@@ -81,6 +87,8 @@ Use the code below to get started with the model.
|
|
| 81 |
|
| 82 |
[More Information Needed]
|
| 83 |
|
|
|
|
|
|
|
| 84 |
### Training Procedure
|
| 85 |
|
| 86 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
|
@@ -196,6 +204,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 196 |
|
| 197 |
## Model Card Contact
|
| 198 |
|
| 199 |
-
[More Information Needed]
|
| 200 |
-
|
| 201 |
-
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- Text Classification
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# GPT2-lora-review-classification
|
| 13 |
|
| 14 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
|
|
|
|
| 87 |
|
| 88 |
[More Information Needed]
|
| 89 |
|
| 90 |
+
Training Dataset: https://www.kaggle.com/datasets/harisyafie/baldurs-gate-3-steam-reviews
|
| 91 |
+
|
| 92 |
### Training Procedure
|
| 93 |
|
| 94 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
|
|
|
| 204 |
|
| 205 |
## Model Card Contact
|
| 206 |
|
| 207 |
+
[More Information Needed]
|
|
|
|
|
|