File size: 1,260 Bytes
795663a c825af4 795663a 90efe9f 795663a 90efe9f 795663a 348e1ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
license: apache-2.0
library_name: peft
tags:
- lora
base_model: lmsys/vicuna-13b-v1.5-16k
model-index:
- name: CHAST
results: []
---
# CHAST
This model is a fine-tuned version of [lmsys/vicuna-13b-v1.5-16k](https://huggingface.co/lmsys/vicuna-13b-v1.5-16k).
For more details, please refer to the paper: https://arxiv.org/pdf/2405.05378
## Model description
Computes Covert Harms and Social Threats (CHAST) metrics for conversational data.
For more details, please refer to the paper: https://arxiv.org/pdf/2405.05378
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 8
- eval_batch_size: 64
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 32
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- num_epochs: 2.0
- mixed_precision_training: Native AMP
### Framework versions
- PEFT 0.9.0
- Transformers 4.37.2
- Pytorch 2.2.1+cu121
- Datasets 2.18.0
- Tokenizers 0.15.2
-
### Reference and Citation
Dammu, P. P. S., Jung, H., Singh, A., Choudhury, M., & Mitra, T. (2024). "They are uncultured": Unveiling covert harms and social threats in LLM generated conversations. arXiv. https://arxiv.org/abs/2405.05378. |