Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ Falcon-RW-1B-Instruct-OpenOrca is the #1 ranking model on [Open LLM Leaderboard]
|
|
37 |
|
38 |
The model operates with a structured prompt format, incorporating `<SYS>`, `<INST>`, and `<RESP>` tags to demarcate different parts of the input. The system message and instruction are placed within these tags, with the `<RESP>` tag triggering the model's response.
|
39 |
|
40 |
-
|
41 |
|
42 |
```python
|
43 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
@@ -69,5 +69,10 @@ print(response[0]['generated_text'])
|
|
69 |
# AI, or Artificial Intelligence, refers to the ability of machines and software to perform tasks that require human intelligence, such as learning, reasoning, and problem-solving. It can be used in various fields like computer science, engineering, medicine, and more. Some common applications include image recognition, speech translation, and natural language processing.
|
70 |
```
|
71 |
|
|
|
|
|
|
|
|
|
|
|
72 |
## ๐ฌ Contact
|
73 |
For further inquiries or feedback, please contact at eric.fu96@aol.com.
|
|
|
37 |
|
38 |
The model operates with a structured prompt format, incorporating `<SYS>`, `<INST>`, and `<RESP>` tags to demarcate different parts of the input. The system message and instruction are placed within these tags, with the `<RESP>` tag triggering the model's response.
|
39 |
|
40 |
+
**๐ Example Code**
|
41 |
|
42 |
```python
|
43 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
69 |
# AI, or Artificial Intelligence, refers to the ability of machines and software to perform tasks that require human intelligence, such as learning, reasoning, and problem-solving. It can be used in various fields like computer science, engineering, medicine, and more. Some common applications include image recognition, speech translation, and natural language processing.
|
70 |
```
|
71 |
|
72 |
+
## โ ๏ธ Limitations
|
73 |
+
This model may generate inaccurate or misleading information and is prone to hallucination, creating plausible but false narratives. It lacks the ability to discern factual content from fiction and may inadvertently produce biased, harmful or offensive content. Its understanding of complex, nuanced queries is limited. Users should be aware of this and verify any information obtained from the model.
|
74 |
+
|
75 |
+
The model is provided 'as is' without any warranties, and the creators are not liable for any damages arising from its use. Users are responsible for their interactions with the model.
|
76 |
+
|
77 |
## ๐ฌ Contact
|
78 |
For further inquiries or feedback, please contact at eric.fu96@aol.com.
|