Commit
·
e1c5095
1
Parent(s):
ed4ad65
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ The model is evaluated based on several metrics, including loss, reward, penalty
|
|
37 |
- Average loss: 1.7
|
38 |
|
39 |
## Limitations and Bias
|
40 |
-
Because I have a rather weak computer for machine learning, I was not able to train this model for too long. The model may output irrelevant answers, or sometimes the responses can be nonsensical. The Interface API is not a recommended place to test the model because this model requires an input format. This model was not fine-tuned to remember history from the chat, so it cannot be asked follow-up questions (if anyone wants to fine-tune it so that it does remember the chat history, be my guest). A GPU with at least 4 gigabytes of VRAM is recommended for optimal speeds to generate a response. I also don't recommend loading the model automatically from the transformers library because it does not work as intended. Instead you should use the model like this (download the model
|
41 |
|
42 |
```python
|
43 |
import torch
|
|
|
37 |
- Average loss: 1.7
|
38 |
|
39 |
## Limitations and Bias
|
40 |
+
Because I have a rather weak computer for machine learning, I was not able to train this model for too long. The model may output irrelevant answers, or sometimes the responses can be nonsensical. The Interface API is not a recommended place to test the model because this model requires an input format. This model was not fine-tuned to remember history from the chat, so it cannot be asked follow-up questions (if anyone wants to fine-tune it so that it does remember the chat history, be my guest). A GPU with at least 4 gigabytes of VRAM is recommended for optimal speeds to generate a response. I also don't recommend loading the model automatically from the transformers library because it does not work as intended. Instead you should use the model like this (download the model manually):
|
41 |
|
42 |
```python
|
43 |
import torch
|