Sovenok-Hacker commited on
Commit
8706c03
1 Parent(s): ccb8f27

Create README.md

Browse files

Minimal Alpaca-LORA trained with [databricks/databricks-dolly-v2-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) dataset and based on [OpenLLaMA-3B-600BT](https://huggingface.co/openlm-research/open_llama_3b_600bt_preview).

### I have no powerful GPUs, so I am training it using Google Colab. I am working on Jupyter Notebook to train it and then I release it.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: gpl-3.0
3
- ---
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
+ datasets:
4
+ - databricks/databricks-dolly-15k
5
+ language:
6
+ - en
7
+ pipeline_tag: question-answering
8
+ ---