PEFT
Safetensors
mistral
chandlerTSLabs commited on
Commit
d7205a7
1 Parent(s): 59d9408

Add link to modified data

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. README.md +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .vscode
README.md CHANGED
@@ -100,7 +100,7 @@ special_tokens:
100
 
101
  # Mistral Sentiment Analysis
102
 
103
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the [FinGPT Sentiment](https://huggingface.co/datasets/FinGPT/fingpt-sentiment-train) dataset. It is intended to be used for sentiment analysis tasks for financial data. See the [FinGPT Project](https://github.com/AI4Finance-Foundation/FinGPT) for more information.
104
  It achieves the following results on the evaluation set:
105
  * Loss: 0.1598
106
 
 
100
 
101
  # Mistral Sentiment Analysis
102
 
103
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the [FinGPT Sentiment](https://huggingface.co/datasets/FinGPT/fingpt-sentiment-train) dataset. It is intended to be used for sentiment analysis tasks for financial data. Data was modified to use with Axolotl, see [here](https://github.com/TimeSurgeLabs/llm-finetuning/blob/02fee020a21917d91719da6db25a4f4384ae9a0a/data/fingpt-sentiment.jsonl) for the modified data. See the [FinGPT Project](https://github.com/AI4Finance-Foundation/FinGPT) for more information.
104
  It achieves the following results on the evaluation set:
105
  * Loss: 0.1598
106