hivaze commited on
Commit
3bc1174
1 Parent(s): 9ccd792

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
  library_name: peft
3
  base_model: mistralai/Mistral-7B-v0.1
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
@@ -13,17 +21,17 @@ base_model: mistralai/Mistral-7B-v0.1
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
  - **Language(s) (NLP):** [More Information Needed]
25
  - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
@@ -35,7 +43,7 @@ base_model: mistralai/Mistral-7B-v0.1
35
 
36
  ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
 
40
  ### Direct Use
41
 
@@ -205,4 +213,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
205
  ### Framework versions
206
 
207
 
208
- - PEFT 0.6.2
 
1
  ---
2
  library_name: peft
3
  base_model: mistralai/Mistral-7B-v0.1
4
+ datasets:
5
+ - daily_dialog
6
+ language:
7
+ - en
8
+ tags:
9
+ - dialog
10
+ - generic
11
+ - chit-chat
12
  ---
13
 
14
  # Model Card for Model ID
15
 
16
+ LoRA 32r adapter for Mistral finetuned with dialog turn-based prompt on daily_dialog dataset.
17
 
18
 
19
 
 
21
 
22
  ### Model Description
23
 
24
+ LoRA 32r adapter with custom tokenizer config for Mistral finetuned with dialog turn-based prompt on daily_dialog dataset.
25
 
26
 
27
 
28
+ - **Developed by:** Sergey Bratchikov (hivaze)
29
  - **Funded by [optional]:** [More Information Needed]
30
  - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** GPT
32
  - **Language(s) (NLP):** [More Information Needed]
33
  - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** mistralai/Mistral-7B-v0.1
35
 
36
  ### Model Sources [optional]
37
 
 
43
 
44
  ## Uses
45
 
46
+ Can be used only as simple dialog and chit-chatting model.
47
 
48
  ### Direct Use
49
 
 
213
  ### Framework versions
214
 
215
 
216
+ - PEFT 0.6.2