Fix: Improve model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  ---
3
  license: llama2
@@ -7,6 +17,7 @@ base_model:
7
  - WizardLMTeam/WizardLM-13B-V1.2
8
  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:
@@ -18,4 +29,4 @@ This repository includes one of the checkpoints used in the paper "Activation-In
18
  - ***Instruction Tuned:*** WizardLMTeam/WizardLM-13B-V1.2
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
+ license: llama2
3
+ base_model:
4
+ - unsloth/llama-2-13b
5
+ - layoric/llama-2-13b-code-alpaca
6
+ - WizardLMTeam/WizardLM-13B-V1.2
7
+ tags:
8
+ - merge
9
+ pipeline_tag: text-generation
10
+ ---
11
 
12
  ---
13
  license: llama2
 
17
  - WizardLMTeam/WizardLM-13B-V1.2
18
  tags:
19
  - merge
20
+ pipeline_tag: text-generation
21
  ---
22
  # AIM Paper Checkpoints Uploaded For Replication
23
  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:
 
29
  - ***Instruction Tuned:*** WizardLMTeam/WizardLM-13B-V1.2
30
  - **AIM:** True
31
 
32
+ Benchmark results and paper details can be found at the official [GitHub](https://github.com/ahnobari/ActivationInformedMerging.git).