Commit
e329d0b
1 Parent(s): 7352a6b

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,6 +6,8 @@ language:
6
  tags:
7
  - llama3.1
8
  - arabic
 
 
9
  library_name: peft
10
  pipeline_tag: text-generation
11
  ---
@@ -53,7 +55,7 @@ FastLanguageModel.for_inference(base_model) # Enable native 2x faster inference
53
 
54
  # Load LoRA model and tokenizer
55
  lora_model, lora_tokenizer = FastLanguageModel.from_pretrained(
56
- model_name="Omartificial-Intelligence-Space/Arabic-llama3.1-Chat-lora", # Replace with your LoRA model path/name
57
  max_seq_length=2048,
58
  dtype=None,
59
  load_in_4bit=True,
@@ -210,5 +212,4 @@ If you use the Arabic llama3.1 Lora Model, please cite it as follows:
210
  year = 2024,
211
  url = {https://huggingface.co/Omartificial-Intelligence-Space/Arabic-llama3.1-Chat-lora},
212
  version = {1.0.0},
213
- }
214
-
 
6
  tags:
7
  - llama3.1
8
  - arabic
9
+ - 'pretrained '
10
+ - 'lora '
11
  library_name: peft
12
  pipeline_tag: text-generation
13
  ---
 
55
 
56
  # Load LoRA model and tokenizer
57
  lora_model, lora_tokenizer = FastLanguageModel.from_pretrained(
58
+ model_name="Omartificial-Intelligence-Space/Arabic-llama3.1-lora-FT", # Replace with your LoRA model path/name
59
  max_seq_length=2048,
60
  dtype=None,
61
  load_in_4bit=True,
 
212
  year = 2024,
213
  url = {https://huggingface.co/Omartificial-Intelligence-Space/Arabic-llama3.1-Chat-lora},
214
  version = {1.0.0},
215
+ }