Vanessasml commited on
Commit
c7790ac
·
verified ·
1 Parent(s): dd5bfc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,7 +24,8 @@ It is specifically designed to enhance performance in generating and understandi
24
  - **Out-of-scope use cases**: This model should not be used for medical advice, legal decisions, or any life-critical systems.
25
 
26
  ## Training Data
27
- The model was fine-tuned on `vanessasml/cyber-reports-news-analysis-llama2-3k`, a dataset focused on cybersecurity news analysis.
 
28
 
29
  ## Training Procedure
30
  - **Preprocessing**: Text data were tokenized using the tokenizer corresponding to the base model `NousResearch/Llama-2-7b-chat-hf`.
 
24
  - **Out-of-scope use cases**: This model should not be used for medical advice, legal decisions, or any life-critical systems.
25
 
26
  ## Training Data
27
+ The model was fine-tuned on `vanessasml/cybersecurity_32k_instruction_input_output`, a dataset focused on cybersecurity news analysis.
28
+ No special data format was applied as [recommended](https://huggingface.co/blog/llama3#fine-tuning-with-%F0%9F%A4%97-trl)
29
 
30
  ## Training Procedure
31
  - **Preprocessing**: Text data were tokenized using the tokenizer corresponding to the base model `NousResearch/Llama-2-7b-chat-hf`.