Severian commited on
Commit
6ae470a
1 Parent(s): a5dc0f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -74,6 +74,20 @@ input_ids = tokenizer(input_text, return_tensors='pt').to(model.device)["input_i
74
  outputs = model.generate(input_ids, max_new_tokens=1024, temperature=0.0, repetition_penalty=1.1)
75
 
76
  print(tokenizer.batch_decode(outputs)[0])
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  ```
78
 
79
  ---
 
74
  outputs = model.generate(input_ids, max_new_tokens=1024, temperature=0.0, repetition_penalty=1.1)
75
 
76
  print(tokenizer.batch_decode(outputs)[0])
77
+ # <|startoftext|><|im_start|>system
78
+ # You are a helpful AI assistant.
79
+ # <|im_end|>
80
+ # <|im_start|>user
81
+ # A tree needs to leave the earth and become astro-biological. How can it achieve it's goal?
82
+ # <|im_end|>
83
+ # <|im_start|>assistant
84
+ # The process of becoming astronautic life for a tree is an excemtally complicated one that requires a great deal of preparation, coordination, and funding. The first step in this process is for the tree to be identified as a potential candidate for astronautics, which may involve a thorough assessment of its size, health, and suitability for space travel.
85
+ # Once a tree has been identified as a possible astronautic life-form, the next step involves preparing it for spaceflight. This includes training the tree to tolerate low gravity environments, teaching it how to navigate in zero gravity, and ensuring that its nutritional needs are met in space. The process of acclimating a tree to spaceflight can take months or even years, depending on the species and the specific requirements of each mission.
86
+ # Once the tree has been adequately trained and prepared for spaceflight, it must then be transported into orbit or beyond. This may involve launching the tree aboard a rocket or shuttle, or using other methods such as balloons or parachutes to reach its destination. The journey itself can be long and arduous, with many potential risks and challenges along the way.
87
+ # Upon arrival in space, the tree will need to be monitored closely and cared for by astronautic personnel. This may involve feeding the tree, maintaining its health and well-being, and ensuring that it has enough water and nutrients to survive. The tree may also need to be protected from radiation, extreme temperatures, or other hazards that it may face in space.
88
+ # Over time, as the tree adapts to life in space, it will likely undergo some changes in its physical appearance and behavior. For example, it may begin growing in new ways, developing different kinds of leaves or branches in response to the unique environment it finds itself in. It may also become more active and mobile, using its roots to navigate and explore its new home.
89
+ # Throughout this process, there are many challenges that need to be addressed and overcome.<|im_end|>
90
+ # <|endoftext|>
91
  ```
92
 
93
  ---