-
搞了半天也没有成功,能不能指导一下,谢谢
-
苏神你好,直接下载nezha的预训练模型,进行预测的时候,报输入错误,
我看了下,输入的时候feed_input_name 要求是:['Input-Token', 'Input-Segment']
但是输入的x是[[ 101 2408 2336 5401 7608 2458 2391]],维度不对应,这个要如何修改
```
Sampling: 5%|▍ | 6/12…
-
![image](https://github.com/user-attachments/assets/47c136e6-32d3-46b2-b3b6-72c58d7ca42b)
附上日志信息(已做隐名处理)
> [username@s9]:$ python3 main.py
===> 从[config]目录生成配置文件成功....
===> 开始初始化所有配置
===> 结束初…
-
dl_module = globalpointer_NER(r'C:\Users\ASUS\Desktop\data_uhnd_other-master\chinese-roberta-wwm', n_head=len(label_list))
在这一行里,需要填入的是目录下的json文件?这个实验的fastNLP版本是多少呢?需要用到tensorflow框架吗
-
https://github.com/IntelligentDDS/Nezha/commit/461b5b2b150552903ba1fc3416f16e7d52e33f94
I tried to install Nezha but it failed. I noticed that the official code has been updated and the use of Orange…
-
![1000036439](https://github.com/user-attachments/assets/2d4867fe-e152-485f-a6a8-21b681156c05)
![1000036440](https://github.com/user-attachments/assets/696ca578-766d-408a-b901-21f56ac1b786)
cookie和缓…
-
**Describe the bug**
Model I am using UniLM:
I use the following code to load the model.
```
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("micro…
-
Recently there has been a posting on one of the RISC-V mailing list about a RISC-V hardware test becoming available (see https://lists.riscv.org/g/software/message/175):
> Just a quick response to…
-
-
SkiffOS is a configuration package management tool for Buildroot which makes it easy to retarget a system across a wide variety of underlying hardware.
Considering that litex is already using build…