ravithejads commited on
Commit
cbcdb08
1 Parent(s): 9ea00b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: llama3.1
3
  language:
4
- - multilingual
5
  tags:
6
  - rag
7
  - brag
@@ -112,7 +112,7 @@ print(tokenizer.decode(outputs[0]))
112
 
113
  ## Limitations
114
 
115
- As with all LLMs, users should be aware of potential biases and limitations. Always verify important information and use the model responsibly.
116
 
117
  ## Citation
118
 
@@ -128,11 +128,6 @@ author = {Pratik Bhavsar and Ravi Theja}
128
  }
129
  ```
130
 
131
- ## Model Access
132
-
133
- The model is available on the HuggingFace Model Hub:
134
- [https://huggingface.co/maximalists/BRAG-Llama-3-8b-v0.1](https://huggingface.co/maximalists/BRAG-Llama-3-8b-v0.1)
135
-
136
  ## Additional Information
137
 
138
  For more details on the BRAG series and updates, please refer to the official blogpost.
 
1
  ---
2
  license: llama3.1
3
  language:
4
+ - en
5
  tags:
6
  - rag
7
  - brag
 
112
 
113
  ## Limitations
114
 
115
+ The model is specifically trained for short contexts and may not perform well with longer ones. It has been fine-tuned on an English dataset. To avoid underperformance and the potential for hallucinations, please use the system prompt mentioned above.
116
 
117
  ## Citation
118
 
 
128
  }
129
  ```
130
 
 
 
 
 
 
131
  ## Additional Information
132
 
133
  For more details on the BRAG series and updates, please refer to the official blogpost.