Upload README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,18 @@ model_creator: AIDC-ai-business
|
|
10 |
model_name: Marcoroni 70B
|
11 |
model_type: llama
|
12 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
quantized_by: TheBloke
|
14 |
---
|
15 |
|
@@ -61,6 +73,7 @@ Here is an incomplate list of clients and libraries that are known to support GG
|
|
61 |
<!-- repositories-available start -->
|
62 |
## Repositories available
|
63 |
|
|
|
64 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Marcoroni-70B-GPTQ)
|
65 |
* [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Marcoroni-70B-GGUF)
|
66 |
* [AIDC-ai-business's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/AIDC-ai-business/Marcoroni-70b)
|
@@ -343,6 +356,17 @@ Fine-tuned from Llama-2-70B,we use Orca-style data and other open source data
|
|
343 |
### Response:
|
344 |
```
|
345 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
346 |
|
347 |
### Our Other Projects:
|
348 |
* [AIDC-ai-business/Marcoroni-7B](https://huggingface.co/AIDC-ai-business/Marcoroni-7B)
|
|
|
10 |
model_name: Marcoroni 70B
|
11 |
model_type: llama
|
12 |
pipeline_tag: text-generation
|
13 |
+
prompt_template: 'Below is an instruction that describes a task. Write a response
|
14 |
+
that appropriately completes the request.
|
15 |
+
|
16 |
+
|
17 |
+
### Instruction:
|
18 |
+
|
19 |
+
{prompt}
|
20 |
+
|
21 |
+
|
22 |
+
### Response:
|
23 |
+
|
24 |
+
'
|
25 |
quantized_by: TheBloke
|
26 |
---
|
27 |
|
|
|
73 |
<!-- repositories-available start -->
|
74 |
## Repositories available
|
75 |
|
76 |
+
* [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Marcoroni-70B-AWQ)
|
77 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Marcoroni-70B-GPTQ)
|
78 |
* [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Marcoroni-70B-GGUF)
|
79 |
* [AIDC-ai-business's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/AIDC-ai-business/Marcoroni-70b)
|
|
|
356 |
### Response:
|
357 |
```
|
358 |
|
359 |
+
## Example
|
360 |
+
|
361 |
+
User:
|
362 |
+
|
363 |
+
Give me a brief introduction to Hangzhou and Aliexpress.
|
364 |
+
|
365 |
+
Response:
|
366 |
+
|
367 |
+
Hangzhou is the capital of Zhejiang Province in China, known for its picturesque West Lake, historic monuments, and thriving technology industries. It is a popular tourist destination due to its natural beauty, historical significance, and strong presence of various technology companies.
|
368 |
+
|
369 |
+
Alibaba Group, a multinational technology conglomerate founded in 1999 by Jack Ma, has its headquarters in Hangzhou. One of Alibaba's major businesses is AliExpress, an international online marketplace. It connects buyers from all over the world with sellers mainly from China, offering a wide variety of products at affordable prices. Launched in 2010, AliExpress facilitates small businesses to reach a global audience, and provides buyers with access to a large selection of items, including electronics, clothing, beauty products, and home goods. Its platform supports multiple languages and currencies, making it easier for customers to navigate and shop across the globe.
|
370 |
|
371 |
### Our Other Projects:
|
372 |
* [AIDC-ai-business/Marcoroni-7B](https://huggingface.co/AIDC-ai-business/Marcoroni-7B)
|