上一页 1 2 3 4 5 6 7 ··· 31 下一页
  2023年2月21日
摘要: 论文地址: https://arxiv.org/abs/2209.07858 论文题目: Red Teaming Language Models to Reduce Harms: Methods, Scaling Behaviors, and Lessons Learned 减少危害的红队语言模型: 阅读全文
posted @ 2023-02-21 10:12 宋岳庭 阅读(1020) 评论(0) 推荐(0) 编辑
  2023年1月13日
摘要: 图1 图2 图3 图4 图5 阅读全文
posted @ 2023-01-13 11:46 宋岳庭 阅读(112) 评论(0) 推荐(0) 编辑
  2023年1月12日
摘要: ➢ Exponential Smoothing ,指数平滑法,简称ETS ➢ 1950年代由Brown, Holt, Winters三位统计学家提出 ➢ ETS包含了一系列算法,其中最简单的算法就叫Simple Exponential Smoothing, 简单指数平滑法, 简称SES 简单ETS算 阅读全文
posted @ 2023-01-12 15:13 宋岳庭 阅读(191) 评论(0) 推荐(0) 编辑
  2023年1月11日
摘要: 在正式股东大会会议之前,提前公布会议资料 http://stock.jrj.com.cn/share,disc,2023-01-11,600031,000000000000137ak3.shtml 阅读全文
posted @ 2023-01-11 22:12 宋岳庭 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/ 文字识别OCR,https://cloud.tencent.com/product/ocr-catalog 腾讯知识图谱,https://cloud.tencent.com/product/tkg 机器翻译,https://cloud.tence 阅读全文
posted @ 2023-01-11 10:29 宋岳庭 阅读(55) 评论(0) 推荐(0) 编辑
摘要: PDF文件转为图片格式。 可以将多个PDF文件合并起来。 import pdfplumber import os from pathlib import Path def pdf_to_png(pdf_file_name): pdf = pdfplumber.open(pdf_file_name) 阅读全文
posted @ 2023-01-11 10:21 宋岳庭 阅读(36) 评论(0) 推荐(0) 编辑
  2023年1月3日
摘要: An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling 图1 图2 图3 图4 图5 表1 阅读全文
posted @ 2023-01-03 14:52 宋岳庭 阅读(41) 评论(0) 推荐(0) 编辑
  2022年12月31日
摘要: 长文档数据集 SCROLLS: Standardized CompaRison Over Long Language Sequences What is SCROLLS? SCROLLS is a suite of datasets that require synthesizing informa 阅读全文
posted @ 2022-12-31 19:52 宋岳庭 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/rDwUK0xDXXzRQVMUAM1DFQ 这篇文章没有使用注意力,这是最大亮点。且达到了BERT效果。 基础:状态空间模型和乘法门控结构。 用了堆叠体系结构(STACK)和乘法门控体系结构(GATED),和N-BEATS、TCN很比较像。 - 阅读全文
posted @ 2022-12-31 19:29 宋岳庭 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 通用语言理解评估(GLUE)基准是用于训练、评估和分析自然语言理解系统的资源的集合。 https://gluebenchmark.com/ https://github.com/nyu-mll/GLUE-baselines/blob/master/download_glue_data.py TASK 阅读全文
posted @ 2022-12-31 19:03 宋岳庭 阅读(88) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 31 下一页