Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
---
|
2 |
license: llama3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
The model is a fine-tuned large language model on using publically available medical data.
|
5 |
|
|
|
1 |
---
|
2 |
license: llama3
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- Text Generation
|
6 |
+
- Safetensors
|
7 |
+
- llama
|
8 |
+
- conversational
|
9 |
+
- Inference Endpoints
|
10 |
+
- text-generation-inference
|
11 |
---
|
12 |
The model is a fine-tuned large language model on using publically available medical data.
|
13 |
|