Bazsalanszky commited on
Commit
a529617
1 Parent(s): 7a27c2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -14,12 +14,25 @@ datasets:
14
  pipeline_tag: text-generation
15
  ---
16
 
17
- # Uploaded model
18
 
19
  - **Developed by:** Bazsalanszky
20
  - **License:** apache-2.0
21
  - **Finetuned from model :** unsloth/mistral-7b-bnb-4bit
22
 
23
- This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
24
 
25
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  pipeline_tag: text-generation
15
  ---
16
 
17
+ # Mistral-7b-0.1-alpaca-hun-gemin
18
 
19
  - **Developed by:** Bazsalanszky
20
  - **License:** apache-2.0
21
  - **Finetuned from model :** unsloth/mistral-7b-bnb-4bit
22
 
23
+ Gemini által összerakott dataset-el tanított mistral 7B.
24
 
25
+ ## Prompt sablon
26
+
27
+ ```
28
+ Az alábbiakban egy feladatot leíró utasítás látható, további kontextust nyújtó bemenettel párosítva. Írjon olyan választ, amely megfelelően teljesíti a kérést.
29
+
30
+ ** Instruction: **
31
+ {utasítás}
32
+
33
+ ** Input: **
34
+ {bemenet}
35
+
36
+ ** Response: **
37
+ {kimenet}"""
38
+ ```