Driisa commited on
Commit
cf74602
·
verified ·
1 Parent(s): 89b58ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ You can use the model via Hugging Face Transformers:
56
  ```python
57
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
58
 
59
- model_name = "your-username/finbert-finetuned-github"
60
 
61
  # Load model and tokenizer
62
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
 
56
  ```python
57
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
58
 
59
+ model_name = "Driisa/finbert-finetuned-github"
60
 
61
  # Load model and tokenizer
62
  model = AutoModelForSequenceClassification.from_pretrained(model_name)