Coder Social home page Coder Social logo

hchhtc123 / news-text-classification Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 4.0 106 KB

飞桨常规赛:中文新闻文本标题分类9月第1名方案,分数0.9+,基于PaddleNLP通过预训练模型的微调完成新闻14分类模型的训练与优化

License: MIT License

Python 66.74% Batchfile 0.20% Jupyter Notebook 33.06%

news-text-classification's Introduction

news-text-classification's People

Contributors

hchhtc123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

news-text-classification's Issues

求解答


ValueError Traceback (most recent call last)
/tmp/ipykernel_203/1672709690.py in
4
5
----> 6 train_ds, dev_ds = load_dataset(splits=["train", "dev"])

/tmp/ipykernel_203/1062691189.py in load_dataset(name, data_files, splits, lazy, **kwargs)
45 reader_instance = reader_cls(lazy=lazy, name=name, **kwargs)
46
---> 47 datasets = reader_instance.read_datasets(data_files=data_files,splits=splits)
48 return datasets

/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddlenlp/datasets/dataset.py in read_datasets(self, splits, data_files)
526 while not os.path.exists(lock_file):
527 time.sleep(1)
--> 528 datasets.append(self.read(filename=filename, split=split))
529
530 if data_files:

/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddlenlp/datasets/dataset.py in read(self, filename, split)
633 raise ValueError(
634 "No instances were read from the given filepath {}. "
--> 635 "Is the path correct?".format(filename))
636
637 # We need to check if the example contains label column and confirm its name.

ValueError: No instances were read from the given filepath dev.csv. Is the path correct?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.