interstellarninja commited on
Commit
b3bdd40
1 Parent(s): 945c6e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,7 +26,7 @@ The following `bitsandbytes` quantization config was used during training:
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
 
32
  ### Instruction:
@@ -36,5 +36,5 @@ Present an API to determine what animal species a picture from a database is in
36
  <<<domain>>>: Image classification, <<<api_call>>>: model = hub.load('https://tfhub.dev/google/imagenet/inception_v3/classification/5'), <<<api_provider>>>: TensorFlow Hub, <<<explanation>>>: This API call uses TensorFlow's pre-trained Inception V3 image classification model from TensorFlow Hub, which can be used to classify images into multiple categories including animal species and objects, among other things. By loading this model, you can analyze a given picture of an animal from a database, and get the predictions for its class label. <<<code>>>: import tensorflow as tf
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
 
 
26
 
27
  ## Inferenece Example:
28
 
29
+ ### System:
30
  Below is an instruction that describes a task. Write a response that appropriately completes the request.
31
 
32
  ### Instruction:
 
36
  <<<domain>>>: Image classification, <<<api_call>>>: model = hub.load('https://tfhub.dev/google/imagenet/inception_v3/classification/5'), <<<api_provider>>>: TensorFlow Hub, <<<explanation>>>: This API call uses TensorFlow's pre-trained Inception V3 image classification model from TensorFlow Hub, which can be used to classify images into multiple categories including animal species and objects, among other things. By loading this model, you can analyze a given picture of an animal from a database, and get the predictions for its class label. <<<code>>>: import tensorflow as tf
37
  import tensorflow_hub as hub
38
  model_id = 'https://tfhub.dev/google/imagenet/inception_v3/classification/5'
39
+ model = hub.load(model_id)
40