Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,6 @@ metrics:
|
|
| 10 |
- accuracy
|
| 11 |
tags:
|
| 12 |
- medical
|
| 13 |
-
pipeline_tag: text2text-generation
|
| 14 |
---
|
| 15 |
|
| 16 |
# Model Card for Model ID
|
|
@@ -223,7 +222,7 @@ Using Lora
|
|
| 223 |
|
| 224 |
#### Preprocessing [optional]
|
| 225 |
|
| 226 |
-
Original:
|
| 227 |
|
| 228 |
```json
|
| 229 |
StableLMEpochForCausalLM(
|
|
@@ -253,6 +252,13 @@ StableLMEpochForCausalLM(
|
|
| 253 |
(lm_head): Linear(in_features=2560, out_features=50304, bias=False)
|
| 254 |
)
|
| 255 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
|
| 257 |
|
| 258 |
#### Training Hyperparameters
|
|
|
|
| 10 |
- accuracy
|
| 11 |
tags:
|
| 12 |
- medical
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Model Card for Model ID
|
|
|
|
| 222 |
|
| 223 |
#### Preprocessing [optional]
|
| 224 |
|
| 225 |
+
Original Model Configuration:
|
| 226 |
|
| 227 |
```json
|
| 228 |
StableLMEpochForCausalLM(
|
|
|
|
| 252 |
(lm_head): Linear(in_features=2560, out_features=50304, bias=False)
|
| 253 |
)
|
| 254 |
```
|
| 255 |
+
Data Formatting :
|
| 256 |
+
|
| 257 |
+
```json
|
| 258 |
+
Given a target sentence construct the underlying meaning representation of the input sentence as a single function with attributes and attribute values.
|
| 259 |
+
This function should describe the target string accurately and the function must be one of the following ['inform', 'request', 'give_opinion', 'confirm', 'verify_attribute', 'suggest', 'request_explanation', 'recommend', 'request_attribute'].
|
| 260 |
+
The attributes must be one of the following: ['name', 'pathology', 'therapeutic', 'dosage', 'side_effects', 'contraindications', 'manufacturer', 'price', 'availability', 'administration', 'warnings', 'interactions', 'storage', 'expiration_date', 'formulation', 'strength', 'route_of_administration', 'class', 'prescription_required', 'generic_name', 'brand_name', 'patient_instructions']
|
| 261 |
+
```
|
| 262 |
|
| 263 |
|
| 264 |
#### Training Hyperparameters
|