Jurabek commited on
Commit
91b631c
·
1 Parent(s): c00be5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,8 +23,8 @@ Here's how to use the model in Python:
23
  # Load the model
24
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
25
 
26
- model = AutoModelForSequenceClassification.from_pretrained("Jurabek/language_identifications"")
27
- tokenizer = AutoTokenizer.from_pretrained("Jurabek/language_identifications"")
28
 
29
 
30
  inputs = tokenizer(audio, return_tensors="pt")
 
23
  # Load the model
24
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
25
 
26
+ model = AutoModelForSequenceClassification.from_pretrained("Jurabek/language_identifications")
27
+ tokenizer = AutoTokenizer.from_pretrained("Jurabek/language_identifications")
28
 
29
 
30
  inputs = tokenizer(audio, return_tensors="pt")