Deeokay commited on
Commit
3d1dd7a
1 Parent(s): b2a0c84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -40,14 +40,14 @@ Quick Start:
40
  - In the same directory create a file call "Modelfile"
41
  - Inside the "Modelfile" type
42
 
43
- ```
44
  FROM ./unsloth.Q4_K_M.gguf
45
 
46
  ```
47
  - Save a go back to the folder (folder where model + Modelfile exisit)
48
  - Now in terminal make sure you are in the same location of the folder and type in the following command
49
 
50
- ```
51
  ollama create mycustomai # "mycustomai" <- you can name it anything u want
52
  ```
53
 
@@ -76,7 +76,7 @@ As the data was getting created with custom special tokens, I had to convert tha
76
 
77
  However I got creative again.. the training data has the following Template:
78
 
79
- ```python
80
  <|begin_of_text|> <|start_header_id|>user<|end_header_id|>
81
  {{.Prompt}}<|eot_id|><|start_header_id|>analysis<|end_header_id|>
82
  {{.Analysis}}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
 
40
  - In the same directory create a file call "Modelfile"
41
  - Inside the "Modelfile" type
42
 
43
+ ```python
44
  FROM ./unsloth.Q4_K_M.gguf
45
 
46
  ```
47
  - Save a go back to the folder (folder where model + Modelfile exisit)
48
  - Now in terminal make sure you are in the same location of the folder and type in the following command
49
 
50
+ ```python
51
  ollama create mycustomai # "mycustomai" <- you can name it anything u want
52
  ```
53
 
 
76
 
77
  However I got creative again.. the training data has the following Template:
78
 
79
+ ```
80
  <|begin_of_text|> <|start_header_id|>user<|end_header_id|>
81
  {{.Prompt}}<|eot_id|><|start_header_id|>analysis<|end_header_id|>
82
  {{.Analysis}}<|eot_id|><|start_header_id|>assistant<|end_header_id|>