jyw3 commited on
Commit
dde0ec7
·
verified ·
1 Parent(s): 60daa2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -45,7 +45,7 @@ Example entries:
45
 
46
  ## Model Information
47
 
48
- The model being evaluated is hosted under the Hugging Face Hub namespace `CIS5190ml/bert3`.
49
 
50
  ## Evaluation Pipeline
51
 
@@ -87,8 +87,8 @@ import torch
87
  from torch.utils.data import DataLoader
88
 
89
  # Load model and tokenizer
90
- tokenizer = AutoTokenizer.from_pretrained("CIS5190ml/bert3")
91
- model = AutoModelForSequenceClassification.from_pretrained("CIS5190ml/bert3")
92
 
93
  # Load dataset
94
  ds = load_dataset("CIS5190ml/test_20_rows", split="train")
 
45
 
46
  ## Model Information
47
 
48
+ The model being evaluated is hosted under the Hugging Face Hub namespace `CIS5190ml/bert4`.
49
 
50
  ## Evaluation Pipeline
51
 
 
87
  from torch.utils.data import DataLoader
88
 
89
  # Load model and tokenizer
90
+ tokenizer = AutoTokenizer.from_pretrained("CIS5190ml/bert4")
91
+ model = AutoModelForSequenceClassification.from_pretrained("CIS5190ml/bert4")
92
 
93
  # Load dataset
94
  ds = load_dataset("CIS5190ml/test_20_rows", split="train")