Locutusque commited on
Commit
055ab9d
1 Parent(s): b8326a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -46,6 +46,8 @@ slices:
46
  weight: [0.0, 0.3, 0.7, 1.0]
47
  ```
48
 
49
- This model can also answer basic questions, without needing to do any fine-tuning. Go ahead and try in the inference API.
50
 
51
- This model was also created as an attempt to fix the issue with V2 - the weights were prone to exploding gradients, making it difficult to fine-tune. This model should be easier to fine-tune, however, I have not tested it yet.
 
 
 
46
  weight: [0.0, 0.3, 0.7, 1.0]
47
  ```
48
 
49
+ This model can also answer basic questions, without needing to do any fine-tuning.
50
 
51
+ This model was also created as an attempt to fix the issue with V2 - the weights were prone to exploding gradients, making it difficult to fine-tune. This model should be easier to fine-tune, however, I have not tested it yet.
52
+
53
+ To get the best out of this model, I recommend installing it, and trying it out yourself, as the model's performance seems to degrade in the inference API.