Text Generation
Transformers
Safetensors
llama
OpenAccess AI Collective
MPT
axolotl
text-generation-inference
4-bit precision
gptq
TheBloke commited on
Commit
cb404bd
1 Parent(s): ee60b91

Upload new GPTQs with varied parameters

Browse files
Files changed (1) hide show
  1. README.md +391 -0
README.md ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
4
+ - QingyiSi/Alpaca-CoT
5
+ - teknium/GPTeacher-General-Instruct
6
+ - metaeval/ScienceQA_text_only
7
+ - hellaswag
8
+ - openai/summarize_from_feedback
9
+ - riddle_sense
10
+ - gsm8k
11
+ - camel-ai/math
12
+ - camel-ai/biology
13
+ - camel-ai/physics
14
+ - camel-ai/chemistry
15
+ - winglian/evals
16
+ inference: false
17
+ license: other
18
+ model_type: llama
19
+ tags:
20
+ - OpenAccess AI Collective
21
+ - MPT
22
+ - axolotl
23
+ ---
24
+
25
+ <!-- header start -->
26
+ <div style="width: 100%;">
27
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
28
+ </div>
29
+ <div style="display: flex; justify-content: space-between; width: 100%;">
30
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
31
+ <p><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
32
+ </div>
33
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
34
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
35
+ </div>
36
+ </div>
37
+ <!-- header end -->
38
+
39
+ # OpenAccess AI Collective's Minotaur 13B Fixed GPTQ
40
+
41
+ These files are GPTQ model files for [OpenAccess AI Collective's Minotaur 13B Fixed](https://huggingface.co/openaccess-ai-collective/minotaur-13b-fixed).
42
+
43
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
44
+
45
+ These models were quantised using hardware kindly provided by [Latitude.sh](https://www.latitude.sh/accelerate).
46
+
47
+ ## Repositories available
48
+
49
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/minotaur-13B-fixed-GPTQ)
50
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML)
51
+ * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/openaccess-ai-collective/minotaur-13b-fixed)
52
+
53
+ ## Prompt template: Vicuna
54
+
55
+ ```
56
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
57
+
58
+ USER: {prompt}
59
+ ASSISTANT:
60
+ ```
61
+
62
+ ## Provided files
63
+
64
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
65
+
66
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
67
+
68
+ | Branch | Bits | Group Size | Act Order (desc_act) | File Size | ExLlama Compatible? | Made With | Description |
69
+ | ------ | ---- | ---------- | -------------------- | --------- | ------------------- | --------- | ----------- |
70
+ | main | 4 | 128 | False | 7.45 GB | True | GPTQ-for-LLaMa | Most compatible option. Good inference speed in AutoGPTQ and GPTQ-for-LLaMa. Lower inference quality than other options. |
71
+ | gptq-4bit-32g-actorder_True | 4 | 32 | True | 8.00 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 32g gives highest possible inference quality, with maximum VRAM usage. Poor AutoGPTQ CUDA speed. |
72
+ | gptq-4bit-64g-actorder_True | 4 | 64 | True | 7.51 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 64g uses less VRAM than 32g, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
73
+ | gptq-4bit-128g-actorder_True | 4 | 128 | True | 7.26 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 128g uses even less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
74
+ | gptq-8bit--1g-actorder_True | 8 | None | True | 13.36 GB | False | AutoGPTQ | 8-bit, with Act Order. No group size, to lower VRAM requirements and to improve AutoGPTQ speed. |
75
+ | gptq-8bit-128g-actorder_False | 8 | 128 | False | 13.65 GB | False | AutoGPTQ | 8-bit, with group size 128g for higher inference quality and without Act Order to improve AutoGPTQ speed. |
76
+
77
+ ## How to download from branches
78
+
79
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/minotaur-13B-fixed-GPTQ:gptq-4bit-32g-actorder_True`
80
+ - With Git, you can clone a branch with:
81
+ ```
82
+ git clone --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/minotaur-13B-fixed-GPTQ`
83
+ ```
84
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
85
+
86
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
87
+
88
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
89
+
90
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you know how to make a manual install.
91
+
92
+ 1. Click the **Model tab**.
93
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/minotaur-13B-fixed-GPTQ`.
94
+ - To download from a specific branch, enter for example `TheBloke/minotaur-13B-fixed-GPTQ:gptq-4bit-32g-actorder_True`
95
+ - see Provided Files above for the list of branches for each option.
96
+ 3. Click **Download**.
97
+ 4. The model will start downloading. Once it's finished it will say "Done"
98
+ 5. In the top left, click the refresh icon next to **Model**.
99
+ 6. In the **Model** dropdown, choose the model you just downloaded: `minotaur-13B-fixed-GPTQ`
100
+ 7. The model will automatically load, and is now ready for use!
101
+ 8. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right.
102
+ * Note that you do not need to set GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
103
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
104
+
105
+ ## How to use this GPTQ model from Python code
106
+
107
+ First make sure you have [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) installed:
108
+
109
+ `GITHUB_ACTIONS=true pip install auto-gptq`
110
+
111
+ Then try the following example code:
112
+
113
+ ```python
114
+ from transformers import AutoTokenizer, pipeline, logging
115
+ from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
116
+
117
+ model_name_or_path = "TheBloke/minotaur-13B-fixed-GPTQ"
118
+ model_basename = "minotaur-13b-GPTQ-4bit-128g.no-act.order"
119
+
120
+ use_triton = False
121
+
122
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
123
+
124
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
125
+ model_basename=model_basename
126
+ use_safetensors=True,
127
+ trust_remote_code=True,
128
+ device="cuda:0",
129
+ use_triton=use_triton,
130
+ quantize_config=None)
131
+
132
+ """
133
+ To download from a specific branch, use the revision parameter, as in this example:
134
+
135
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
136
+ revision="gptq-4bit-32g-actorder_True",
137
+ model_basename=model_basename,
138
+ use_safetensors=True,
139
+ trust_remote_code=True,
140
+ device="cuda:0",
141
+ quantize_config=None)
142
+ """
143
+
144
+ prompt = "Tell me about AI"
145
+ prompt_template=f'''A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
146
+
147
+ USER: {prompt}
148
+ ASSISTANT:
149
+ '''
150
+
151
+ print("\n\n*** Generate:")
152
+
153
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
154
+ output = model.generate(inputs=input_ids, temperature=0.7, max_new_tokens=512)
155
+ print(tokenizer.decode(output[0]))
156
+
157
+ # Inference can also be done using transformers' pipeline
158
+
159
+ # Prevent printing spurious transformers error when using pipeline with AutoGPTQ
160
+ logging.set_verbosity(logging.CRITICAL)
161
+
162
+ print("*** Pipeline:")
163
+ pipe = pipeline(
164
+ "text-generation",
165
+ model=model,
166
+ tokenizer=tokenizer,
167
+ max_new_tokens=512,
168
+ temperature=0.7,
169
+ top_p=0.95,
170
+ repetition_penalty=1.15
171
+ )
172
+
173
+ print(pipe(prompt_template)[0]['generated_text'])
174
+ ```
175
+
176
+ ## Compatibility
177
+
178
+ The files provided will work with AutoGPTQ (CUDA and Triton modes), GPTQ-for-LLaMa (only CUDA has been tested), and Occ4m's GPTQ-for-LLaMa fork.
179
+
180
+ ExLlama works with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
181
+
182
+ <!-- footer start -->
183
+ ## Discord
184
+
185
+ For further support, and discussions on these models and AI in general, join us at:
186
+
187
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
188
+
189
+ ## Thanks, and how to contribute.
190
+
191
+ Thanks to the [chirper.ai](https://chirper.ai) team!
192
+
193
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
194
+
195
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
196
+
197
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
198
+
199
+ * Patreon: https://patreon.com/TheBlokeAI
200
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
201
+
202
+ **Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
203
+
204
+ **Patreon special mentions**: Space Cruiser, Nikolai Manek, Sam, Chris McCloskey, Rishabh Srivastava, Kalila, Spiking Neurons AB, Khalefa Al-Ahmad, WelcomeToTheClub, Chadd, Lone Striker, Viktor Bowallius, Edmond Seymore, Ai Maven, Chris Smitley, Dave, Alexandros Triantafyllidis, Luke @flexchar, Elle, ya boyyy, Talal Aujan, Alex , Jonathan Leane, Deep Realms, Randy H, subjectnull, Preetika Verma, Joseph William Delisle, Michael Levine, chris gileta, K, Oscar Rangel, LangChain4j, Trenton Dambrowitz, Eugene Pentland, Johann-Peter Hartmann, Femi Adebogun, Illia Dulskyi, senxiiz, Daniel P. Andersen, Sean Connelly, Artur Olbinski, RoA, Mano Prime, Derek Yates, Raven Klaugh, David Flickinger, Willem Michiel, Pieter, Willian Hasse, vamX, Luke Pendergrass, webtim, Ghost , Rainer Wilmers, Nathan LeClaire, Will Dee, Cory Kujawski, John Detwiler, Fred von Graf, biorpg, Iucharbius , Imad Khwaja, Pierre Kircher, terasurfer , Asp the Wyvern, John Villwock, theTransient, zynix , Gabriel Tamborski, Fen Risland, Gabriel Puliatti, Matthew Berman, Pyrater, SuperWojo, Stephen Murray, Karl Bernard, Ajan Kanaga, Greatston Gnanesh, Junyu Yang.
205
+
206
+ Thank you to all my generous patrons and donaters!
207
+
208
+ <!-- footer end -->
209
+
210
+ # Original model card: OpenAccess AI Collective's Minotaur 13B Fixed
211
+
212
+
213
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
214
+ **[💵 Donate to OpenAccess AI Collective](https://github.com/sponsors/OpenAccess-AI-Collective) to help us keep building great tools and models!**
215
+
216
+ # Due to a bug, the initial release of Minotaur 13B dropped a few datasets during training. We have corrected the issue and this is the retrained model
217
+
218
+ The affected datasets include:
219
+ - prose generation
220
+ - classification
221
+ - coding
222
+
223
+ # Minotaur 13B (FIXED)
224
+
225
+ Minotaur 13B is an instruct fine-tuned model on top of LlaMA-13B. Minotaur 13B is fine-tuned **on only completely open datasets** making this model reproducible by anyone.
226
+
227
+ Questions, comments, feedback, looking to donate, or want to help? Reach out on our [Discord](https://discord.gg/PugNNHAF5r) or email [wing@openaccessaicollective.org](mailto:wing@openaccessaicollective.org)
228
+
229
+ # Prompts
230
+ Chat only style prompts using `USER:`,`ASSISTANT:`.
231
+
232
+ <img src="https://huggingface.co/openaccess-ai-collective/minotaur-13b/resolve/main/minotaur.png" alt="minotaur" width="600" height="500"/>
233
+
234
+ # Training Datasets
235
+
236
+ Minotaur 13B model is fine-tuned on the following openly available datasets:
237
+
238
+ - [WizardLM](https://huggingface.co/datasets/ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered)
239
+ - [subset of QingyiSi/Alpaca-CoT for roleplay and CoT](https://huggingface.co/QingyiSi/Alpaca-CoT)
240
+ - [GPTeacher-General-Instruct](https://huggingface.co/datasets/teknium/GPTeacher-General-Instruct)
241
+ - [metaeval/ScienceQA_text_only](https://huggingface.co/datasets/metaeval/ScienceQA_text_only) - instruct for concise responses
242
+ - [openai/summarize_from_feedback](https://huggingface.co/datasets/openai/summarize_from_feedback) - instruct augmented tl;dr summarization
243
+ - [camel-ai/math](https://huggingface.co/datasets/camel-ai/math)
244
+ - [camel-ai/physics](https://huggingface.co/datasets/camel-ai/physics)
245
+ - [camel-ai/chemistry](https://huggingface.co/datasets/camel-ai/chemistry)
246
+ - [camel-ai/biology](https://huggingface.co/datasets/camel-ai/biology)
247
+ - [winglian/evals](https://huggingface.co/datasets/winglian/evals) - instruct augmented datasets
248
+ - custom sysnthetic datasets around misconceptions, in-context qa, jokes, N-tasks problems, and context-insensitivity
249
+ - ARC-Easy & ARC-Challenge - instruct augmented for detailed responses, derived from the `train` split
250
+ - [hellaswag](https://huggingface.co/datasets/hellaswag) - 30K+ rows of instruct augmented for detailed explanations w 30K+ rows, derived from the `train` split
251
+ - [riddle_sense](https://huggingface.co/datasets/riddle_sense) - instruct augmented, derived from the `train` split
252
+ - [gsm8k](https://huggingface.co/datasets/gsm8k) - instruct augmented, derived from the `train` split
253
+ - prose generation
254
+
255
+ # Shoutouts
256
+
257
+ Special thanks to Nanobit for helping with Axolotl and TheBloke for quantizing these models are more accessible to all.
258
+
259
+ # Demo
260
+
261
+ HF Demo in Spaces available in the [Community ChatBot Arena](https://huggingface.co/spaces/openaccess-ai-collective/rlhf-arena) under the OAAIC Chatbots tab.
262
+
263
+ ## Release Notes
264
+
265
+ - https://wandb.ai/wing-lian/minotaur-13b/runs/5ystr7w6/workspace
266
+
267
+ ## Build
268
+
269
+ Minotaur was built with [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) on 6XA100 80GB
270
+ - 1 epochs taking approximately 7.5 hours
271
+
272
+ ## Bias, Risks, and Limitations
273
+ Minotaur has not been aligned to human preferences with techniques like RLHF or deployed with in-the-loop filtering of responses like ChatGPT, so the model can produce problematic outputs (especially when prompted to do so).
274
+ Minotaur was fine-tuned from the base model LLaMA-13B, please refer to its model card's Limitations Section for relevant information. (included below)
275
+
276
+ ## Benchmarks
277
+
278
+ hf-causal-experimental (pretrained=openaccess-ai-collective/minotaur-13b-fixed), limit: None, provide_description: False, num_fewshot: 0, batch_size: None
279
+ | Task |Version| Metric |Value | |Stderr|
280
+ |-------------|------:|--------|-----:|---|-----:|
281
+ |arc_challenge| 0|acc |0.4778|_ |0.0146|
282
+ | | |acc_norm|0.4932|_ |0.0146|
283
+ |arc_easy | 0|acc |0.7786|_ |0.0085|
284
+ | | |acc_norm|0.7487|_ |0.0089|
285
+ |boolq | 1|acc |0.8141|_ |0.0068|
286
+ |hellaswag | 0|acc |0.6072|_ |0.0049|
287
+ | | |acc_norm|0.7929|_ |0.0040|
288
+ |openbookqa | 0|acc |0.3420|_ |0.0212|
289
+ | | |acc_norm|0.4580|_ |0.0223|
290
+ |piqa | 0|acc |0.8025|_ |0.0093|
291
+ | | |acc_norm|0.8107|_ |0.0091|
292
+ |winogrande | 0|acc |0.7285|_ |0.0125|
293
+
294
+
295
+ ## Examples - results may vary based on temperature (0.7 for this) and other settings
296
+
297
+ ```
298
+ The following is a chat between a USER and a friendly and helpful ASSISTANT.
299
+ USER: Solve for x: 5x = 3x + 10
300
+ ASSISTANT:A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
301
+ USER: Solve for x: 5x = 3x + 10
302
+ ASSISTANT:To solve for x, we need to isolate x on one side of the equation. We can do this by following these steps:
303
+
304
+ 1. Subtract 3x from both sides of the equation:
305
+ 5x - 3x = 3x + 10 - 3x
306
+ 2x = 10
307
+
308
+ 2. Divide both sides of the equation by 2:
309
+ 2x/2 = 10/2
310
+ x = 5
311
+ ```
312
+
313
+ ```
314
+ The following is a chat between a USER and a friendly and helpful ASSISTANT.
315
+ USER: You have 3 apples. You eat 2 pears. How many apples do you have left?
316
+ ASSISTANT:You still have 3 apples. Eating pears does not affect the number of apples you have.
317
+ ```
318
+
319
+ ```
320
+ The following is a chat between a USER and a friendly and helpful ASSISTANT.
321
+ USER: List three words that start with "ex". What is 33 + 77?
322
+ ASSISTANT:Three words that start with "ex" are "express", "exact", and "excite". 33 + 77 = 110.
323
+ ```
324
+
325
+ ```
326
+ The following is a chat between a USER and a friendly and helpful ASSISTANT.
327
+ USER: Write a haiku about dinosaurs.
328
+ ASSISTANT:Titanic creatures roam,
329
+ Thunderous footsteps echo,
330
+ Extinct but not forgotten.
331
+ ```
332
+ meh, 6/7/7 rather than 5/7/5
333
+
334
+
335
+ ```
336
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
337
+ USER: Create an original short story in the style of J.K Rowling about the Weesley family going on a vacation in Australia whith Harry Potter and Hermione Grainger tagging along.
338
+ ASSISTANT:Once upon a time, there was a magical family named the Weesleys. They lived in a cozy little cottage at the edge of Hogsmeade village, where they ran a charming bed and breakfast called "The Flying Ford Anglia." A
339
+ s any other magical family, they enjoyed adventures that brought them close to nature, so they decided to go on a trip to Australia. They invited their dear friends Harry Potter and Hermione Grainger to join them on this ex
340
+ citing journey.
341
+
342
+ The Weesleys had been planning for months and had everything ready for their trip. Their children, Freddie and Roxanne were thrilled to visit the land down under, and their parents, George and Angelina, could not wait to ex
343
+ plore the beautiful country with their friends. They would be leaving soon, but before departing, there was one small problem - the luggage.
344
+
345
+ "We can't possibly take all these trunks!" exclaimed Freddie as he stared at the mountain of bags stacked up in front of him.
346
+
347
+ His father looked at him seriously. "You see, son," he began, "our luggage is crucial because we have to pack all our magical essentials like wand holsters, extra wand chargers, spell books, potions ingredients, and much mo
348
+ re."
349
+
350
+ Roxanne interrupted, "But daddy, we don't even use magic in everyday life! And what if it rains? We'll look weird carrying umbrellas around!"
351
+
352
+ Her mother joined in. "My dear, you know how unpredictable the weather can be. We must always be prepared for unexpected circumstances. Don't forget that even Muggles carry umbrellas."
353
+
354
+ After hours of debating, they finally managed to narrow down their luggage list and fit all the necessary supplies into several large trunks. The day had come; they were ready to leave for their grand adventure!
355
+
356
+ As the Weesleys boarded the Portkey that would transport them across the world, their wands began to glow softly, indicating that they had enough energy to make the journey. The Portkey dropped them off in Sydney, right in
357
+ front of the magnificent Opera House.
358
+
359
+ They spent the first few days exploring the city, marveling at the iconic architecture and tasting local cuisine. Then, as planned, they headed north to visit the Great Barrier Reef, one of the most famous natural wonders o
360
+ f the world.
361
+
362
+ Harry and Hermione joined them during this leg of the trip, which made it even more enjoyable. Harry regaled them with tales of his own travels while Hermione shared her extensive knowledge of plants, animals, and the envir
363
+ onment.
364
+
365
+ Soon, they arrived at a quaint town nestled among vibrant green hills and surrounded by vast cattle farms. It was here that they would learn about Aboriginal culture and see some truly unique sights.
366
+
367
+ One morning, after enjoying a hearty breakfast, they set out to explore the local area. They visited a nearby art gallery that showcased amazing Indigenous works of art, including traditional paintings, sculptures, and text
368
+ iles. Afterward, they attended a didgeridoo concert given by a talented young musician who captivated everyone with his soulful tunes.
369
+
370
+ The following day, they embarked on a bushwalk through the rainforest trails. The air was cool and fresh, and the towering trees seemed to reach for the sky. Hermione took great pleasure in identifying various species of pl
371
+ ants and explaining their medicinal properties.
372
+
373
+ As they walked deeper into the forest, they heard faint chattering noises coming from high above. To their surprise, they spotted a group of small, furry creatures perched on a tree branch. They turned out to be native Aust
374
+ ralian possums, which delighted the children, especially Freddie, who could communicate with them using sign language.
375
+
376
+ Later that afternoon, they visited Uluru, also known as Ayers Rock, a massive sandstone monolith located in the heart of the Outback. The sight of its magnificent red hues against the blue sky left them all speechless. They
377
+ spent the rest of the day exploring the rock formation, taking in the breathtaking views and learning about its significance to the Anangu people.
378
+
379
+ Their last destination was Queensland, home to the world-famous Great Barrier Reef. They spent two days snorkeling, diving, and swimming among the colorful coral reefs, watching schools of fish, sea turtles, and dolphins sw
380
+ im past them.
381
+
382
+ As the sun began to set over the crystal-clear waters, Harry spoke up. "I think it's time we return to reality, don't you agree?" he said, looking at his wife. "This trip has been fantastic, but we can't stay forever."
383
+
384
+ Everyone nodded in agreement as they prepared themselves for their final journey back to Sydney. When they got there, they gathered on the balcony of their hotel room, reminiscing about the incredible memories they had crea
385
+ ted together.
386
+
387
+ "Thank you for inviting us along on your adventure, Weesleys," said Harry. "It was an honor and a privilege to share this experience with such kind and generous friends. I hope we can do it again sometime."
388
+
389
+ With tears in their eyes and heavy hearts, they bid each other farewell, promising to keep in touch and meet again soon. And so, their epic journey came to an end. But the memories would remain with them forever, reminding
390
+ them of the power of friendship, the beauty of nature, and the importance of discovering new worlds.
391
+ ```