Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,22 @@ library_name: transformers
|
|
3 |
license: cc-by-nc-4.0
|
4 |
---
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
<!-- markdownlint-disable first-line-h1 -->
|
7 |
<!-- markdownlint-disable html -->
|
8 |
|
|
|
3 |
license: cc-by-nc-4.0
|
4 |
---
|
5 |
|
6 |
+
```
|
7 |
+
python=3.10
|
8 |
+
torch==2.7.1 # may work with more recent version
|
9 |
+
torchvision==0.22.1
|
10 |
+
transformers==4.40.0
|
11 |
+
opencv-python
|
12 |
+
albumentations
|
13 |
+
accelerate
|
14 |
+
Pillow
|
15 |
+
matplotlib
|
16 |
+
einops
|
17 |
+
pyarrow
|
18 |
+
sentencepiece
|
19 |
+
protobuf
|
20 |
+
```
|
21 |
+
|
22 |
<!-- markdownlint-disable first-line-h1 -->
|
23 |
<!-- markdownlint-disable html -->
|
24 |
|