Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,7 @@ classifier = pipeline("text-classification", model=model, tokenizer=tokenizer)
|
|
84 |
product_description = "High-resolution digital camera with 20MP sensor."
|
85 |
result = classifier(product_description)
|
86 |
print(result)
|
|
|
87 |
|
88 |
#Training Details
|
89 |
##Training Data
|
|
|
84 |
product_description = "High-resolution digital camera with 20MP sensor."
|
85 |
result = classifier(product_description)
|
86 |
print(result)
|
87 |
+
```
|
88 |
|
89 |
#Training Details
|
90 |
##Training Data
|