From f81604fb2707e8b191b8be6be62ce120edea5475 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 15 Dec 2023 00:47:18 +0900 Subject: [PATCH] Update README.md advice -> advise --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84f732d..7ade50d 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Model arithmetic is compatible with the [LM Evaluation harness](https://github.c ## Reproducing results -For the reproduction of the results presented in our paper, *Controlled Text Generation via Language Model Arithmetic*, we advice to run the code with the exact environment we used (Nvidia H100 80GB GPU on a Linux machine). To do so install [Conda](https://docs.conda.io/projects/miniconda/en/latest/) and run +For the reproduction of the results presented in our paper, *Controlled Text Generation via Language Model Arithmetic*, we advise to run the code with the exact environment we used (Nvidia H100 80GB GPU on a Linux machine). To do so install [Conda](https://docs.conda.io/projects/miniconda/en/latest/) and run ```sh conda create -n model_arithmetic python=3.10 @@ -192,4 +192,4 @@ We note that part of our preprocessing code got lost, specifically for preparing volume = {abs/2311.14479}, year = {2023}, } -``` \ No newline at end of file +```