dixitrivedi commited on
Commit
f717425
1 Parent(s): ce06065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -10
README.md CHANGED
@@ -20,6 +20,14 @@ pipeline_tag: text-generation
20
  - **License:** Llama 2 Community License
21
  - **Training Precision:** `float16`
22
 
 
 
 
 
 
 
 
 
23
  ## Prompting Format
24
 
25
  **Prompt Template Without Input**
@@ -34,17 +42,9 @@ pipeline_tag: text-generation
34
  {response}
35
  ```
36
 
37
- ## Usage Note
38
-
39
- These models possess impressive linguistic skills, but it's important to remember they haven't been specifically optimized to avoid potentially harmful or offensive content. To mitigate this risk, we advise users to:
40
-
41
- - **Exercise discretion**: Carefully consider potential implications before utilizing outputs.
42
- - **Supervise closely**: Monitor outputs, especially in public or sensitive settings.
43
- - **Be aware of limitations**: Remember these models are under development and may not generate perfect results in all situations.
44
-
45
  ## Results
46
 
47
- ### Input (Transcript):
48
  ```
49
  {
50
  "date": "2023-03-08",
@@ -66,7 +66,7 @@ These models possess impressive linguistic skills, but it's important to remembe
66
  }
67
  ```
68
 
69
- ### Output (Transcript Summary):
70
  ```
71
  Key Points
72
  * The team met for their daily standup on March 8, 2023, at 10:00 AM.
@@ -87,6 +87,14 @@ Completed Tasks
87
  * Junior 2: Docker image creation.
88
  ```
89
 
 
 
 
 
 
 
 
 
90
  ## Meet the researchers
91
 
92
  - [**Dharmik Trivedi**](https://huggingface.co/Mr-TD)
 
20
  - **License:** Llama 2 Community License
21
  - **Training Precision:** `float16`
22
 
23
+ ## Dataset
24
+
25
+ - [**MOM-Dataset**](https://huggingface.co/datasets/sasvata/MOM-Summary)
26
+
27
+ ## Quantized ModeL
28
+
29
+ - [**Llama-2-7b-MOM-Summary-Finetuned-GGUF**](https://huggingface.co/sasvata/Llama2-7b-MOM-Summary-Finetuned-GGUF/blob/main/Llama-2-7b-MOM_Summar.Q2_K.gguf)
30
+
31
  ## Prompting Format
32
 
33
  **Prompt Template Without Input**
 
42
  {response}
43
  ```
44
 
 
 
 
 
 
 
 
 
45
  ## Results
46
 
47
+ **Input (Transcript):**
48
  ```
49
  {
50
  "date": "2023-03-08",
 
66
  }
67
  ```
68
 
69
+ **Output (Transcript Summary)**
70
  ```
71
  Key Points
72
  * The team met for their daily standup on March 8, 2023, at 10:00 AM.
 
87
  * Junior 2: Docker image creation.
88
  ```
89
 
90
+ ## Usage Note
91
+
92
+ These models possess impressive linguistic skills, but it's important to remember they haven't been specifically optimized to avoid potentially harmful or offensive content. To mitigate this risk, we advise users to:
93
+
94
+ - **Exercise discretion**: Carefully consider potential implications before utilizing outputs.
95
+ - **Supervise closely**: Monitor outputs, especially in public or sensitive settings.
96
+ - **Be aware of limitations**: Remember these models are under development and may not generate perfect results in all situations.
97
+
98
  ## Meet the researchers
99
 
100
  - [**Dharmik Trivedi**](https://huggingface.co/Mr-TD)