Debertav3.cs to 2.1.1 support
had claudai make the changes to upgrade Debertav3.cs to Unity Sentis 2.0 (2.1.1) support.
it appears to be working...
Can you verify that the scores are equivalent to the scores in the old version in the two cases where multipleTrueClasses=false and multipleTrueClasses=true
oh shoot from this example i get
text = "Angela Merkel is a politician in Germany and leader of the CDU"
classes = ["This example is about politics", "This example is about economy", "This example is about entertainment", "This example is about environment"]
[politics] Entailment Score: 0.5876121
UnityEngine.Debug:Log (object)
DebertaV3:Start () (at Assets/Sentis files/DebertaV3.cs:45)
[economy] Entailment Score: 0.5630789
UnityEngine.Debug:Log (object)
DebertaV3:Start () (at Assets/Sentis files/DebertaV3.cs:45)
[entertainment] Entailment Score: 0.587842
UnityEngine.Debug:Log (object)
DebertaV3:Start () (at Assets/Sentis files/DebertaV3.cs:45)
[environment] Entailment Score: 0.4987649
UnityEngine.Debug:Log (object)
DebertaV3:Start () (at Assets/Sentis files/DebertaV3.cs:45)