DarwinAnim8or commited on
Commit
5800273
1 Parent(s): 8bc9c16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -1,3 +1,56 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ widget:
4
+ - text: >-
5
+ Emily: fancy a drink after work today? Kate: sure! Marta: Good idea!
6
+ Marta: Where? When? Emily: Maybe in the Pub X at the central station at
7
+ 5.30? Kate: I may be closer to 6, traffic on my way Marta: Fine for me.
8
+ Marta: See you then, Ladies! Emily: Bye! see ya :* Kate: :*
9
+ example_title: Meeting at the Pub
10
+ - text: >-
11
+ Harry: heyyyy are you there?? Cindy: Yes dear what is it? Harry: Can you
12
+ call Ela and tell her i need to talk urgent please pick my call. Cindy: what
13
+ happened now? an other fight :O Harry: please tell her Cindy: MAN! you
14
+ guys... am i some kind of a messenger service here? Harry: PLEASEEEEEEEEE ?
15
+ Cindy: ok doing.... but thats the last time. Harry: Yes like always:P Cindy:
16
+ Hate you seriously man. Harry: Thank you Cindy: Done you can call her now.
17
+ example_title: Harry wants to call Ela
18
+ - text: >-
19
+ Val: it's raining! Candy: I know, just started... Val: r we going? we will
20
+ be wet Candy: maybe wait a little? see if stops Val: ok. let's wait half h
21
+ and than see Candy: god idea, I call u then Val: great :)
22
+ example_title: Val and Candy
23
+ datasets:
24
+ - samsum
25
+ language:
26
+ - en
27
+ tags:
28
+ - chat
29
+ - summary
30
  ---
31
+
32
+ # Model Overview
33
+ This is a fine-tune of the FLAN-T5-Base model from Google. This was trained for 3 epochs on the "samsum" dataset in order to summarise chat logs.
34
+
35
+ There is also a smaller variant, based on [FLAN-T5-Small.](https://huggingface.co/DarwinAnim8or/FLAN-T5-Small-ChatSum)
36
+
37
+ ## Intended Use
38
+
39
+ The model is intended to be used for generating summaries of chat logs.
40
+ It can be employed in a wide range of applications, including but not limited to chat analysis, conversation summarization, and dialogue-based content generation.
41
+
42
+ ## Training Data
43
+
44
+ The model has been fine-tuned on the samsum dataset, which contains conversations between two or more participants. The dataset is in English, and each conversation is associated with a summary that captures the main points of the discussion.
45
+
46
+ ## Limitations and Ethical Considerations
47
+
48
+ As with any language model, the FLAN-T5-Small model has certain limitations and potential ethical considerations:
49
+
50
+ 1. **Limited Context Understanding**: The model's performance heavily relies on the context provided in the chat logs. It may not fully understand the nuances of the conversation, leading to occasional inaccuracies in the generated summaries.
51
+
52
+ 2. **Biases in Training Data**: The model's fine-tuning data (samsum dataset) may contain biases present in the original data source. This could lead to biased or unfair summaries being generated.
53
+
54
+ 3. **Privacy and Data Security**: If the chat logs used for summarization contain sensitive or private information, using this model may pose privacy risks, and proper data anonymization measures should be taken.
55
+
56
+ 4. **Responsibility in Use**: The model should be used responsibly, and the generated summaries should be carefully analyzed before making any critical decisions based on them.