腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(12)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
未从transformers中指定时,是随机选择的预训练模型
from transformers import pipeline question_answerer({ 'question': 'What is the name of the repository
浏览 19
修改于2021-02-03
得票数 1
回答已采纳
1
回答
Transformers管道模型目录
from transformers import pipeline "
question-answering
", model="mrm8488
浏览 17
提问于2020-10-12
得票数 1
1
回答
如何在单词嵌入模型BERT上使用自己的语料库
一开始,我使用了huggingface site中的一个例子,它运行良好: from transformers import pipeline "
question-answering
with open('test.txt') as f: "
question-answering
浏览 46
提问于2020-12-15
得票数 1
回答已采纳
1
回答
使用BERT迭代多个文件以获取QA不返回任何结果
y = [item.strip() for item in x] nlp = pipeline('
question-answering
') for
浏览 11
提问于2021-03-01
得票数 0
回答已采纳
1
回答
如何从Huggingface的管道方法中获得损失,以完善模型?
AutoTokenizer, pipelinenlp = pipeline('
question-answering
浏览 9
提问于2022-10-02
得票数 1
1
回答
如何在google上运行“run_squad.py”?它提供了“无效语法”错误。
curl -L -O https://github.com/huggingface/transformers/blob/master/examples/legacy/
question-answering
浏览 13
修改于2021-08-02
得票数 0
回答已采纳
2
回答
Pytorch NLP模型在推理时不使用GPU
AutoTokenizer.from_pretrained(BERT_DIR)nlp=pipeline("
question-answering
浏览 8
修改于2020-09-15
得票数 0
回答已采纳
1
回答
我怎样才能从问答管道中得到分数?使用问答管道时是否有错误?
from transformers import pipeline As checked Dis
浏览 3
修改于2020-08-25
得票数 2
1
回答
未知任务文本分类,可用任务有[“特征提取”、“情感分析”、
task text-classification, available tasks are ['feature-extraction', 'sentiment-analysis', 'ner', '
question-answering
浏览 12
提问于2022-04-26
得票数 0
回答已采纳
1
回答
如何利用无服务器框架从Lambda中利用Huggingface深层学习容器进行推理
HF_MODEL_ID':'distilbert-base-uncased-distilled-squad', # model_id from hf.co/models 'HF_TASK':'
question-answering
浏览 2
修改于2021-09-08
得票数 1
1
回答
问答系统的管道加载模型及托卡器
我的代码基本上很远model, tokenizer, language="French", verbose=False): nlp = pipeline('
question-answering
', \ model=m
浏览 4
修改于2020-02-25
得票数 1
1
回答
Pytorch运行时错误: Cuda内存不足。使用jupyter笔记本很好,但不是脚本
tfidf * query.T).toarray() qapipe = pipeline('
question-answering
浏览 2
修改于2020-05-22
得票数 2
领券