Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model:
|
|
4 |
- meta-llama/Llama-3.2-3B-Instruct
|
5 |
---
|
6 |
|
7 |
-
# MISHANM/
|
8 |
|
9 |
This model is fine-tuned for the Bangla language, capable of answering queries and translating text from English to Bangla. It leverages advanced natural language processing techniques to provide accurate and context-aware responses.
|
10 |
|
@@ -35,7 +35,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
35 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
36 |
|
37 |
# Load the fine-tuned model and tokenizer
|
38 |
-
model_path = "MISHANM/
|
39 |
model = AutoModelForCausalLM.from_pretrained(model_path)
|
40 |
|
41 |
# Wrap the model with DataParallel if multiple GPUs are available
|
@@ -79,7 +79,7 @@ print(translated_text)
|
|
79 |
|
80 |
## Citation Information
|
81 |
```
|
82 |
-
@misc{MISHANM/
|
83 |
author = {Mishan Maurya},
|
84 |
title = {Introducing Fine Tuned LLM for Bangla Language},
|
85 |
year = {2024},
|
|
|
4 |
- meta-llama/Llama-3.2-3B-Instruct
|
5 |
---
|
6 |
|
7 |
+
# MISHANM/Bangla_text_generation_Llama3.2_3B_instruction
|
8 |
|
9 |
This model is fine-tuned for the Bangla language, capable of answering queries and translating text from English to Bangla. It leverages advanced natural language processing techniques to provide accurate and context-aware responses.
|
10 |
|
|
|
35 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
36 |
|
37 |
# Load the fine-tuned model and tokenizer
|
38 |
+
model_path = "MISHANM/Bangla_text_generation_Llama3.2_3B_instruction"
|
39 |
model = AutoModelForCausalLM.from_pretrained(model_path)
|
40 |
|
41 |
# Wrap the model with DataParallel if multiple GPUs are available
|
|
|
79 |
|
80 |
## Citation Information
|
81 |
```
|
82 |
+
@misc{MISHANM/Bangla_text_generation_Llama3.2_3B_instruction,
|
83 |
author = {Mishan Maurya},
|
84 |
title = {Introducing Fine Tuned LLM for Bangla Language},
|
85 |
year = {2024},
|