腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(18)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
在Amazon中使用地面真相和BlazingText配置培训作业
TrackingToProspecting","human-annotated":"yes","creation-date":"2018-12-27T00:37:23.894062","type":"groundtruth/
text-classification
FirstDateProspecting","human-annotated":"yes","creation-date"
浏览 1
修改于2018-12-29
得票数 0
1
回答
未知任务文本分类,可用任务有[“特征提取”、“情感分析”、
我第一次尝试使用基于这个模型的变形金刚: from transformers import pipeline 1 from transformers import pipeline ----> 2 classifier = pipeline("
text-classification
are {list(SUPPORTED_TASKS.keys(
浏览 12
提问于2022-04-26
得票数 0
回答已采纳
1
回答
如何使用Pandas格式化数据(格式化情感分析结果的数据格式)
相关网页如下https://huggingface.co/transformers/main_classes/pipelines.html >>> pipe = pipeline ("
text-classification
浏览 26
提问于2021-10-22
得票数 0
回答已采纳
1
回答
没有名为“keras.saving.hdf5_format”的模块
tensorflow和transformers库之后,当我尝试加载时,会收到标题错误classifier = pipeline("
text-classification
浏览 85
提问于2022-11-27
得票数 1
1
回答
在每一行数据中应用TfidfVectorizer,这是一个列表列表
我有一个包含2列的熊猫数据,我想在其中一个列中使用
text-classification
的sklearn TfidfVectorizer。然而,这一列是列表的列表,TFIDF希望原始输入作为文本。
浏览 0
修改于2018-11-08
得票数 1
回答已采纳
1
回答
用于德国新闻分类的HuggingFace转换器模型
有一些带有
text-classification
标签的模型,但它们是用于二进制分类的。大多数其他模型都是用于[MASK]单词预测的。
浏览 21
提问于2020-08-31
得票数 0
回答已采纳
1
回答
为什么有些ML模型不能利用文本排序信息?
在这个谷歌教程(https://developers.google.com/machine-learning/guides/
text-classification
/step-4)上,有这样的说法: 构建
浏览 0
修改于2019-01-14
得票数 0
回答已采纳
2
回答
在加载模型上运行SageMaker批处理转换失败
HuggingFaceModel # 'HF_MODEL_ID':'cardiffnlp/twitter-roberta-base-sentiment', model = pipeline(task=os.environ.get('HF_TAS
浏览 4
提问于2022-05-08
得票数 0
1
回答
R shiny:下载多个.csv文件
csv','text/comma-separated,text/plain')), checkboxInput("classification", "Use
Text-Classification
浏览 3
提问于2017-03-06
得票数 0
回答已采纳
2
回答
AttributeError:“模型”对象没有属性“名称”
我是Keras新手,当我遇到这个错误时,我正试图使用Python 3.6构建一个
text-classification
CNN模型: AttributeError: 'Model' object has
浏览 0
修改于2018-07-09
得票数 7
回答已采纳
1
回答
如何设置最大序列长度与拥抱脸起泡器估计?
/examples/pytorch/
text-classification
', instance_count=1,
浏览 12
提问于2022-03-18
得票数 0
2
回答
ValueError:您必须至少包含一个标签和至少一个序列
candidate_labels=self.labels, truncation=True) for batch in batches] 140 elif self.task == '
text-classification
浏览 43
修改于2021-12-14
得票数 1
回答已采纳
1
回答
TypeError:需要一个整数(got类型NoneType)
example script for pointers: https://github.com/huggingface/transformers/blob/master/examples/pytorch/
text-classification
浏览 11
提问于2022-01-13
得票数 1
回答已采纳
0
回答
ValueError:将符号张量提供给模型时,我们希望张量具有静态批量大小
我是Keras新手,在尝试使用Python 3.6构建
text-classification
CNN模型时遇到了这个错误: File
浏览 0
修改于2018-07-10
得票数 1
回答已采纳
1
回答
pytorch损失不降低,验证精度保持不变。
我正在
text-classification
任务上使用Pytorch训练一个模型(输出维数为5)。我的网络就像下面的代码一样被实现。
浏览 3
修改于2021-11-18
得票数 1
1
回答
RuntimeError: CUDA \弹性搜索
candidate_labels=self.labels, truncation=True) for batch in batches] 140 elif self.task == '
text-classification
candidate_labels=self.labe
浏览 7
修改于2021-12-09
得票数 0
回答已采纳
1
回答
用训练模型预测不同input_shape数据的类
further explanation of each argument: https://developers.google.com/machine-learning/guides/
text-classification
浏览 1
提问于2019-11-15
得票数 0
1
回答
如何与拥抱面板的训练器api并行运行端到端的分布式数据示例(最好是在单个节点、多个gpus上)?
main_data_parallel_ddp_pg.py python -m torch.distributed.launch \ --nproc_per_node 8 pytorch/
text-classification
浏览 59
修改于2022-08-17
得票数 -1
领券