cnmoro commited on
Commit
54078ab
1 Parent(s): 361e321

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - cnmoro/WizardVicuna-PTBR-Instruct-Clean
4
+ language:
5
+ - en
6
+ - pt
7
+ ---
8
+
9
+ This is a finetuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) using [unsloth](https://github.com/unslothai/unsloth) on a instruct portuguese dataset, as an attempt to improve the performance of the model on the language.
10
+
11
+ No benchmarks have been executed yet.
12
+
13
+ The original prompt format was used:
14
+
15
+ ```plaintext
16
+ <s>[INST] {Prompt goes here} [/INST]
17
+ ```