abedaniels commited on
Commit
47bf6eb
·
verified ·
1 Parent(s): aca70a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -30
README.md CHANGED
@@ -1,30 +1,30 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- pipeline_tag: text-generation
6
- library_name: transformers
7
- base_model: ibm-granite/granite-4.0-micro
8
- tags:
9
- - granite
10
- - uncertainty
11
- - context-attribution
12
- - requirement-checking
13
- - lora
14
- - peft
15
- ---
16
-
17
- # Granite Core Library
18
-
19
- The Granite Core Library includes three intrinsics implemented as LoRA adapters for [ibm-granite/granite-4.0-micro](https://huggingface.co/ibm-granite/granite-4.0-micro). Each intrinsic has been developed for a specific task that enhances the base model's capabilities for explainability, calibration, and constraint verification. We give a brief overview of the functionality of each intrinsic, as the details can be found in each individual intrinsic readme.
20
-
21
-
22
- ## Intrinsics implemented as LoRA adapters
23
-
24
- The three intrinsics that have been implemented as LoRA adapters for [ibm-granite/granite-4.0-micro](https://huggingface.co/ibm-granite/granite-4.0-micro) and made available in this HF repository are:
25
-
26
- **Context Attribution:** A LoRA adapter that predicts which sentences in the context (including documents and previous conversation turns) were most important for the base model to generate each sentence in its response. The adapter provides contributive attribution, identifying the context sentences that actually influenced the model's response, and ranks them by importance. This is a post-generation intrinsic designed to explain the base model's behavior. Details can be found in the [context-attribution readme](context-attribution/granite-4.0-micro/README.md).
27
-
28
- **Requirement Check:** A LoRA adapter that judges whether an assistant's generation satisfies a set of user-specified requirements, outputting a binary yes/no assessment. It is designed for evaluating constraint satisfaction in instruction-following scenarios, including formatting, content, structural requirements, and quality assurance pipelines. Details can be found in the [requirement-check readme](requirement-check/granite-4.0-micro/README.md).
29
-
30
- **Uncertainty:** A LoRA adapter that provides calibrated certainty scores for the base model's responses. Given a conversation ending with an assistant response, it calculates a certainty percentage reflecting how confident the model is about its answer. Certainty scores are calibrated such that among answers assigned a score of X%, approximately X% are correct. Details can be found in the [uncertainty readme](uncertainty/granite-4.0-micro/README.md).
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
+ base_model: ibm-granite/granite-4.0-micro
8
+ tags:
9
+ - granite
10
+ - uncertainty
11
+ - context-attribution
12
+ - requirement-checking
13
+ - lora
14
+ - peft
15
+ ---
16
+
17
+ # Granite Core Library
18
+
19
+ The Granite Core Library includes three intrinsics implemented as LoRA adapters for [ibm-granite/granite-4.0-micro](https://huggingface.co/ibm-granite/granite-4.0-micro). Each adapter has been developed for a specific task that enhances the base model's capabilities for explainability, calibration, and constraint verification. We give a brief overview of the functionality of each adapter, as the details can be found in each individual adapter readme.
20
+
21
+
22
+ ## Capabilities implemented as LoRA adapters
23
+
24
+ The three capabilities that have been implemented as LoRA adapters for [ibm-granite/granite-4.0-micro](https://huggingface.co/ibm-granite/granite-4.0-micro) and made available in this HF repository are:
25
+
26
+ **Context Attribution:** A LoRA adapter that predicts which sentences in the context (including documents and previous conversation turns) were most important for the base model to generate each sentence in its response. The adapter provides contributive attribution, identifying the context sentences that actually influenced the model's response, and ranks them by importance. This is a post-generation intrinsic designed to explain the base model's behavior. Details can be found in the [context-attribution readme](context-attribution/granite-4.0-micro/README.md).
27
+
28
+ **Requirement Check:** A LoRA adapter that judges whether an assistant's generation satisfies a set of user-specified requirements, outputting a binary yes/no assessment. It is designed for evaluating constraint satisfaction in instruction-following scenarios, including formatting, content, structural requirements, and quality assurance pipelines. Details can be found in the [requirement-check readme](requirement-check/granite-4.0-micro/README.md).
29
+
30
+ **Uncertainty:** A LoRA adapter that provides calibrated certainty scores for the base model's responses. Given a conversation ending with an assistant response, it calculates a certainty percentage reflecting how confident the model is about its answer. Certainty scores are calibrated such that among answers assigned a score of X%, approximately X% are correct. Details can be found in the [uncertainty readme](uncertainty/granite-4.0-micro/README.md).