Update README.md
Browse files
README.md
CHANGED
@@ -1,36 +1,38 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
-
homepage:
|
|
|
4 |
model-index:
|
5 |
- name: Wizard-Vicuna-13B-Uncensored-SpQR
|
6 |
results:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
34 |
---
|
35 |
|
36 |
|
@@ -56,4 +58,4 @@ The following perplexity scores were obtained on various datasets:
|
|
56 |
|:---------:|:----------:|
|
57 |
| c4-new | 7.354 |
|
58 |
| wikitext2 | 5.685 |
|
59 |
-
| ptb-new | 20.822 |
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
homepage: >-
|
4 |
+
https://wandb.ai/hampterbyte/Wizard-Vicuna-13B-Uncensored-SpQR/runs/95vcnhr8/overview
|
5 |
model-index:
|
6 |
- name: Wizard-Vicuna-13B-Uncensored-SpQR
|
7 |
results:
|
8 |
+
- task:
|
9 |
+
type: text-generation-inference
|
10 |
+
name: Text Generation
|
11 |
+
dataset:
|
12 |
+
type: c4-new
|
13 |
+
name: C4 New Dataset
|
14 |
+
metrics:
|
15 |
+
- type: perplexity
|
16 |
+
value: 7.354
|
17 |
+
- task:
|
18 |
+
type: text-generation-inference
|
19 |
+
name: Text Generation
|
20 |
+
dataset:
|
21 |
+
type: wikitext2
|
22 |
+
name: WikiText-2 Dataset
|
23 |
+
metrics:
|
24 |
+
- type: perplexity
|
25 |
+
value: 5.685
|
26 |
+
- task:
|
27 |
+
type: text-generation-inference
|
28 |
+
name: Text Generation
|
29 |
+
dataset:
|
30 |
+
type: ptb-new
|
31 |
+
name: PTB New Dataset
|
32 |
+
metrics:
|
33 |
+
- type: perplexity
|
34 |
+
value: 20.822
|
35 |
+
pipeline_tag: text-generation
|
36 |
---
|
37 |
|
38 |
|
|
|
58 |
|:---------:|:----------:|
|
59 |
| c4-new | 7.354 |
|
60 |
| wikitext2 | 5.685 |
|
61 |
+
| ptb-new | 20.822 |
|