Skip to content

Commit

Permalink
feat: update README.md
Browse files Browse the repository at this point in the history
Added refactored text
  • Loading branch information
StochasticRomanAgeev authored Jul 26, 2023
1 parent 8cba9d6 commit 4587157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ outputs = model.generate(dataset = dataset, batch_size=10)

```

You can check the [Llama LoRA INT4 working example](examples/int4_finetuning/LLaMA_lora_int4.ipynb) file to see how it works.
An exploration of the [Llama LoRA INT4 working example](examples/int4_finetuning/LLaMA_lora_int4.ipynb) is recommended for an understanding of its application.

Also, you can check the [GenericModel working example](examples/generic/generic_model.py) repository to see how it works.
For an extended insight, consider examining the [GenericModel working example](examples/generic/generic_model.py) available in the repository.

<br>

Expand Down

0 comments on commit 4587157

Please sign in to comment.