paddlenlp.metrics.squad.po 3.85 KB
Newer Older
yuguo-Jack's avatar
yuguo-Jack committed
1
2
3
4
5
6
7
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, PaddleNLP
# This file is distributed under the same license as the PaddleNLP package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PaddleNLP \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-19 14:17+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n"

#: ../source/paddlenlp.metrics.squad.rst:2
msgid "squad"
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:1
msgid ""
"Post-processes the predictions of a question-answering model to convert "
"them to answers that are substrings of the original contexts. This is the"
" base postprocessing functions for models that only return start and end "
"logits."
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction
#: paddlenlp.metrics.squad.squad_evaluate
msgid "参数"
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:6
msgid ""
"List of raw squad-style data (see `run_squad.py "
"<https://github.com/PaddlePaddle/PaddleNLP/blob/develop/examples/ "
"machine_reading_comprehension/SQuAD/run_squad.py>`__ for more "
"information)."
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:11
msgid ""
"List of processed squad-style features (see `run_squad.py "
"<https://github.com/PaddlePaddle/PaddleNLP/blob/ "
"develop/examples/machine_reading_comprehension/SQuAD/run_squad.py>`__ for"
" more information)."
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:16
msgid ""
"The predictions of the model. Should be a tuple of two list containing "
"the start logits and the end logits."
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:19
msgid "Whether the dataset contains examples with no answers. Defaults to False."
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:22
msgid "The total number of candidate predictions to generate. Defaults to 20."
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:25
msgid "The maximum length of predicted answer. Defaults to 20."
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:28
msgid ""
"The threshold used to select the null answer. Only useful when "
"`version_2_with_negative` is True. Defaults to 0.0."
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction
msgid "返回"
msgstr ""

#: of paddlenlp.metrics.squad.compute_prediction:33
msgid ""
"A tuple of three dictionaries containing final selected answer, all "
"n_best answers along with their probability and scores, and the "
"score_diff of each example."
msgstr ""

#: of paddlenlp.metrics.squad.squad_evaluate:1
msgid ""
"Computes and prints the f1 score and em score of input prediction. :param"
" examples: List of raw squad-style data (see `run_squad.py"
msgstr ""

#: of paddlenlp.metrics.squad.squad_evaluate:3
msgid ""
"<https://github.com/PaddlePaddle/PaddleNLP/blob/develop/examples/ "
"machine_reading_comprehension/SQuAD/run_squad.py>`__ for more "
"information)."
msgstr ""

#: of paddlenlp.metrics.squad.squad_evaluate:7
msgid ""
"Dictionary of final predictions. Usually generated by "
"`compute_prediction`."
msgstr ""

#: of paddlenlp.metrics.squad.squad_evaluate:10
msgid ""
"Dictionary of score_diffs of each example. Used to decide if answer exits"
" and compute best score_diff threshold of null. Defaults to None."
msgstr ""

#: of paddlenlp.metrics.squad.squad_evaluate:14
msgid "The threshold used to select the null answer. Defaults to 1.0."
msgstr ""

#: of paddlenlp.metrics.squad.squad_evaluate:17
msgid ""
"Whether the predictions and references can be tokenized by whitespace. "
"Usually set True for English and False for Chinese. Defaults to True."
msgstr ""

#~ msgid "Computes and prints the f1 score and em score of input prediction."
#~ msgstr ""