nielsr HF Staff commited on
Commit
ef84b85
·
verified ·
1 Parent(s): 0d2e165

Correct pipeline tag, add library name

Browse files

This PR adds relevant pipeline and library tags for the repository, ensuring the models are categorized correctly.

Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,6 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  ---
3
  license: llama2
 
 
4
  base_model:
5
  - unsloth/llama-2-13b
6
  - layoric/llama-2-13b-code-alpaca
@@ -20,4 +34,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: llama2
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ base_model:
6
+ - unsloth/llama-2-13b
7
+ - layoric/llama-2-13b-code-alpaca
8
+ - vanillaOVO/WizardMath-13B-V1.0
9
+ - WizardLMTeam/WizardLM-13B-V1.2
10
+ tags:
11
+ - merge
12
+ ---
13
 
14
  ---
15
  license: llama2
16
+ library_name: transformers
17
+ pipeline_tag: image-text-to-text
18
  base_model:
19
  - unsloth/llama-2-13b
20
  - layoric/llama-2-13b-code-alpaca
 
34
  - ***Instruction Tuned:*** WizardLMTeam/WizardLM-13B-V1.2
35
  - **AIM:** True
36
 
37
+ Benchmark results and paper details can be found at the official [GitHub](https://github.com/ahnobari/ActivationInformedMerging.git).