retiredcarboxyl commited on
Commit
3e0e808
1 Parent(s): 04fb32c

Update README.md

Browse files

updated readme.md file

Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -8,13 +8,17 @@ tags:
8
  base_model:
9
  - meta-llama/Llama-2-7b-chat-hf
10
  - meta-llama/Llama-2-7b-hf
 
 
11
  ---
12
 
13
  # CarbonGPT
14
 
15
  CarbonGPT is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
16
- * [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)
17
- * [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
 
 
18
 
19
  ## 🧩 Configuration
20
 
 
8
  base_model:
9
  - meta-llama/Llama-2-7b-chat-hf
10
  - meta-llama/Llama-2-7b-hf
11
+ language:
12
+ - en
13
  ---
14
 
15
  # CarbonGPT
16
 
17
  CarbonGPT is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
18
+ * [meta-llama/Llama-2-70b-chat-hf](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)
19
+ * [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1)
20
+ * [google/gemma-7b] (https://huggingface.co/google/gemma-7b)
21
+ * [tiiuae/falcon-180B] (https://huggingface.co/tiiuae/falcon-180B)
22
 
23
  ## 🧩 Configuration
24