adowu commited on
Commit
09c57a1
1 Parent(s): b4908cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -37
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
- - mergekit
8
- - merge
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
- The following models were included in the merge:
23
- * [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
24
 
25
- ### Configuration
 
26
 
27
- The following YAML configuration was used to produce this model:
 
 
 
28
 
29
- ```yaml
30
- models:
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
- merge_method: dare_ties
41
- base_model: adowu/autocodit
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