GBhaveshKumar commited on
Commit
631f2d8
·
verified ·
1 Parent(s): 5b0707e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - Model
12
  ---
13
 
14
- ConvoAI
15
 
16
  # Model Card for Model ID
17
 
@@ -56,10 +56,10 @@ https://huggingface.co/spaces/GBhaveshKumar/ConvoAI
56
 
57
  ## How to Get Started with the Model
58
 
59
- <pre> \`\`\`python from transformers import AutoModelForCausalLM, AutoTokenizer
60
 
61
  model = AutoModelForCausalLM.from_pretrained("GBhaveshKumar/ConvoAI")
62
- tokenizer = AutoTokenizer.from_pretrained("GBhaveshKumar/ConvoAI") \`\`\` </pre>
63
 
64
 
65
  ### Training Data
 
11
  - Model
12
  ---
13
 
14
+ **ConvoAI**
15
 
16
  # Model Card for Model ID
17
 
 
56
 
57
  ## How to Get Started with the Model
58
 
59
+ <pre>from transformers import AutoModelForCausalLM, AutoTokenizer
60
 
61
  model = AutoModelForCausalLM.from_pretrained("GBhaveshKumar/ConvoAI")
62
+ tokenizer = AutoTokenizer.from_pretrained("GBhaveshKumar/ConvoAI")</pre>
63
 
64
 
65
  ### Training Data