qibin

Results 3 issues of qibin

Can not run this sample on Android emulator (API O , Target Android 7+ Google API). the exception is, ``` java java.lang.IllegalStateException: setPictureInPictureArgs: Device doesn't support picture-in-picture mode. at android.os.Parcel.readException(Parcel.java:1923)...

migrated googlesamples

作者你好,首先很感谢你整理了这么大的一个诗词数据集,我利用这个数据集训练了一个GPT模型用来生成诗词,并且计划输出一个专栏用来介绍如果使用这个数据集训练一个大模型,专栏地址:(https://blog.csdn.net/qibin0506/category_12640995.html)https://blog.csdn.net/qibin0506/category_12640995.html 并且在专栏文章:[https://qibin.blog.csdn.net/article/details/137729581](https://qibin.blog.csdn.net/article/details/137729581)中详细介绍了作者提供的数据集的使用方法。 这里我看到,在你提供的这个项目的readme中有一个`案例展示`模块展示了使用了该数据集的一些项目,可以将我这个专栏添加到你的`案例展示`中吗?专栏链接是:https://blog.csdn.net/qibin0506/category_12640995.html 不胜感谢

使用dataset_snapshot_download下载单个数据文件时,看代码还是会列出所有文件之后再下载。 ``` python logger.info('Fetching dataset repo file list...') repo_files = fetch_repo_files(_api, name, group_or_owner, revision_detail, endpoint) ``` 如果数据集仓库的文件特别多,这个函数调用是很耗时的,建议优化一下。 我的使用场景是:不是下载所有数据集文件,本地有一个下载列表,循环调用dataset_snapshot_download进行下载,下载后使用完删除再下载下一个。

enhancement
dataset