Update README.md
Browse files
README.md
CHANGED
@@ -74,6 +74,8 @@ The model categorizes images into 22 workout classes:
|
|
74 |
- **Class 19:** "t bar row"
|
75 |
- **Class 20:** "tricep dips"
|
76 |
- **Class 21:** "tricep pushdown"
|
|
|
|
|
77 |
|
78 |
```py
|
79 |
from datasets import load_dataset
|
@@ -91,7 +93,6 @@ id2label = {str(i): label for i, label in enumerate(labels)}
|
|
91 |
print(id2label)
|
92 |
```
|
93 |
|
94 |
-
|
95 |
# **Run with Transformers🤗**
|
96 |
|
97 |
```python
|
|
|
74 |
- **Class 19:** "t bar row"
|
75 |
- **Class 20:** "tricep dips"
|
76 |
- **Class 21:** "tricep pushdown"
|
77 |
+
-
|
78 |
+
# **Dataset ID2LABEL**
|
79 |
|
80 |
```py
|
81 |
from datasets import load_dataset
|
|
|
93 |
print(id2label)
|
94 |
```
|
95 |
|
|
|
96 |
# **Run with Transformers🤗**
|
97 |
|
98 |
```python
|