Update README.md
Browse files
README.md
CHANGED
|
@@ -67,6 +67,7 @@ input_text = "How can I navigate to a specific pose using ROS?"
|
|
| 67 |
inputs = tokenizer(input_text, return_tensors="pt")
|
| 68 |
outputs = model(**inputs)
|
| 69 |
print(outputs)
|
|
|
|
| 70 |
|
| 71 |
## Training Details
|
| 72 |
|
|
@@ -145,6 +146,7 @@ print(outputs)
|
|
| 145 |
year={2024},
|
| 146 |
note={CS-GY-6613 AI Final Project, NYU Tandon School of Engineering}
|
| 147 |
}
|
|
|
|
| 148 |
|
| 149 |
## Model Card Authors
|
| 150 |
- Krish Murjani ([krishmurjani](https://huggingface.co/krishmurjani))
|
|
|
|
| 67 |
inputs = tokenizer(input_text, return_tensors="pt")
|
| 68 |
outputs = model(**inputs)
|
| 69 |
print(outputs)
|
| 70 |
+
```
|
| 71 |
|
| 72 |
## Training Details
|
| 73 |
|
|
|
|
| 146 |
year={2024},
|
| 147 |
note={CS-GY-6613 AI Final Project, NYU Tandon School of Engineering}
|
| 148 |
}
|
| 149 |
+
```
|
| 150 |
|
| 151 |
## Model Card Authors
|
| 152 |
- Krish Murjani ([krishmurjani](https://huggingface.co/krishmurjani))
|