AELLM commited on
Commit
2941a68
1 Parent(s): 3a228ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,14 +1,19 @@
1
  ---
2
  base_model:
 
3
  - BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference
 
4
  tags:
5
  - merge
6
  - mergekit
 
 
7
  ---
8
 
9
- # gemma-2-lyco-infinity-9b
10
 
11
- gemma-2-lyco-infinity-9b is a merge of the following models using [Mergekit](https://github.com/arcee-ai/mergekit):
 
12
  * [BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference](https://huggingface.co/BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference)
13
 
14
  ## 🧩 Configuration
@@ -37,7 +42,7 @@ import transformers
37
  import torch
38
 
39
  model = "AELLM/gemma-2-lyco-infinity-9b"
40
- messages = [{"role": "user", "content": "What is a large language model?"}]
41
 
42
  tokenizer = AutoTokenizer.from_pretrained(model)
43
  prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
 
1
  ---
2
  base_model:
3
+ - recoilme/recoilme-gemma-2-9B-v0.4
4
  - BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference
5
+ library_name: transformers
6
  tags:
7
  - merge
8
  - mergekit
9
+ language:
10
+ - en
11
  ---
12
 
13
+ # Gemma 2 Lyco Infinity 9B
14
 
15
+ Gemma 2 Lyco Infinity 9B is a merge of the following models using [Mergekit](https://github.com/arcee-ai/mergekit):
16
+ * [recoilme/recoilme-gemma-2-9B-v0.4](https://huggingface.co/recoilme/recoilme-gemma-2-9B-v0.4)
17
  * [BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference](https://huggingface.co/BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference)
18
 
19
  ## 🧩 Configuration
 
42
  import torch
43
 
44
  model = "AELLM/gemma-2-lyco-infinity-9b"
45
+ messages = [{"role": "user", "content": "You're an AI assistant for a time traveler. How do you help them blend into different historical eras without causing any time paradoxes?"}]
46
 
47
  tokenizer = AutoTokenizer.from_pretrained(model)
48
  prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)