AlekseyKorshuk
commited on
Commit
•
a2a09d3
1
Parent(s):
c4b3249
update model card README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,23 @@
|
|
2 |
license: other
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
model-index:
|
8 |
- name: amazon-reviews-input-output-13b
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,10 +26,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# amazon-reviews-input-output-13b
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/opt-13b](https://huggingface.co/facebook/opt-13b) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 2.7168
|
20 |
- Accuracy: 0.0404
|
|
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
2 |
license: other
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- AlekseyKorshuk/amazon-reviews-input-output
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
10 |
- name: amazon-reviews-input-output-13b
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Causal Language Modeling
|
14 |
+
type: text-generation
|
15 |
+
dataset:
|
16 |
+
name: AlekseyKorshuk/amazon-reviews-input-output
|
17 |
+
type: AlekseyKorshuk/amazon-reviews-input-output
|
18 |
+
metrics:
|
19 |
+
- name: Accuracy
|
20 |
+
type: accuracy
|
21 |
+
value: 0.040426829268292684
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
|
27 |
# amazon-reviews-input-output-13b
|
28 |
|
29 |
+
This model is a fine-tuned version of [facebook/opt-13b](https://huggingface.co/facebook/opt-13b) on the AlekseyKorshuk/amazon-reviews-input-output dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
- Loss: 2.7168
|
32 |
- Accuracy: 0.0404
|
33 |
+
- Samples: 100
|
34 |
+
- Perplexity: 15.1318
|
35 |
+
- Table: <wandb.data_types.Table object at 0x7f8c9a3fb6d0>
|
36 |
|
37 |
## Model description
|
38 |
|