Commit
·
1d9cf1b
1
Parent(s):
9d75e90
auto git
Browse files
README.md
CHANGED
@@ -1,48 +1,31 @@
|
|
1 |
---
|
2 |
|
3 |
-
|
4 |
-
language: en
|
5 |
-
tags:
|
6 |
-
- Question Answering
|
7 |
-
|
8 |
-
widget:
|
9 |
-
- text: "What's my name?"
|
10 |
-
context: "My name is Clara and I live in Berkeley."
|
11 |
-
example_title: "Name"
|
12 |
-
- text: "Where do I live?"
|
13 |
-
context: "My name is Sarah and I live in London"
|
14 |
-
example_title: "Location"
|
15 |
-
|
16 |
-
license: cc-by-4.0
|
17 |
datasets:
|
18 |
-
-
|
19 |
-
|
20 |
-
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
value: 11869
|
43 |
-
name: total
|
44 |
-
verified: true
|
45 |
-
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMGFkMmI2ODM0NmY5NGNkNmUxYWViOWYxZDNkY2EzYWFmOWI4N2VhYzY5MGEzMTVhOTU4Zjc4YWViOGNjOWJjMCIsInZlcnNpb24iOjF9.fexrU1icJK5_MiifBtZWkeUvpmFISqBLDXSQJ8E6UnrRof-7cU0s4tX_dIsauHWtUpIHMPZCf5dlMWQKXZuAAA
|
46 |
|
47 |
---
|
48 |
|
|
|
1 |
---
|
2 |
|
3 |
+
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
datasets:
|
5 |
+
- humarin/chatgpt-paraphrases
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
library_name: transformers
|
9 |
+
inference:
|
10 |
+
parameters:
|
11 |
+
num_beams: 5
|
12 |
+
num_beam_groups: 5
|
13 |
+
num_return_sequences: 5
|
14 |
+
repetition_penalty: 10.01
|
15 |
+
diversity_penalty: 3.01
|
16 |
+
no_repeat_ngram_size: 2
|
17 |
+
temperature: 0.7
|
18 |
+
max_length: 128
|
19 |
+
widget:
|
20 |
+
- text: What are the best places to see in New York?
|
21 |
+
example_title: New York tourist attractions
|
22 |
+
- text: When should I go to the doctor?
|
23 |
+
example_title: Doctor's time
|
24 |
+
- text: >-
|
25 |
+
Rammstein's album Mutter was recorded in the south of France in May and
|
26 |
+
June 2000, and mixed in Stockholm in October of that year.
|
27 |
+
example_title: Rammstein's album Mutter
|
28 |
+
pipeline_tag: text2text-generation
|
|
|
|
|
|
|
|
|
29 |
|
30 |
---
|
31 |
|