mr-checker commited on
Commit
65b0ec3
·
verified ·
1 Parent(s): fc7965f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ from transformers import pipeline
70
 
71
  classifier = pipeline(
72
  "text-classification",
73
- model="your-username/fin-customer-support-intent-distilbert"
74
  )
75
 
76
  result = classifier("I lost my debit card")
 
70
 
71
  classifier = pipeline(
72
  "text-classification",
73
+ model="mr-checker/fin-customer-support-intent-distilbert"
74
  )
75
 
76
  result = classifier("I lost my debit card")