Update README.md
Browse files
README.md
CHANGED
|
@@ -65,6 +65,8 @@ output = model.generate(**inputs, max_new_tokens=400, do_sample=False)
|
|
| 65 |
predict = processor.decode(output[0][:], skip_special_tokens=True)
|
| 66 |
print(predict)
|
| 67 |
```
|
|
|
|
|
|
|
| 68 |
## Get the Dataset
|
| 69 |
#### Dataset Example
|
| 70 |

|
|
|
|
| 65 |
predict = processor.decode(output[0][:], skip_special_tokens=True)
|
| 66 |
print(predict)
|
| 67 |
```
|
| 68 |
+
|
| 69 |
+
Our code will be publicly available on Github.[ddw2AIGROUP2CQUPT/Human-LLaVA-8B(github.com)]https://github.com/ddw2AIGROUP2CQUPT/Human-LLaVA-8B
|
| 70 |
## Get the Dataset
|
| 71 |
#### Dataset Example
|
| 72 |

|