saucam commited on
Commit
f92a4b2
·
verified ·
1 Parent(s): 64b7c2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -5,14 +5,15 @@ tags:
5
  - lucyknada/microsoft_WizardLM-2-7B
6
  - upaya07/Arithmo2-Mistral-7B
7
  base_model:
8
- - lucyknada/microsoft_WizardLM-2-7B
 
9
  ---
10
 
11
  # Arithmo-Wizard-2-7B
12
 
13
  Arithmo-Wizard-2-7B is a merge of the following models using [Mergekit](https://github.com/arcee-ai/mergekit):
14
- * [{'model': {'path': 'lucyknada/microsoft_WizardLM-2-7B'}}](https://huggingface.co/{'model': {'path': 'lucyknada/microsoft_WizardLM-2-7B'}})
15
- * [{'model': {'path': 'upaya07/Arithmo2-Mistral-7B'}}](https://huggingface.co/{'model': {'path': 'upaya07/Arithmo2-Mistral-7B'}})
16
 
17
  ## 🧩 Configuration
18
 
@@ -35,7 +36,8 @@ slices:
35
  model:
36
  path: upaya07/Arithmo2-Mistral-7B
37
  parameters:
38
- weight: 0.5```
 
39
 
40
  ## 💻 Usage
41
 
@@ -60,4 +62,4 @@ pipeline = transformers.pipeline(
60
 
61
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
62
  print(outputs[0]["generated_text"])
63
- ```
 
5
  - lucyknada/microsoft_WizardLM-2-7B
6
  - upaya07/Arithmo2-Mistral-7B
7
  base_model:
8
+ - lucyknada/microsoft_WizardLM-2-7B
9
+ license: apache-2.0
10
  ---
11
 
12
  # Arithmo-Wizard-2-7B
13
 
14
  Arithmo-Wizard-2-7B is a merge of the following models using [Mergekit](https://github.com/arcee-ai/mergekit):
15
+ * [lucyknada/microsoft_WizardLM-2-7B](https://huggingface.co/lucyknada/microsoft_WizardLM-2-7B)
16
+ * [upaya07/Arithmo2-Mistral-7B](https://huggingface.co/upaya07/Arithmo2-Mistral-7B)
17
 
18
  ## 🧩 Configuration
19
 
 
36
  model:
37
  path: upaya07/Arithmo2-Mistral-7B
38
  parameters:
39
+ weight: 0.5
40
+ ```
41
 
42
  ## 💻 Usage
43
 
 
62
 
63
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
64
  print(outputs[0]["generated_text"])
65
+ ```