doberst commited on
Commit
091b196
·
1 Parent(s): fe22141

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -75,6 +75,7 @@ The fastest way to get started with dRAGon is through direct import in transform
75
  tokenizer = AutoTokenizer.from_pretrained("dragon-red-pajama-7b-v0")
76
  model = AutoModelForCausalLM.from_pretrained("dragon-red-pajama-7b-v0")
77
 
 
78
 
79
  The BLING model was fine-tuned with a simple "\<human> and \<bot> wrapper", so to get the best results, wrap inference entries as:
80
 
@@ -115,9 +116,4 @@ If you are using a HuggingFace generation script:
115
 
116
 
117
  ## Model Card Contact
118
- Darren Oberst
119
- llmware
120
-
121
-
122
-
123
-
 
75
  tokenizer = AutoTokenizer.from_pretrained("dragon-red-pajama-7b-v0")
76
  model = AutoModelForCausalLM.from_pretrained("dragon-red-pajama-7b-v0")
77
 
78
+ 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 llmware capabilities for fact-checking, as well as easy integration with document parsing and actual retrieval to swap out the test set for RAG workflow consisting of business documents.
79
 
80
  The BLING model was fine-tuned with a simple "\<human> and \<bot> wrapper", so to get the best results, wrap inference entries as:
81
 
 
116
 
117
 
118
  ## Model Card Contact
119
+ Darren Oberst and the llmware team