NewBreaker commited on
Commit
1d9cf1b
·
1 Parent(s): 9d75e90
Files changed (1) hide show
  1. README.md +25 -42
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
- - squad_v2
19
- model-index:
20
- - name: deepset/roberta-base-squad2
21
- results:
22
- - task:
23
- type: question-answering
24
- name: Question Answering
25
- dataset:
26
- name: squad_v2
27
- type: squad_v2
28
- config: squad_v2
29
- split: validation
30
- metrics:
31
- - type: exact_match
32
- value: 79.9309
33
- name: Exact Match
34
- verified: true
35
- verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMDhhNjg5YzNiZGQ1YTIyYTAwZGUwOWEzZTRiYzdjM2QzYjA3ZTUxNDM1NjE1MTUyMjE1MGY1YzEzMjRjYzVjYiIsInZlcnNpb24iOjF9.EH5JJo8EEFwU7osPz3s7qanw_tigeCFhCXjSfyN0Y1nWVnSfulSxIk_DbAEI5iE80V4EKLyp5-mYFodWvL2KDA
36
- - type: f1
37
- value: 82.9501
38
- name: F1
39
- verified: true
40
- verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMjk5ZDYwOGQyNjNkMWI0OTE4YzRmOTlkY2JjNjQ0YTZkNTMzMzNkYTA0MDFmNmI3NjA3NjNlMjhiMDQ2ZjJjNSIsInZlcnNpb24iOjF9.DDm0LNTkdLbGsue58bg1aH_s67KfbcmkvL-6ZiI2s8IoxhHJMSf29H_uV2YLyevwx900t-MwTVOW3qfFnMMEAQ
41
- - type: total
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