Commit
0673d45
1 Parent(s): 81cf71e

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -32,6 +32,11 @@ Arabic LLaMa 3.1 Lora Model is an Fine Tuned Model based on the new released LLA
32
 
33
  ### Setup
34
  ```python
 
 
 
 
 
35
  import gradio as gr
36
  from unsloth import FastLanguageModel
37
  import torch
@@ -195,7 +200,7 @@ The author would like to thank Prince Sultan University for their invaluable sup
195
  ```markdown
196
  ## Citation
197
 
198
- If you use the Arabic Matryoshka Embeddings Model, please cite it as follows:
199
 
200
  ```bibtex
201
  @model{nacar2024,
 
32
 
33
  ### Setup
34
  ```python
35
+
36
+ !pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
37
+ !pip install --no-deps "xformers<0.0.27" "trl<0.9.0" peft accelerate bitsandbytes
38
+ !pip install gradio
39
+
40
  import gradio as gr
41
  from unsloth import FastLanguageModel
42
  import torch
 
200
  ```markdown
201
  ## Citation
202
 
203
+ If you use the Arabic llama3.1 Lora Model, please cite it as follows:
204
 
205
  ```bibtex
206
  @model{nacar2024,