-
As opposed to transformers where labels are generated ad-hoc
```
[{'label': 'LABEL_0', 'score': 0.999602735042572}]
```
To resolve, we might want to add label mapping into `SequenceClassificat…
-
`JSON::Field` has `key` and `root`. According to the docs `key` is "the value of the key in the json object" and `root` should "assume the value is inside a JSON object with a given key". Idk what I'm…
-
my current environment:
```
0.4.2
```
my bug:
i deployed hermes-2-pro-mistral-7b model with multi lora adapters. after applying a large multi adapter load on it, i started receiving an erro…
-
```
What steps will reproduce the problem?
1. Declare classes A and B: A (and some public properties)
2. Mark A with [ProtoContract(ImplicitFields = ImplicitFields.AllPublic)]
3. Leave B unmarked.
4.…
-
```
What steps will reproduce the problem?
1. Declare classes A and B: A (and some public properties)
2. Mark A with [ProtoContract(ImplicitFields = ImplicitFields.AllPublic)]
3. Leave B unmarked.
4.…
-
```
What steps will reproduce the problem?
1. Declare classes A and B: A (and some public properties)
2. Mark A with [ProtoContract(ImplicitFields = ImplicitFields.AllPublic)]
3. Leave B unmarked.
4.…
-
```
What steps will reproduce the problem?
1. Declare classes A and B: A (and some public properties)
2. Mark A with [ProtoContract(ImplicitFields = ImplicitFields.AllPublic)]
3. Leave B unmarked.
4.…
-
```
What steps will reproduce the problem?
1. Declare classes A and B: A (and some public properties)
2. Mark A with [ProtoContract(ImplicitFields = ImplicitFields.AllPublic)]
3. Leave B unmarked.
4.…
-
```
What steps will reproduce the problem?
1. Declare classes A and B: A (and some public properties)
2. Mark A with [ProtoContract(ImplicitFields = ImplicitFields.AllPublic)]
3. Leave B unmarked.
4.…
-
Originally spurred during the work on #150. We currently have `crates/credentials/src/vc.rs` and that implement VC Data Model 1.1, but we should consider how VC Data Model 2.0 will fit into our code. …