Locutusque commited on
Commit
b8326a7
1 Parent(s): cf2582b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -46,4 +46,6 @@ 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.
 
 
 
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.