Add pipeline tag

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