QuietImpostor commited on
Commit
a15cdcc
1 Parent(s): ff285d6

Update README.md

Browse files

Adding clarification and simplifying format.

Files changed (1) hide show
  1. README.md +9 -14
README.md CHANGED
@@ -5,21 +5,16 @@ library_name: transformers
5
  tags:
6
  - mergekit
7
  - merge
8
-
 
 
 
 
9
  ---
10
- # merge
11
-
12
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
13
-
14
- ## Merge Details
15
- ### Merge Method
16
-
17
- This model was merged using the passthrough merge method.
18
-
19
- ### Models Merged
20
 
21
- The following models were included in the merge:
22
- * [refuelai/Llama-3-Refueled](https://huggingface.co/refuelai/Llama-3-Refueled)
23
 
24
  ### Configuration
25
 
@@ -36,4 +31,4 @@ slices:
36
 
37
  merge_method: passthrough
38
  dtype: bfloat16
39
- ```
 
5
  tags:
6
  - mergekit
7
  - merge
8
+ license: llama3
9
+ datasets:
10
+ - yahma/alpaca-cleaned
11
+ language:
12
+ - en
13
  ---
14
+ ### Pruning Details
 
 
 
 
 
 
 
 
 
15
 
16
+ This is a prune of [Llama 3 Refueled](https://www.huggingface.co/refuelai/llama-3-refueled) using [mergekit](https://github.com/cg123/mergekit) and [PruneMe](https://www.github.com/arcee-ai/PruneMe)
17
+ The model is untested and still needs some debugging, namely with converting to GGUF, though I am working on that.
18
 
19
  ### Configuration
20
 
 
31
 
32
  merge_method: passthrough
33
  dtype: bfloat16
34
+ ```