ernlavr commited on
Commit
576d681
·
1 Parent(s): e8d5ac0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -5,6 +5,12 @@ tags:
5
  model-index:
6
  - name: llama2-7bn-xsum-cnn-adapter
7
  results: []
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -12,11 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # llama2-7bn-xsum-cnn-adapter
14
 
15
- This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
 
16
 
17
  ## Model description
18
 
19
- More information needed
20
 
21
  ## Intended uses & limitations
22
 
@@ -51,4 +58,4 @@ The following hyperparameters were used during training:
51
  - Transformers 4.35.0
52
  - Pytorch 2.0.1
53
  - Datasets 2.14.6
54
- - Tokenizers 0.14.1
 
5
  model-index:
6
  - name: llama2-7bn-xsum-cnn-adapter
7
  results: []
8
+ datasets:
9
+ - cnn_dailymail
10
+ - EdinburghNLP/xsum
11
+ language:
12
+ - en
13
+ library_name: adapter-transformers
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
 
19
  # llama2-7bn-xsum-cnn-adapter
20
 
21
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on XSum and CNN/DM.
22
+ See (Weights and Biases)[https://wandb.ai/ernlavr/adv_nlp2023/runs/t8icitt1] for training details.
23
 
24
  ## Model description
25
 
26
+ LoRA adapter model based on LLama2 7bn
27
 
28
  ## Intended uses & limitations
29
 
 
58
  - Transformers 4.35.0
59
  - Pytorch 2.0.1
60
  - Datasets 2.14.6
61
+ - Tokenizers 0.14.1