DarwinAnim8or commited on
Commit
f1a3984
1 Parent(s): 98b3f69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -12
README.md CHANGED
@@ -2,21 +2,64 @@
2
  tags:
3
  - autotrain
4
  - summarization
 
 
5
  language:
6
- - unk
7
  widget:
8
- - text: "I love AutoTrain"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  datasets:
10
  - DarwinAnim8or/autotrain-data-chatsum
 
11
  co2_eq_emissions:
12
  emissions: 0.16588727515391594
 
13
  ---
14
 
15
- # Model Trained Using AutoTrain
 
 
 
 
16
 
17
- - Problem type: Summarization
18
- - Model ID: 78605140974
19
- - CO2 Emissions (in grams): 0.1659
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## Validation Metrics
22
 
@@ -27,10 +70,6 @@ co2_eq_emissions:
27
  - RougeLsum: 45.716
28
  - Gen Len: 16.799
29
 
30
- ## Usage
31
-
32
- You can use cURL to access this model:
33
 
34
- ```
35
- $ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoTrain"}' https://api-inference.huggingface.co/DarwinAnim8or/autotrain-chatsum-78605140974
36
- ```
 
2
  tags:
3
  - autotrain
4
  - summarization
5
+ - chat
6
+ - T5
7
  language:
8
+ - en
9
  widget:
10
+ - text: >-
11
+ Emily: fancy a drink after work today? Kate: sure! Marta: Good idea!
12
+ Marta: Where? When? Emily: Maybe in the Pub X at the central station at
13
+ 5.30? Kate: I may be closer to 6, traffic on my way Marta: Fine for me.
14
+ Marta: See you then, Ladies! Emily: Bye! see ya :* Kate: :*
15
+ example_title: Meeting at the Pub
16
+ - text: >-
17
+ Harry: heyyyy are you there?? Cindy: Yes dear what is it? Harry: Can you
18
+ call Ela and tell her i need to talk urgent please pick my call. Cindy: what
19
+ happened now? an other fight :O Harry: please tell her Cindy: MAN! you
20
+ guys... am i some kind of a messenger service here? Harry: PLEASEEEEEEEEE ?
21
+ Cindy: ok doing.... but thats the last time. Harry: Yes like always:P Cindy:
22
+ Hate you seriously man. Harry: Thank you Cindy: Done you can call her now.
23
+ example_title: Harry wants to call Ela
24
+ - text: >-
25
+ Val: it's raining! Candy: I know, just started... Val: r we going? we will
26
+ be wet Candy: maybe wait a little? see if stops Val: ok. let's wait half h
27
+ and than see Candy: god idea, I call u then Val: great :)
28
+ example_title: Val and Candy
29
  datasets:
30
  - DarwinAnim8or/autotrain-data-chatsum
31
+ - samsum
32
  co2_eq_emissions:
33
  emissions: 0.16588727515391594
34
+ license: apache-2.0
35
  ---
36
 
37
+ # Model Overview
38
+ This is a fine-tune of the FLAN-T5 model from Google. This was trained on the "samsum" dataset in order to summarise chat logs.
39
+ There are other models sizes available in this same series:
40
+ * [ChatSum-Base (248M)](https://huggingface.co/DarwinAnim8or/FLAN-T5-Base-ChatSum)
41
+ * [ChatSum-Small (77M)](https://huggingface.co/KoalaAI/ChatSum-Small)
42
 
43
+ ## Intended Use
44
+
45
+ The model is intended to be used for generating summaries of chat logs.
46
+ It can be employed in a wide range of applications, including but not limited to chat analysis, conversation summarization, and dialogue-based content generation.
47
+
48
+ ## Training Data
49
+
50
+ 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.
51
+
52
+ ## Limitations and Ethical Considerations
53
+
54
+ As with any language model, the FLAN-T5 model has certain limitations and potential ethical considerations:
55
+
56
+ 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.
57
+
58
+ 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.
59
+
60
+ 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.
61
+
62
+ 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.
63
 
64
  ## Validation Metrics
65
 
 
70
  - RougeLsum: 45.716
71
  - Gen Len: 16.799
72
 
73
+ ## Carbon Emissions
 
 
74
 
75
+ - CO2 Emissions (in grams): 0.1659