kunzeng
kunzeng
Hello! I used doxygen to analysis the java codes(log4j2). Howere, after waiting for a long time, no relevant files have been generated. There are only two files index.hhc and index.hhk...
Hi, sorry to bother you!When I apply doxygen-1.9.4 to generate call graph and caller graph, I get a problem that the functions defined in between `#if (condition)` and `#endif` are...
### Required prerequisites - [X] I have read the documentation . - [X] I have searched the [Issue Tracker](https://github.com/baichuan-inc/baichuan-7B/issues) and [Discussions](https://github.com/baichuan-inc/baichuan-7B/discussions) that this hasn't already been reported. (+1 or comment...
import numpy as np import pandas as pd from prophet import Prophet import matplotlib as mpl import matplotlib.pyplot as plt mpl.use('TkAgg') # 生成含有高斯噪声的正弦信号 np.random.seed(123) t = np.arange(0, 100, 1) y...
使用lora训练llama-2-7b-chat,数据是博主data目录下的数据,代码并无改动,启动的脚本用的是finetune_lora.sh,deepspeed启动命令如下: deepspeed --include localhost:0 finetune_clm_lora.py \ --model_name_or_path /home/zengshaokun/models/llama/llama-2-7b-chat \ --train_files ../../data/train_sft.csv \ --validation_files ../../data/dev_sft.csv \ ../../data/dev_sft_sharegpt.csv \ --per_device_train_batch_size 4 \ --per_device_eval_batch_size 4 \ --do_train \ --do_eval \ --use_fast_tokenizer false \...
您好!打扰一下,请教两个问题 1.如果要batch训练,请问输入图片除了resize到固定大小还有什么别的办法吗? 2.如果要batch训练,使用非极大值抑制,如果筛选之后box数量不满足max_boxes数量如何处理呀?
博主我想问一下,这个怎么在安全里面体现呢?可有使用案例?
When I run the examples/evaluator. py file, the code runs from awq.evaluation import( evaluate_perplexity, eval_librispeech, eval_mmlu, eval_humaneval, eval_kl_divergence,)An ImportError occurred: cannot import name 'initialized tasks' from' lm_ eval. tasks' error....
### Describe the bug I ran into this problem when I ran the code. Can you help me, please? import gradio as gr def slow_echo(message, history): for i in range(len(message)):...