Upload tokenizer
Browse files- README.md +34 -41
- 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 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
Maria:
|
37 |
-
|
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":
|
|
|
|
|
|
|
|
|
|
|
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 |
{
|