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