Commit
·
69822e4
1
Parent(s):
30cad76
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ The model is evaluated based on several metrics, including loss, reward, penalty
|
|
42 |
- perplexity: 4.3
|
43 |
|
44 |
## Limitations and Bias
|
45 |
-
This model is not suitable for all use cases due to its limited training time on a weak computer. As a result, it may produce irrelevant or nonsensical responses. For optimal performance, I recommend using a GPU with at least
|
46 |
|
47 |
```python
|
48 |
import torch
|
|
|
42 |
- perplexity: 4.3
|
43 |
|
44 |
## Limitations and Bias
|
45 |
+
This model is not suitable for all use cases due to its limited training time on a weak computer. As a result, it may produce irrelevant or nonsensical responses. For optimal performance, I recommend using a GPU with at least 16 GB of VRAM and downloading the model manually instead of using the Transformers library. Here's how you should deploy the model:
|
46 |
|
47 |
```python
|
48 |
import torch
|