PabloAccuosto commited on
Commit
86cf5f7
·
verified ·
1 Parent(s): df3e7d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
43
  import torch
44
 
45
  # Load model and tokenizer
46
- model_name = "your-username/eu-organization-classifier"
47
  tokenizer = AutoTokenizer.from_pretrained(model_name)
48
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
49
 
 
43
  import torch
44
 
45
  # Load model and tokenizer
46
+ model_name = "SIRIS-Lab/org_type_classifier"
47
  tokenizer = AutoTokenizer.from_pretrained(model_name)
48
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
49