Update README.md
Browse files
README.md
CHANGED
@@ -1,46 +1,27 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
-
- adowu/autocodit
|
4 |
-
- openchat/openchat-3.5-0106
|
5 |
library_name: transformers
|
|
|
|
|
|
|
|
|
6 |
tags:
|
7 |
-
-
|
8 |
-
-
|
9 |
-
|
10 |
---
|
11 |
-
# merge
|
12 |
-
|
13 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
-
|
15 |
-
## Merge Details
|
16 |
-
### Merge Method
|
17 |
-
|
18 |
-
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [adowu/autocodit](https://huggingface.co/adowu/autocodit) as a base.
|
19 |
-
|
20 |
-
### Models Merged
|
21 |
|
22 |
-
|
23 |
-
* [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
|
24 |
|
25 |
-
|
|
|
26 |
|
27 |
-
|
|
|
|
|
|
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
- model: openchat/openchat-3.5-0106
|
32 |
-
parameters:
|
33 |
-
density: 1.0
|
34 |
-
weight: 0.8
|
35 |
-
- model: adowu/autocodit
|
36 |
-
parameters:
|
37 |
-
density: 0.8
|
38 |
-
weight: 0.8
|
39 |
|
40 |
-
|
41 |
-
|
42 |
-
parameters:
|
43 |
-
normalize: true
|
44 |
-
int8_mask: true
|
45 |
-
dtype: bfloat16
|
46 |
-
```
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
+
- astral
|
9 |
+
- demo
|
10 |
+
- mistral
|
11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
+
### astral-demo-3
|
|
|
14 |
|
15 |
+
## Overview
|
16 |
+
astral-demo-3 is a streamlined language model designed for quick demonstrations and insights into NLP capabilities, focusing on text generation and analysis.
|
17 |
|
18 |
+
## Features
|
19 |
+
- Efficient Text Generation: Quickly produces text for a variety of applications.
|
20 |
+
- Compact and Fast: Optimized for speed, making it ideal for demos and prototyping.
|
21 |
+
- Prototype Development: Tests ideas in conversational AI and content generation.
|
22 |
|
23 |
+
## Performance
|
24 |
+
Balances performance with accuracy, providing a practical demonstration of NLP technology in action.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
- **Developed by:** aww
|
27 |
+
- **Model type:** Mistral
|
|
|
|
|
|
|
|
|
|