Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ V0.2 comes with several improvements, including less biases and more accurate ca
|
|
| 35 |
|
| 36 |
# Usage options
|
| 37 |
|
| 38 |
-
Basically, 3 modes of usage have
|
| 39 |
- Brief description (main information without excess connecting phrases, prose and reasoning)
|
| 40 |
- Detailed description with focus on discinct features of characters and actions
|
| 41 |
- Structured json-like output, best choise for further NLP
|
|
@@ -81,8 +81,9 @@ Replace user inctruction with one of mentioned above (works best) or any yours.
|
|
| 81 |
You can use alreasy existing venv or create a new. All you need is >=torch2.1.2
|
| 82 |
```
|
| 83 |
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
| 84 |
-
pip install -r
|
| 85 |
```
|
|
|
|
| 86 |
|
| 87 |
You will need a dev build of transformers to be able to run in (already in requirements.txt).
|
| 88 |
```
|
|
|
|
| 35 |
|
| 36 |
# Usage options
|
| 37 |
|
| 38 |
+
Basically, 3 modes of usage have been trained:
|
| 39 |
- Brief description (main information without excess connecting phrases, prose and reasoning)
|
| 40 |
- Detailed description with focus on discinct features of characters and actions
|
| 41 |
- Structured json-like output, best choise for further NLP
|
|
|
|
| 81 |
You can use alreasy existing venv or create a new. All you need is >=torch2.1.2
|
| 82 |
```
|
| 83 |
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
| 84 |
+
pip install -r requirements.txt
|
| 85 |
```
|
| 86 |
+
If you are using linux or know kow to build it in windows (or use prebuilded) - also install Flash Attention-2 and uncomment corresponding line.
|
| 87 |
|
| 88 |
You will need a dev build of transformers to be able to run in (already in requirements.txt).
|
| 89 |
```
|