Felladrin commited on
Commit
5b4129b
·
1 Parent(s): 0ea9d94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -5
README.md CHANGED
@@ -1,9 +1,41 @@
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
+ base_model: ahxt/llama2_xs_460M_experimental
3
+ datasets:
4
+ - garage-bAInd/Open-Platypus
5
+ - Felladrin/Open-Platypus-train.csv
6
  widget:
7
+ - text: |-
8
+ ### User:
9
+ How do the characteristics of our solar system compare to other known planetary systems?
10
+ ### Assistant:
11
+ - text: |-
12
+ ### User:
13
+ Which scientist is best known for his theory of relativity and the equation E=mc²?
14
+ ### Assistant:
15
+ - text: |-
16
+ ### User:
17
+ How to become more healthy?
18
+ ### Assistant:
19
+ - text: |-
20
+ ### User:
21
+ What chemical element, known for its ability to conduct electricity and heat, is also the most abundant metal in Earth''s crust?
22
+ ### Assistant:
23
+ inference:
24
+ parameters:
25
+ max_new_tokens: 64
26
+ repetition_penalty: 1.18
27
  ---
28
 
29
+ # ahxt's llama2_xs_460M_experimental trained on the Open-Platypus dataset
30
+
31
+ - Base model: [ahxt/llama2_xs_460M_experimental](https://huggingface.co/ahxt/llama2_xs_460M_experimental)
32
+ - Dataset: [garage-bAInd/Open-Platypus](https://huggingface.co/datasets/garage-bAInd/Open-Platypus)
33
+ - Trained with [AutoTrain Advanced](https://github.com/huggingface/autotrain-advanced) using [these parameters](https://huggingface.co/Felladrin/llama2_xs_460M_experimental_platypus/blob/0ea9d942179b0d1905b28e0b0befff855720aa8d/training_params.json) and [this CSV file](https://huggingface.co/datasets/Felladrin/Open-Platypus-train.csv/blob/main/train.csv)
34
+
35
+ ## Recommended Prompt Format
36
+
37
+ ```
38
+ ### User:
39
+ <message>
40
+ ### Assistant:
41
+ ```