alonsosilva commited on
Commit
5eaf348
·
verified ·
1 Parent(s): e528490

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Litelines Notebooks
6
+ A collection of interactive notebooks to help you get started with Structured Generation.
7
+
8
+ ## In this repository:
9
+ - [Litelines: Multiple-Choice](https://huggingface.co/datasets/alonsosilva/litelines-notebooks/blob/main/Litelines_Multiple_Choice.ipynb): The language model must choose between three alternatives.
10
+ - [Litelines: Guaranteed Valid JSON](https://huggingface.co/datasets/alonsosilva/litelines-notebooks/blob/main/Litelines_Guaranteed_Valid_JSON.ipynb): The language model must adhere to a JSON schema.
11
+ - [Litelines: Guaranteed Valid Tool Call](https://huggingface.co/datasets/alonsosilva/litelines-notebooks/blob/main/Litelines_Guaranteed_Valid_Tool_Call.ipynb): The language model must adhere to a Tool Call schema.