MISHANM commited on
Commit
3538f2b
·
verified ·
1 Parent(s): 06c02bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,7 +11,7 @@ This model is fine-tuned for the Bangla language, capable of answering queries a
11
 
12
 
13
  ## Model Details
14
- 1. Language: Bangla/assamese
15
  2. Tasks: Question Answering, Translation (English to Bangla
16
  3. Base Model: meta-llama/Llama-3.2-3B-Instruct
17
 
@@ -54,7 +54,7 @@ def generate_text(prompt, max_length=1000, temperature=0.9):
54
  messages = [
55
  {
56
  "role": "system",
57
- "content": "You are a assamese language expert and linguist, with same knowledge give answers in assamese language. ",
58
  },
59
  {"role": "user", "content": prompt}
60
  ]
@@ -81,7 +81,7 @@ print(translated_text)
81
  ```
82
  @misc{MISHANM/Bangla_lang_model_eng_assamese_Llama3.2_3B_instruction,
83
  author = {Mishan Maurya},
84
- title = {Introducing Fine Tuned LLM for Assamese/Bangla Language},
85
  year = {2024},
86
  publisher = {Hugging Face},
87
  journal = {Hugging Face repository},
 
11
 
12
 
13
  ## Model Details
14
+ 1. Language: Bangla
15
  2. Tasks: Question Answering, Translation (English to Bangla
16
  3. Base Model: meta-llama/Llama-3.2-3B-Instruct
17
 
 
54
  messages = [
55
  {
56
  "role": "system",
57
+ "content": "You are a Bangla language expert and linguist, with same knowledge give answers in Bangla language. ",
58
  },
59
  {"role": "user", "content": prompt}
60
  ]
 
81
  ```
82
  @misc{MISHANM/Bangla_lang_model_eng_assamese_Llama3.2_3B_instruction,
83
  author = {Mishan Maurya},
84
+ title = {Introducing Fine Tuned LLM for Bangla Language},
85
  year = {2024},
86
  publisher = {Hugging Face},
87
  journal = {Hugging Face repository},