bunyaminergen commited on
Commit
756e8dd
·
1 Parent(s): 7e60984
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -68,7 +68,7 @@ print(dataset_423k[0])
68
 
69
  ### Comparison
70
 
71
- ##### Base Model
72
 
73
  `System:` You are a Python programmer.
74
 
@@ -109,7 +109,7 @@ Bubble Sort has a time complexity of O(n^2) in the worst case scenario, making i
109
  algorithms like QuickSort or MergeSort. However, it is easy to understand and implement, which makes it suitable for
110
  small data sets or educational purposes.
111
 
112
- ##### Supervised Fine Tuned Model
113
 
114
  `System:` You are a Python programmer.
115
 
 
68
 
69
  ### Comparison
70
 
71
+ #### Base Model
72
 
73
  `System:` You are a Python programmer.
74
 
 
109
  algorithms like QuickSort or MergeSort. However, it is easy to understand and implement, which makes it suitable for
110
  small data sets or educational purposes.
111
 
112
+ #### Supervised Fine Tuned Model
113
 
114
  `System:` You are a Python programmer.
115