Add library\_name and pipeline\_tag for enhanced model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  ---
3
  license: llama2
@@ -9,7 +22,7 @@ tags:
9
  - merge
10
  ---
11
  # AIM Paper Checkpoints Uploaded For Replication
12
- This repository includes one of the checkpoints used in the paper "Activation-Informed Merging of Large Language Models". Specifics of this model are as follows:
13
 
14
  - **Merging Method:** ties
15
  - **Models Used In Merging**
@@ -18,4 +31,4 @@ This repository includes one of the checkpoints used in the paper "Activation-In
18
  - ***Math:*** vanillaOVO/WizardMath-13B-V1.0
19
  - **AIM:** True
20
 
21
- Benchmark results and paper details can be found at the official [GitHub](https://github.com/ahnobari/ActivationInformedMerging.git).
 
1
+ ---
2
+ ---
3
+ license: llama2
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ base_model:
7
+ - unsloth/llama-2-13b
8
+ - layoric/llama-2-13b-code-alpaca
9
+ - vanillaOVO/WizardMath-13B-V1.0
10
+ tags:
11
+ - merge
12
+ ---
13
+ ---
14
 
15
  ---
16
  license: llama2
 
22
  - merge
23
  ---
24
  # AIM Paper Checkpoints Uploaded For Replication
25
+ This repository includes one of the checkpoints used in the paper "[Activation-Informed Merging of Large Language Models](https://huggingface.co/papers/2502.02421)". Specifics of this model are as follows:
26
 
27
  - **Merging Method:** ties
28
  - **Models Used In Merging**
 
31
  - ***Math:*** vanillaOVO/WizardMath-13B-V1.0
32
  - **AIM:** True
33
 
34
+ Benchmark results and paper details can be found at the official [GitHub](https://github.com/ahnobari/ActivationInformedMerging.git).