RedReddington1
commited on
Commit
·
0a87cd7
1
Parent(s):
eb753cc
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- pytorch
|
6 |
+
- causal-lm
|
7 |
+
- pythia
|
8 |
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- bigbio/med_qa
|
11 |
---
|
12 |
+
|
13 |
+
This adapter was lora-trained using [lit-gpt](https://github.com/Lightning-AI/lit-gpt) for 12,000 steps (approx. 1 epoch) using [Pythia-410M-deduped](https://huggingface.co/EleutherAI/pythia-410m-deduped) model on [Med_qa](https://huggingface.co/datasets/bigbio/med_qa) dataset
|