Commit
•
64f30a4
1
Parent(s):
db373f6
Update README.md
Browse files
README.md
CHANGED
@@ -51,10 +51,10 @@ prompt = "What is Depreciation"
|
|
51 |
example_less_pref_response = "What is Depreciation – 10 Important Facts to Know? When a business buys a new asset, the purchase price of that asset is depreciated over time to reflect its usage and eventual obsolescence. Depreciation expense can be a tax deductible expense and is usually a non-cash expense reported on a company’s income statement and balance sheet. The amount of depreciation expense a company reports each year is the difference between the original purchase price of the asset and what the current value of that asset might be. Here are 10 important facts to know about depreciation: 1. Depreciation is a non-cash expense. It is an expense that is reported in a business’s income statement and balance sheet and not a cash flow expense. 2. Depreciation is an accounting standard and it is required to be disclosed in a business’s financial statements. 3. The amount of depreciation is usually a tax expense and not a cash expense reported on a company’s income statement"
|
52 |
example_preferred_response = "Depreciation is the drop in value of an asset due to wear and tear, age and obsolescence (going out of date) as recorded in an organization's financial records."
|
53 |
|
54 |
-
score = get_score(model, tokenizer, prompt,
|
55 |
# >> -9.01173
|
56 |
|
57 |
-
score = get_score(model, tokenizer, prompt,
|
58 |
# >> 1.976404
|
59 |
```
|
60 |
|
|
|
51 |
example_less_pref_response = "What is Depreciation – 10 Important Facts to Know? When a business buys a new asset, the purchase price of that asset is depreciated over time to reflect its usage and eventual obsolescence. Depreciation expense can be a tax deductible expense and is usually a non-cash expense reported on a company’s income statement and balance sheet. The amount of depreciation expense a company reports each year is the difference between the original purchase price of the asset and what the current value of that asset might be. Here are 10 important facts to know about depreciation: 1. Depreciation is a non-cash expense. It is an expense that is reported in a business’s income statement and balance sheet and not a cash flow expense. 2. Depreciation is an accounting standard and it is required to be disclosed in a business’s financial statements. 3. The amount of depreciation is usually a tax expense and not a cash expense reported on a company’s income statement"
|
52 |
example_preferred_response = "Depreciation is the drop in value of an asset due to wear and tear, age and obsolescence (going out of date) as recorded in an organization's financial records."
|
53 |
|
54 |
+
score = get_score(model, tokenizer, prompt, example_less_pref_response)
|
55 |
# >> -9.01173
|
56 |
|
57 |
+
score = get_score(model, tokenizer, prompt, example_preferred_response)
|
58 |
# >> 1.976404
|
59 |
```
|
60 |
|