philomath-1209 commited on
Commit
1577cef
1 Parent(s): bc528bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ Model is trained for 25 epochs on Azure for nearly 26000 Datapoints for above Me
74
  ```python
75
  import torch
76
  from transformers import AutoTokenizer, AutoModelForSequenceClassification, TextClassificationPipeline
77
- model_name = 'Maninder120996/programming-language-identification'
78
  loaded_tokenizer = AutoTokenizer.from_pretrained(model_name)
79
  loaded_model = AutoModelForSequenceClassification.from_pretrained(model_name)
80
 
 
74
  ```python
75
  import torch
76
  from transformers import AutoTokenizer, AutoModelForSequenceClassification, TextClassificationPipeline
77
+ model_name = 'philomath-1209/programming-language-identification'
78
  loaded_tokenizer = AutoTokenizer.from_pretrained(model_name)
79
  loaded_model = AutoModelForSequenceClassification.from_pretrained(model_name)
80