KnutJaegersberg commited on
Commit
3b891a0
1 Parent(s): 2904987

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -1,9 +1,21 @@
1
  ---
2
- tags:
3
- - autotrain
4
- - text-generation
5
- widget:
6
- - text: "I love AutoTrain because "
7
  ---
8
 
9
- # Model Trained Using AutoTrain
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ datasets:
4
+ - KnutJaegersberg/trilobite
 
 
5
  ---
6
 
7
+ Made for the purpose of comparison with the tinyllama model. 3 epochs, neftune on trilobite.
8
+
9
+ Prompt Example:
10
+ ```
11
+ ### System:
12
+
13
+ You are an AI assistant. User will give you a task. Your goal is to complete the task as faithfully as you can. While performing the task think step-by-step and justify your steps.
14
+
15
+
16
+ ### Instruction:
17
+
18
+ How do you fine tune a large language model?
19
+
20
+ ### Response:
21
+ ```