-
I got only 9.7% for llama2-7B-chat on human-eval using your script
``` python
{'pass@1': 0.0975609756097561}
```
-
Hello,
We're integrating this fabulous AlphaEdit method into the [EasyEdit](https://github.com/zjunlp/EasyEdit) tool and the results in LLAMA3-8B are perfect.
However, we found the results on LLAM…
-
Llama.dll that can be downloaded from llama.cpp repo is suitable mostly for programming languages that have abilities to work with rather difficult (for novice coder) concepts like pointers, structure…
-
I downloaded `train-00000-of-00001.paquet` and `validation-00000-of-00001.paquet` from Google Cloud and converted them to `.npy` files using `scripts/convert_dataset.py`.
However, when using them …
-
File "/qiuwkai27/cx/baby-llama2-chinese/sft.py", line 274, in
tokenizer=ChatGLMTokenizer(vocab_file='./chatglm_tokenizer/tokenizer.model')
File "/qiuwkai27/cx/baby-llama2-chinese/chatglm_to…
-
Hi, I failed to reproduce the Llama2-7b-4k (w/o SFT) in the paper.
Here is our result:
|Methods | Tokens | Coursera | GSM | QuALITY | TOEFL | CodeU | SFiction | Avg |
…
-
Not sure why its not working, maybe i do something bad.
From other ticket i understand it supposed to work with OCI registry.
What i tried :
ollama pull habor-server//ollama.com/library/llama3…
-
### System Info
GPU: H20 server
CUDA Version: 12.5
Driver: 555.42.02
TRTLLM Commit: 2d234357c6e69fa514f6e9b4d4a5ad3bc431c4a6
built from source on linux
### Who can help?
_No response_
…
-
HI,
I am trying to execute the following command:
`MODEL=meta-llama/Llama-2-7b-hf TASK=SQuAD MODE=ft LR=1e-2 EPS=1e-1 bash mezo.sh --non_diff --evaluation_strategy no --save_strategy no --save_mod…
-
In 05_dataloader.ipynb in examples folder https://github.com/NVIDIA/GenerativeAIExamples/blob/v0.4.0/notebooks/05_dataloader.ipynb
is there a way to use Llama2 7b model instead of default Llama2 13b…