krum-utsav commited on
Commit
0caa7af
1 Parent(s): 38ffd7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -18,16 +18,6 @@ Try in colab:
18
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
19
  </a>
20
 
21
- Sample training data:
22
- ```json
23
- {
24
- "fname": "train_664",
25
- "dialogue": "#Person1#: Hello, Happy Time Catering Services, Vitoria speaking. How can I help you?\n#Person2#: Hello, Victoria. This is Joe Smith from country holidays. I wondered if you could do some catering for us next week, we are having a small reception. It's to launch our summer holiday advertising campaign. Will you be free?\n#Person1#: When exactly is it? Mr. Smith?\n#Person2#: April 21st, that's Thursday. Oh, sorry, no. It should be Friday.\n#Person1#: Oh, yes I can do that where will you be holding it?\n#Person2#: We thought we'd have that at head office and use the conference room, because there is enough room for everyone there.\n#Person1#: Ok. What sort of things would you like?\n#Person2#: Just a light lunch I think, so that people can eat while they move around and talk to each other. You did some thing similar for us last year. We'd be happy to have the same menu again.\n#Person1#: Right. I'll look at my diary and see what you had last time. Oh, I nearly forgot to ask you how many should I cater for?\n#Person2#: Well, I think most people will be able to come, perhaps around 30. No, let's say 35, to be sure.\n#Person1#: Right, thank you for getting in touch, Mr. Smith. I'll send you confirmation of the arrangements by the end of this week.\n#Person2#: Ok.",
26
- "summary": "Joe Smith calls Happy Time Catering Service and wants some catering for next week. Victoria asks his requirements and will send him confirmation of the arrangements by the end of this week.",
27
- "topic": "Catering service"
28
- }
29
- ```
30
-
31
  ## Installation
32
 
33
  ```bash
@@ -57,6 +47,17 @@ summary_topic_generator.generate_summary_and_topic(
57
  # "topic": "Studio ghibli movie"}
58
  ```
59
 
 
 
 
 
 
 
 
 
 
 
 
60
  ## Training params
61
 
62
  ```json
 
18
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
19
  </a>
20
 
 
 
 
 
 
 
 
 
 
 
21
  ## Installation
22
 
23
  ```bash
 
47
  # "topic": "Studio ghibli movie"}
48
  ```
49
 
50
+ ## Sample training data:
51
+
52
+ ```json
53
+ {
54
+ "fname": "train_664",
55
+ "dialogue": "#Person1#: Hello, Happy Time Catering Services, Vitoria speaking. How can I help you?\n#Person2#: Hello, Victoria. This is Joe Smith from country holidays. I wondered if you could do some catering for us next week, we are having a small reception. It's to launch our summer holiday advertising campaign. Will you be free?\n#Person1#: When exactly is it? Mr. Smith?\n#Person2#: April 21st, that's Thursday. Oh, sorry, no. It should be Friday.\n#Person1#: Oh, yes I can do that where will you be holding it?\n#Person2#: We thought we'd have that at head office and use the conference room, because there is enough room for everyone there.\n#Person1#: Ok. What sort of things would you like?\n#Person2#: Just a light lunch I think, so that people can eat while they move around and talk to each other. You did some thing similar for us last year. We'd be happy to have the same menu again.\n#Person1#: Right. I'll look at my diary and see what you had last time. Oh, I nearly forgot to ask you how many should I cater for?\n#Person2#: Well, I think most people will be able to come, perhaps around 30. No, let's say 35, to be sure.\n#Person1#: Right, thank you for getting in touch, Mr. Smith. I'll send you confirmation of the arrangements by the end of this week.\n#Person2#: Ok.",
56
+ "summary": "Joe Smith calls Happy Time Catering Service and wants some catering for next week. Victoria asks his requirements and will send him confirmation of the arrangements by the end of this week.",
57
+ "topic": "Catering service"
58
+ }
59
+ ```
60
+
61
  ## Training params
62
 
63
  ```json