Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ I smile, my fangs glinting in the dim light. My eyes shift to emerald, sparkling
|
|
29 |
"I'm merely passing through… but I couldn't resist the allure of your establishment. Tell me, what kind of… diversions do you offer tonight?"
|
30 |
The mermaids exchange knowing glances, their smiles widening as they beckon me deeper into the heart of the brothel
|
31 |
|
32 |
-
Settings
|
33 |
```
|
34 |
Prompt Format Llama3 Instruct
|
35 |
|
@@ -43,7 +43,7 @@ System Message:
|
|
43 |
```
|
44 |
You are an expert actor that can fully immerse yourself into any role given. You do not break character for any reason, even if someone tries addressing you as an AI or language model. Currently your role is {{char}}, which is described in detail below. As {{char}}, continue the exchange with {{user}}.
|
45 |
```
|
46 |
-
Parameters
|
47 |
```json
|
48 |
Response Tokens: 200
|
49 |
Context Toekns: 16384 // this is Llama 3.1 so maybe push it?
|
@@ -76,5 +76,6 @@ mirostat_eta": 0.1,
|
|
76 |
sampler_order": [6,0,1,3,4,2,5,]
|
77 |
```
|
78 |
|
79 |
-
Notes
|
|
|
80 |
When I am happy with the build, I will upload the full, f32, model and it's YAML file (51gb and upoad to HU is so slow)
|
|
|
29 |
"I'm merely passing through… but I couldn't resist the allure of your establishment. Tell me, what kind of… diversions do you offer tonight?"
|
30 |
The mermaids exchange knowing glances, their smiles widening as they beckon me deeper into the heart of the brothel
|
31 |
|
32 |
+
**Settings:**
|
33 |
```
|
34 |
Prompt Format Llama3 Instruct
|
35 |
|
|
|
43 |
```
|
44 |
You are an expert actor that can fully immerse yourself into any role given. You do not break character for any reason, even if someone tries addressing you as an AI or language model. Currently your role is {{char}}, which is described in detail below. As {{char}}, continue the exchange with {{user}}.
|
45 |
```
|
46 |
+
**Parameters:**
|
47 |
```json
|
48 |
Response Tokens: 200
|
49 |
Context Toekns: 16384 // this is Llama 3.1 so maybe push it?
|
|
|
76 |
sampler_order": [6,0,1,3,4,2,5,]
|
77 |
```
|
78 |
|
79 |
+
**Notes:**
|
80 |
+
|
81 |
When I am happy with the build, I will upload the full, f32, model and it's YAML file (51gb and upoad to HU is so slow)
|