Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,16 @@
|
|
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 +88,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 +205,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 Generation
|
5 |
+
license: apache-2.0
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- perplexity
|
10 |
+
- rouge
|
11 |
---
|
12 |
|
13 |
+
# gpt2-lora-review-generation
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
|
|
|
88 |
|
89 |
[More Information Needed]
|
90 |
|
91 |
+
Training Dataset: https://www.kaggle.com/datasets/harisyafie/baldurs-gate-3-steam-reviews
|
92 |
+
|
93 |
### Training Procedure
|
94 |
|
95 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
|
|
205 |
|
206 |
## Model Card Contact
|
207 |
|
208 |
+
[More Information Needed]
|
|
|
|