pszemraj commited on
Commit
8a04d92
1 Parent(s): 48cccc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -94,8 +94,9 @@ Check out a [basic demo on Spaces](https://huggingface.co/spaces/pszemraj/genera
94
 
95
  ## About
96
 
97
- This model is a fine-tuned version of the [facebook/bart-base](https://huggingface.co/facebook/bart-base) model, fine-tuned using the `pszemraj/fleece2instructions` dataset. The concept is to apply text-to-text models to unlabeled, domain-specific text to generate appropriate LLM instructions. Consequently, this facilitates domain adaptation of instruction-tuned LLMs, making them more versatile in their respective domains.
98
 
 
99
  It achieves the following results on the evaluation set:
100
  - Loss: 1.0034
101
  - Rouge1: 61.7209
 
94
 
95
  ## About
96
 
97
+ This model is a fine-tuned version of the [facebook/bart-base](https://huggingface.co/facebook/bart-base) model, fine-tuned using the `pszemraj/fleece2instructions` dataset.
98
 
99
+ **Hypothesis:** Apply text-to-text models to unlabeled domain-specific text to generate appropriate LLM instructions. Consequently, this may enable domain adaptation of instruction-tuned LLMs, making them more versatile for specific domains.
100
  It achieves the following results on the evaluation set:
101
  - Loss: 1.0034
102
  - Rouge1: 61.7209