Issues
- 7
- 5
微调报错:modeling_utils.py中报错weight_size = weight.numel() * dtype_byte_size(weight.dtype) AttributeError: 'str' object has no attribute 'numel'
#10 opened by lizhao-8202 - 0
因为GPU显卡内存原因导致的python generate.py报错:torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 3.83 GiB. GPU
#9 opened by lizhao-8202 - 6
pytorch_model-00001-of-00004.bin本地能用zip文件打开,执行generate.py报:RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
#8 opened by lizhao-8202 - 3
- 3
huggingface_hub.utils._validators.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.'
#7 opened by lizhao-8202 - 0
论文中数据增强的细节
#5 opened by Daserxqc - 0
- 3
- 1
测试数据
#2 opened by Jingsong-Yan - 1
关于推理
#1 opened by huangChengz