souvik0306
commited on
Commit
•
bbe8e4a
1
Parent(s):
cf923f1
Update README.md
Browse files
README.md
CHANGED
@@ -40,16 +40,12 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
40 |
- **lora r:** 32
|
41 |
- **lora alpha:** 64
|
42 |
|
43 |
-
---
|
44 |
-
Prompt Structure
|
45 |
-
```
|
46 |
-
### INSTRUCTION:
|
47 |
-
[instruction]
|
48 |
|
49 |
-
|
50 |
-
|
|
|
51 |
```
|
52 |
-
Train loss :
|
53 |
|
54 |
![training loss](https://cdn-uploads.huggingface.co/production/uploads/63ba46aa0a9866b28cb19a14/6UJaDVRXBjV5Zq_xn_MGe.png)
|
55 |
|
|
|
40 |
- **lora r:** 32
|
41 |
- **lora alpha:** 64
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
+
#### Prompt Structure
|
45 |
+
```
|
46 |
+
<|system|> <|endoftext|> <|user|> [USER PROMPT]<|endoftext|> <|assistant|> [ASSISTANT ANSWER] <|endoftext|>
|
47 |
```
|
48 |
+
#### Train loss :
|
49 |
|
50 |
![training loss](https://cdn-uploads.huggingface.co/production/uploads/63ba46aa0a9866b28cb19a14/6UJaDVRXBjV5Zq_xn_MGe.png)
|
51 |
|