Update README.md
Browse files
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>
|
| 60 |
|
| 61 |
model = AutoModelForCausalLM.from_pretrained("GBhaveshKumar/ConvoAI")
|
| 62 |
-
tokenizer = AutoTokenizer.from_pretrained("GBhaveshKumar/ConvoAI")
|
| 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
|