update model init with float16
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ Resources and Technical Documentation:
|
|
27 |
|
28 |
## How to Get Started with the Model
|
29 |
|
30 |
-
Use the code below to get started with the model.
|
31 |
|
32 |
```python
|
33 |
import requests
|
|
|
27 |
|
28 |
## How to Get Started with the Model
|
29 |
|
30 |
+
Use the code below to get started with the model. All models are trained with float16.
|
31 |
|
32 |
```python
|
33 |
import requests
|