W3bsurf commited on
Commit
6364872
·
1 Parent(s): 04616aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -11,28 +11,24 @@ language:
11
  - en
12
  ---
13
 
14
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
- should probably proofread and complete it, then remove this comment. -->
16
-
17
  # results
18
 
19
- This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.7163
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
-
31
- ## Training and evaluation data
32
-
33
- More information needed
34
 
35
  ## Training procedure
 
36
 
37
  ### Training hyperparameters
38
 
 
11
  - en
12
  ---
13
 
 
 
 
14
  # results
15
 
16
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the dreamproit/bill_summary_us dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.7163
19
 
20
  ## Model description
21
 
22
+ Model has been fine-tuned from llama 2 7B chat model for legal summarization tasks.
23
 
24
  ## Intended uses & limitations
25
 
26
+ The model has been fine-tuned with legal summarization text for summarization tasks.
27
+ Can produce repeating text when creating longer outputs.
28
+ Tested only with english and the bill_summary_us dataset.
 
 
29
 
30
  ## Training procedure
31
+ SFTTrainer from Hugging Face's TRL library used for fine-tuning process.
32
 
33
  ### Training hyperparameters
34