Stardust-minus commited on
Commit
e3b56c2
·
verified ·
1 Parent(s): b74cfae

Delete sampling_params_example.json

Browse files
Files changed (1) hide show
  1. sampling_params_example.json +0 -55
sampling_params_example.json DELETED
@@ -1,55 +0,0 @@
1
- {
2
- "text": "(excited, joyful tone) We're going to DISNEY WORLD! (squeal of delight) I've been saving for (emphasis) three years (breathless) and finally, FINALLY we can go! The look on your face right now is worth every extra shift I worked! (angry) After everything we've been through (break) I can't believe you would (emphasize) betray me like this. I gave you EVERYTHING! And now I'm left with nothing but memories and broken promises!",
3
- "semantic": {
4
- "temperature": 0.9,
5
- "top_p": 0.9,
6
- "repetition_penalty": 1.05
7
- },
8
- "codebooks": [
9
- {
10
- "temperature": 0.9,
11
- "top_p": 0.9,
12
- "repetition_penalty": 1.05
13
- },
14
- {
15
- "temperature": 0.8,
16
- "top_p": 0.8,
17
- "repetition_penalty": 1.1
18
- },
19
- {
20
- "temperature": 0.8,
21
- "top_p": 0.8,
22
- "repetition_penalty": 1.1
23
- },
24
- {
25
- "temperature": 0.7,
26
- "top_p": 0.7,
27
- "repetition_penalty": 1.1
28
- },
29
- {
30
- "temperature": 0.7,
31
- "top_p": 0.7,
32
- "repetition_penalty": 1.1
33
- },
34
- {
35
- "temperature": 0.65,
36
- "top_p": 0.65,
37
- "repetition_penalty": 1.1
38
- },
39
- {
40
- "temperature": 0.65,
41
- "top_p": 0.65,
42
- "repetition_penalty": 1.1
43
- },
44
- {
45
- "temperature": 0.6,
46
- "top_p": 0.6,
47
- "repetition_penalty": 1.1
48
- },
49
- {
50
- "temperature": 0.6,
51
- "top_p": 0.4,
52
- "repetition_penalty": 1.5
53
- }
54
- ]
55
- }