saishshinde15 commited on
Commit
e185ec2
·
verified ·
1 Parent(s): 1e97c55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -15
README.md CHANGED
@@ -1,26 +1,58 @@
1
  ---
2
  base_model:
3
- - meta-llama/Llama-3.2-1B-Instruct
4
  language:
5
- - en
6
  license: apache-2.0
7
  tags:
8
- - text-generation-inference
9
- - transformers
10
- - llama
11
- - trl
12
- - meta
13
- - summary
14
- - Summarization
15
  datasets:
16
- - openai/summarize_from_feedback
17
  metrics:
18
- - accuracy
19
  pipeline_tag: summarization
20
  ---
21
 
22
- # Uploaded model
23
 
24
- - **Developed by:** saishshinde15
25
- - **License:** apache-2.0
26
- - **Finetuned from model :** meta-llama/Llama-3.2-1B-Instruct
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  base_model:
3
+ - meta-llama/Llama-3.2-1B-Instruct
4
  language:
5
+ - en
6
  license: apache-2.0
7
  tags:
8
+ - text-generation-inference
9
+ - transformers
10
+ - llama
11
+ - trl
12
+ - meta
13
+ - summary
14
+ - summarization
15
  datasets:
16
+ - openai/summarize_from_feedback
17
  metrics:
18
+ - accuracy
19
  pipeline_tag: summarization
20
  ---
21
 
22
+ # 🌟 Summarization Model Card 🌟
23
 
24
+ ## Model Overview
25
+
26
+ - **Model Name:** Llama-3.2-1B Instruct Model Fine-tuned for Summarization
27
+ - **Developed by:** [saishshinde15](https://huggingface.co/saishshinde15)
28
+ - **License:** Apache-2.0
29
+ - **Base Model:** [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)
30
+
31
+ ## Description
32
+
33
+ This model has been fine-tuned to excel in generating concise and informative summaries from lengthy texts. It captures key ideas while presenting them in an easy-to-read bullet-point format.
34
+
35
+ ### Key Features
36
+
37
+ - **Language:** English
38
+ - **Fine-tuned on:** The dataset `openai/summarize_from_feedback` for improved summarization capabilities.
39
+ - **Performance Metric:** Evaluated based on accuracy.
40
+
41
+ ## Prompt for Optimal Use
42
+
43
+ For the best results, please utilize the following tried-and-true prompt structure:
44
+
45
+ ```plaintext
46
+ You are given the following text. Please provide a summary in 5-10 key points, depending on the length of the document. Each point should be clearly formatted in bullet format, starting with an asterisk (*).
47
+
48
+ **Note:** The examples provided below are for your reference only and should not be included in your response.
49
+
50
+ ### Examples (for reference only):
51
+ * The sky is blue on a clear day.
52
+ * Water boils at 100 degrees Celsius.
53
+ * Trees produce oxygen through photosynthesis.
54
+
55
+ ### Original Text:
56
+ {}
57
+
58
+ ### Key Points Summary (in bullet points):