Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -53,4 +57,4 @@ answer=result[0]['generated_text']
|
|
53 |
print(answer)
|
54 |
```
|
55 |
|
56 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- skumar9/orpo-mmlu
|
6 |
+
tags:
|
7 |
+
- medical
|
8 |
---
|
9 |
|
10 |
# Model Card for Model ID
|
|
|
57 |
print(answer)
|
58 |
```
|
59 |
|
60 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|