Update README.md
Browse files
README.md
CHANGED
@@ -86,7 +86,7 @@ The fastest way to get started with BLING is through direct import in transforme
|
|
86 |
tokenizer = AutoTokenizer.from_pretrained("llmware/bling-1b-0.1")
|
87 |
model = AutoModelForCausalLM.from_pretrained("llmware/bling-1b-0.1")
|
88 |
|
89 |
-
Please refer to the
|
90 |
|
91 |
The BLING model was fine-tuned with a simple "\<human> and \<bot> wrapper", so to get the best results, wrap inference entries as:
|
92 |
|
|
|
86 |
tokenizer = AutoTokenizer.from_pretrained("llmware/bling-1b-0.1")
|
87 |
model = AutoModelForCausalLM.from_pretrained("llmware/bling-1b-0.1")
|
88 |
|
89 |
+
Please refer to the generation_test .py files in the Files repository, which includes 200 samples and script to test the model. The generation_test_llmware_script.py includes built-in capabilities for fact-checking, as well as easy integration with parsing to swap out the test set for actual RAG documents.
|
90 |
|
91 |
The BLING model was fine-tuned with a simple "\<human> and \<bot> wrapper", so to get the best results, wrap inference entries as:
|
92 |
|