AmineSaidi-ISTIC
commited on
Commit
•
a313e26
1
Parent(s):
cd130b2
End of training
Browse files- README.md +54 -0
- adapter_config.json +30 -0
- adapter_model.safetensors +3 -0
- runs/Mar07_21-03-55_e1539f2d538a/events.out.tfevents.1709845446.e1539f2d538a.151.0 +3 -0
- runs/Mar07_21-03-55_e1539f2d538a/events.out.tfevents.1709845524.e1539f2d538a.151.1 +3 -0
- runs/Mar07_21-07-13_e1539f2d538a/events.out.tfevents.1709845646.e1539f2d538a.334.0 +3 -0
- runs/Mar07_21-09-23_e1539f2d538a/events.out.tfevents.1709845870.e1539f2d538a.439.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: meta-llama/LlamaGuard-7b
|
7 |
+
model-index:
|
8 |
+
- name: LlamaGuard-7b-finetuned-ag-news
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# LlamaGuard-7b-finetuned-ag-news
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [meta-llama/LlamaGuard-7b](https://huggingface.co/meta-llama/LlamaGuard-7b) on the None dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0002
|
37 |
+
- train_batch_size: 4
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: cosine
|
42 |
+
- training_steps: 1000
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
### Framework versions
|
49 |
+
|
50 |
+
- PEFT 0.9.0
|
51 |
+
- Transformers 4.38.2
|
52 |
+
- Pytorch 2.1.2
|
53 |
+
- Datasets 2.1.0
|
54 |
+
- Tokenizers 0.15.2
|
adapter_config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "meta-llama/LlamaGuard-7b",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 16,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj",
|
24 |
+
"o_proj",
|
25 |
+
"k_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM",
|
28 |
+
"use_dora": false,
|
29 |
+
"use_rslora": false
|
30 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dcd30f5d74c9be6c221c3df4d80d7a3d89089b5370f04086a88117c343e9341
|
3 |
+
size 67143296
|
runs/Mar07_21-03-55_e1539f2d538a/events.out.tfevents.1709845446.e1539f2d538a.151.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97e79b80a8d62421ce26616acc48efb9de6bdb1f8469be76ab74cc4a417d701c
|
3 |
+
size 4184
|
runs/Mar07_21-03-55_e1539f2d538a/events.out.tfevents.1709845524.e1539f2d538a.151.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:846cabeab64bdc4630f325612c19eea4c93553a4b679ace63413dc45c9ae6a5e
|
3 |
+
size 4184
|
runs/Mar07_21-07-13_e1539f2d538a/events.out.tfevents.1709845646.e1539f2d538a.334.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4198c554b3ef266c092d6225848b8f24f81376a4978848bccbad548db9d0c45
|
3 |
+
size 4184
|
runs/Mar07_21-09-23_e1539f2d538a/events.out.tfevents.1709845870.e1539f2d538a.439.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:244de26ccc4ed84fb81c7c125a1339ec0c14ff7de1751163740bbd89c8ab240e
|
3 |
+
size 26503
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e9e9e4b1151c71c978b1a084d1850f5130f0b8573ae82650b04634670e4b6be
|
3 |
+
size 4920
|