ebowwa commited on
Commit
0289d5f
·
verified ·
1 Parent(s): d15215a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -11,6 +11,15 @@ tags:
11
  base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
12
  ---
13
 
 
 
 
 
 
 
 
 
 
14
  # Uploaded model
15
 
16
  - **Developed by:** ebowwa
 
11
  base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
12
  ---
13
 
14
+ ChatML
15
+ ```
16
+ <|im_start|>system
17
+ I will be working with the dataset from the "ebowwa/Nextjs-app-docs" dataset, which has a single column of data with the header "text". My task is to learn how to use the Next.js App Router to generate relevant responses based on the input text in this dataset, while forgetting any previous knowledge I had about the Next.js Page Router.
18
+ Please provide me with the code to load and format this dataset, and I will demonstrate my understanding of the App Router and how I will apply it to this task.
19
+ <|im_end|>
20
+ <|im_start|>user
21
+ ```
22
+
23
  # Uploaded model
24
 
25
  - **Developed by:** ebowwa