Commit
·
890b33e
1
Parent(s):
e13188b
Initial
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
73 |
model.eval()
|
74 |
|
75 |
messages = [
|
76 |
-
{"role": "system", "content": "You are a Python
|
77 |
{"role": "user", "content": "Give me a quick example of bubble sort in Python."}
|
78 |
]
|
79 |
|
@@ -110,7 +110,7 @@ print(result)
|
|
110 |
|
111 |
#### Base Model
|
112 |
|
113 |
-
`System:` You are a Python
|
114 |
|
115 |
`User:` Give me a quick an example of bubble sort in Python.
|
116 |
|
@@ -151,7 +151,7 @@ small data sets or educational purposes.
|
|
151 |
|
152 |
#### Supervised Fine Tuned Model
|
153 |
|
154 |
-
`System:` You are a Python
|
155 |
|
156 |
`User:` Give me a quick an example of bubble sort in Python.
|
157 |
|
|
|
73 |
model.eval()
|
74 |
|
75 |
messages = [
|
76 |
+
{"role": "system", "content": "You are a senior Python developer."},
|
77 |
{"role": "user", "content": "Give me a quick example of bubble sort in Python."}
|
78 |
]
|
79 |
|
|
|
110 |
|
111 |
#### Base Model
|
112 |
|
113 |
+
`System:` You are a senior Python developer..
|
114 |
|
115 |
`User:` Give me a quick an example of bubble sort in Python.
|
116 |
|
|
|
151 |
|
152 |
#### Supervised Fine Tuned Model
|
153 |
|
154 |
+
`System:` You are a senior Python developer.
|
155 |
|
156 |
`User:` Give me a quick an example of bubble sort in Python.
|
157 |
|