VietnamAIHub commited on
Commit
12466d4
•
1 Parent(s): b48c636

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,7 +1,7 @@
1
  # Vietnamese Llama2-7B 8k Context Length with LoRA Adapters
2
 
3
 
4
- This repository contains a Llama-7B model fine-tuned with QLoRA (Quantization Low-Rank Adapter) adapters. The adapter is a plug-and-play tool that enables the LLaMa model to perform well in many Vietnamese NLP tasks.
5
  Project Github page: [Github](https://github.com/VietnamAIHub/Vietnamese_LLMs)
6
  ## Model Overview
7
 
@@ -14,7 +14,7 @@ Dataset link: Comming soon
14
 
15
  ## Testing the Model by yourself.
16
 
17
- To load the fine-tuned Llama-7B model with LoRA adapters, follow the code snippet below:
18
 
19
  ```python
20
  import torch
@@ -109,4 +109,4 @@ print(output)
109
 
110
  ## Conclusion
111
  The Vietnamese Llama2-7B with LoRA adapters is a versatile language model that can be utilized for a wide range of NLP tasks in Vietnamese. We hope that researchers and developers find this model useful and are encouraged to experiment with it in their projects.
112
- For any questions, feedback, or contributions, please feel free to contact the maintainers of this repository TranNhiem 🙌: [Linkedin](https://www.linkedin.com/in/tran-nhiem-ab1851125/) [Twitter](https://twitter.com/TranRick2) [Facebook](https://www.facebook.com/jean.tran.336), Project [Discord](https://discord.gg/MC3yDZNz). Happy fine-tuning and experimenting with the Llama-30b model!
 
1
  # Vietnamese Llama2-7B 8k Context Length with LoRA Adapters
2
 
3
 
4
+ This repository contains a Vietnamese Llama2-7B model fine-tuned with QLoRA (Quantization Low-Rank Adapter) adapters. The adapter is a plug-and-play tool that enables the LLaMa model to perform well in many Vietnamese NLP tasks.
5
  Project Github page: [Github](https://github.com/VietnamAIHub/Vietnamese_LLMs)
6
  ## Model Overview
7
 
 
14
 
15
  ## Testing the Model by yourself.
16
 
17
+ To load the fine-tuned Llama2-7B model with LoRA adapters, follow the code snippet below:
18
 
19
  ```python
20
  import torch
 
109
 
110
  ## Conclusion
111
  The Vietnamese Llama2-7B with LoRA adapters is a versatile language model that can be utilized for a wide range of NLP tasks in Vietnamese. We hope that researchers and developers find this model useful and are encouraged to experiment with it in their projects.
112
+ For any questions, feedback, or contributions, please feel free to contact the maintainers of this repository TranNhiem 🙌: [Linkedin](https://www.linkedin.com/in/tran-nhiem-ab1851125/) [Twitter](https://twitter.com/TranRick2) [Facebook](https://www.facebook.com/jean.tran.336), Project [Discord](https://discord.gg/MC3yDZNz). Happy fine-tuning and experimenting with the Llama2-7B model!