Lingo-IITGN commited on
Commit
6dd3352
1 Parent(s): 9270043

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -45,7 +45,7 @@ Project Unity is an initiative aimed at addressing India's linguistic diversity
45
 
46
  Use the code below to get started with the model.
47
 
48
- ```
49
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
50
 
51
  tokenizer = AutoTokenizer.from_pretrained("LingoIITGN/ganga-1b")
@@ -75,8 +75,6 @@ This model described is a research preview and is under ongoing iterative updati
75
 
76
 
77
 
78
-
79
-
80
  ## Evaluation
81
 
82
 
 
45
 
46
  Use the code below to get started with the model.
47
 
48
+ ```python
49
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
50
 
51
  tokenizer = AutoTokenizer.from_pretrained("LingoIITGN/ganga-1b")
 
75
 
76
 
77
 
 
 
78
  ## Evaluation
79
 
80