Bitext commited on
Commit
9b5c13e
1 Parent(s): f6fd089

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -8,15 +8,15 @@ base_model: mistralai/Mistral-7B-Instruct-v0.2
8
  model_type: mistral
9
  pipeline_tag: text-generation
10
  model-index:
11
- - name: Mistral-7B-Mortgage-Loans-v2
12
  results: []
13
  ---
14
 
15
- # Mistral-7B-Mortgage-Loans-v2
16
 
17
  ## Model Description
18
 
19
- This model, "Mistral-7B-Mortgage-Loans-v2," is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) developed to specifically address queries related to mortgage and loans. It provides answers that are crucial for understanding complex loan processes and mortgage applications.
20
 
21
  ## Intended Use
22
 
@@ -28,8 +28,8 @@ This model, "Mistral-7B-Mortgage-Loans-v2," is a fine-tuned version of [mistrala
28
  ```python
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30
 
31
- model = AutoModelForCausalLM.from_pretrained("bitext-llm/Mistral-7B-Mortgage-Loans-v2")
32
- tokenizer = AutoTokenizer.from_pretrained("bitext-llm/Mistral-7B-Mortgage-Loans-v2")
33
 
34
  inputs = tokenizer("<s>[INST] What are the requirements for a home loan? [/INST]", return_tensors="pt")
35
  outputs = model.generate(inputs['input_ids'], max_length=50)
@@ -76,7 +76,7 @@ This model was developed by the Bitext and trained on infrastructure provided by
76
 
77
  ## License
78
 
79
- This model, "Mistral-7B-Mortgage-Loans-v2", is licensed under the Apache License 2.0 by Bitext Innovations International, Inc. This open-source license allows for free use, modification, and distribution of the model but requires that proper credit be given to Bitext.
80
 
81
  ### Key Points of the Apache 2.0 License
82
 
 
8
  model_type: mistral
9
  pipeline_tag: text-generation
10
  model-index:
11
+ - name: Mistral-7B-Mortgage-Loans-v1
12
  results: []
13
  ---
14
 
15
+ # Mistral-7B-Mortgage-Loans-v1
16
 
17
  ## Model Description
18
 
19
+ This model, "Mistral-7B-Mortgage-Loans-v1," is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) developed to specifically address queries related to mortgage and loans. It provides answers that are crucial for understanding complex loan processes and mortgage applications.
20
 
21
  ## Intended Use
22
 
 
28
  ```python
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30
 
31
+ model = AutoModelForCausalLM.from_pretrained("bitext-llm/Mistral-7B-Mortgage-Loans-v1")
32
+ tokenizer = AutoTokenizer.from_pretrained("bitext-llm/Mistral-7B-Mortgage-Loans-v1")
33
 
34
  inputs = tokenizer("<s>[INST] What are the requirements for a home loan? [/INST]", return_tensors="pt")
35
  outputs = model.generate(inputs['input_ids'], max_length=50)
 
76
 
77
  ## License
78
 
79
+ This model, "Mistral-7B-Mortgage-Loans-v1", is licensed under the Apache License 2.0 by Bitext Innovations International, Inc. This open-source license allows for free use, modification, and distribution of the model but requires that proper credit be given to Bitext.
80
 
81
  ### Key Points of the Apache 2.0 License
82