nielsr HF staff commited on
Commit
90b1153
·
verified ·
1 Parent(s): 667e911

Improve model card

Browse files

This PR ensures a proper `library_name` and `pipeline_tag` are added, helping people find this checkpoint in the Hub's search.
Also set `license` to `unknown` as it's unclear what license should be used for a merged model.

Files changed (1) hide show
  1. README.md +5 -3
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
@@ -9,6 +10,7 @@ base_model:
9
  tags:
10
  - merge
11
  ---
 
12
  # AIM Paper Checkpoints Uploaded For Replication
13
  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:
14
 
@@ -20,4 +22,4 @@ This repository includes one of the checkpoints used in the paper "Activation-In
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).
 
 
1
  ---
2
+ license: unknown
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
  base_model:
6
  - unsloth/llama-2-13b
7
  - layoric/llama-2-13b-code-alpaca
 
10
  tags:
11
  - merge
12
  ---
13
+
14
  # AIM Paper Checkpoints Uploaded For Replication
15
  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:
16
 
 
22
  - ***Instruction Tuned:*** WizardLMTeam/WizardLM-13B-V1.2
23
  - **AIM:** True
24
 
25
+ Benchmark results and paper details can be found at the official [GitHub](https://github.com/ahnobari/ActivationInformedMerging.git).