Skip to content

Commit 1650130

Browse files
committed
Remove misleading docstring
1 parent 159ef07 commit 1650130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text-classification/run_glue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16-
""" Finetuning the library models for sequence classification on GLUE (Bert, XLM, XLNet, RoBERTa, Albert, XLM-RoBERTa)."""
16+
""" Finetuning the library models for sequence classification on GLUE."""
1717

1818

1919
import dataclasses

0 commit comments

Comments
 (0)