mstatt commited on
Commit
ace0e41
1 Parent(s): 5cd1cf4

Upload tokenizer

Browse files
Files changed (2) hide show
  1. README.md +34 -41
  2. tokenizer.json +6 -1
README.md CHANGED
@@ -1,50 +1,43 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
 
 
5
  pipeline_tag: summarization
6
  widget:
7
- - text: >-
8
- Maria: Alright, let's start dinner. How did everyone's day go?
9
- Steven: It wasn't too bad. Had a couple of meetings but I did manage to finalize the design for the new project I've been working on.
10
- Lilly: That's great, Dad! Finally!
11
- Ryan: Cool, does that mean we get to see it now?
12
- Steven: Well, I'll have to keep it under wraps for a bit longer, but soon.
13
- Maria: Congrats, Steven. Lilly, how about you? Anything interesting at school today?
14
- Lilly: Yeah, we had an astronaut from NASA come in and talk about the space missions he's been on. It was quite cool.
15
- Steven: That sounds really interesting. Anything in particular that stood out?
16
- Lilly: Well, he said he was about my age when he first started training. It’s really amazing how much they have to learn and experience.
17
- Ryan: Did he talk about aliens?
18
- Lilly: He did Ryan, but mostly about how we're not sure if they exist yet. It was thought-provoking.
19
- Maria: Those experiences are definitely something to think about. Ryan, what about your day? Anything exciting in school?
20
- Ryan: We did a geography quiz today. I got the highest marks!
21
- Steven: That's my boy! Did you enjoy it?
22
- Ryan: Yeah, it was fun! I want to try more at home.
23
- Maria: Well, we can definitely help you with that. What do you think about setting up some geography puzzles this weekend?
24
- Ryan: Yes, let's do it! Lilly, you're helping me.
25
- Lilly: Absolutely, I'd love to help, Ryan. We can make it a fun game.
26
- Steven: Sounds like a plan. Maria, remember we need to go grocery shopping this weekend.
27
- Maria: Yes, thanks for reminding me. We’ll do that on Saturday afternoon.
28
- Lilly: Can I go to the library after that? I need to pick up some books for my project.
29
- Maria: Sure, just make sure to finish your homework before that.
30
- Lilly: Deal.
31
- Ryan: Can we go to the park on Saturday?
32
- Steven: If it's not raining, sure. We'll all go together.
33
- Maria: Sounds like we've got a fun weekend planned. Let's make sure to finish all the chores tomorrow so we have time.
34
- Lilly: Agreed.
35
- Ryan: Can I get extra dessert tonight?
36
- Maria: Only if you finish your vegetables, Ryan.
37
- Ryan: Deal, but only because you make the best roasted broccoli.
38
- Steven: Good job, Ryan. And Maria, thanks for the dinner. It was perfect.
39
- Maria: You're welcome, everyone. Enjoy your meal.
40
- Lilly: Is it time for some dessert now?
41
- Ryan: Yes, dessert time!
42
- Maria: Alright, dessert it is. But remember, tomorrow is chore day, okay?
43
- Everyone: Deal!
44
-
45
  example_title: Conversation Arc Example 1
46
- tags:
47
- - NLP
48
  ---
49
  # Model Card for Conversation Arc PredictorArc of the Conversation Model
50
  ## Model Details
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
+ tags:
6
+ - NLP
7
  pipeline_tag: summarization
8
  widget:
9
+ - text: 'Maria: Alright, let''s start dinner. How did everyone''s day go? Steven:
10
+ It wasn''t too bad. Had a couple of meetings but I did manage to finalize the
11
+ design for the new project I''ve been working on. Lilly: That''s great, Dad! Finally!
12
+ Ryan: Cool, does that mean we get to see it now? Steven: Well, I''ll have to keep
13
+ it under wraps for a bit longer, but soon. Maria: Congrats, Steven. Lilly, how
14
+ about you? Anything interesting at school today? Lilly: Yeah, we had an astronaut
15
+ from NASA come in and talk about the space missions he''s been on. It was quite
16
+ cool. Steven: That sounds really interesting. Anything in particular that stood
17
+ out? Lilly: Well, he said he was about my age when he first started training.
18
+ It’s really amazing how much they have to learn and experience. Ryan: Did he talk
19
+ about aliens? Lilly: He did Ryan, but mostly about how we''re not sure if they
20
+ exist yet. It was thought-provoking. Maria: Those experiences are definitely something
21
+ to think about. Ryan, what about your day? Anything exciting in school? Ryan:
22
+ We did a geography quiz today. I got the highest marks! Steven: That''s my boy!
23
+ Did you enjoy it? Ryan: Yeah, it was fun! I want to try more at home. Maria: Well,
24
+ we can definitely help you with that. What do you think about setting up some
25
+ geography puzzles this weekend? Ryan: Yes, let''s do it! Lilly, you''re helping
26
+ me. Lilly: Absolutely, I''d love to help, Ryan. We can make it a fun game. Steven:
27
+ Sounds like a plan. Maria, remember we need to go grocery shopping this weekend.
28
+ Maria: Yes, thanks for reminding me. We’ll do that on Saturday afternoon. Lilly:
29
+ Can I go to the library after that? I need to pick up some books for my project.
30
+ Maria: Sure, just make sure to finish your homework before that. Lilly: Deal.
31
+ Ryan: Can we go to the park on Saturday? Steven: If it''s not raining, sure. We''ll
32
+ all go together. Maria: Sounds like we''ve got a fun weekend planned. Let''s make
33
+ sure to finish all the chores tomorrow so we have time. Lilly: Agreed. Ryan: Can
34
+ I get extra dessert tonight? Maria: Only if you finish your vegetables, Ryan.
35
+ Ryan: Deal, but only because you make the best roasted broccoli. Steven: Good
36
+ job, Ryan. And Maria, thanks for the dinner. It was perfect. Maria: You''re welcome,
37
+ everyone. Enjoy your meal. Lilly: Is it time for some dessert now? Ryan: Yes,
38
+ dessert time! Maria: Alright, dessert it is. But remember, tomorrow is chore day,
39
+ okay? Everyone: Deal!'
 
 
 
 
 
 
 
40
  example_title: Conversation Arc Example 1
 
 
41
  ---
42
  # Model Card for Conversation Arc PredictorArc of the Conversation Model
43
  ## Model Details
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {