PaddlePaddle / PaddleNLP

👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
https://paddlenlp.readthedocs.io
Apache License 2.0
12k stars 2.93k forks source link

[Question]: 参考roberta文档进行fine-tune,发现没有对应脚本 #9036

Closed a31413510 closed 3 weeks ago

a31413510 commented 1 month ago

请提出你的问题

参考文档:https://github.com/PaddlePaddle/PaddleNLP/blob/develop/legacy/model_zoo/roberta/README.md#fine-tune image 但是该目录下没有对应的run_glue.py

wawltor commented 1 month ago

可以使用下面的链接 https://github.com/PaddlePaddle/PaddleNLP/blob/release/2.8/examples/benchmark/glue/run_glue.py,同时修复下相关问题