interstellarninja
commited on
Commit
•
945c6e7
1
Parent(s):
cddca2d
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,6 @@ The following `bitsandbytes` quantization config was used during training:
|
|
26 |
|
27 |
## Inferenece Example:
|
28 |
|
29 |
-
========================================
|
30 |
<s> ### System:
|
31 |
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
32 |
|
@@ -38,4 +37,4 @@ Present an API to determine what animal species a picture from a database is in
|
|
38 |
import tensorflow_hub as hub
|
39 |
model_id = 'https://tfhub.dev/google/imagenet/inception_v3/classification/5'
|
40 |
model = hub.load(model_id)</s>
|
41 |
-
|
|
|
26 |
|
27 |
## Inferenece Example:
|
28 |
|
|
|
29 |
<s> ### System:
|
30 |
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
31 |
|
|
|
37 |
import tensorflow_hub as hub
|
38 |
model_id = 'https://tfhub.dev/google/imagenet/inception_v3/classification/5'
|
39 |
model = hub.load(model_id)</s>
|
40 |
+
|