fbellame commited on
Commit
6e626f7
1 Parent(s): a530c6d

Update README.md

Browse files

Add github sample project

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -47,6 +47,10 @@ This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmst
47
 
48
  You can find a youtube video here explaining the fine tuning process: https://youtu.be/gXXkLVfiBVQ?si=b-RNVykuOLDPaTHb
49
 
 
 
 
 
50
  ## Usage
51
 
52
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` library installed.
 
47
 
48
  You can find a youtube video here explaining the fine tuning process: https://youtu.be/gXXkLVfiBVQ?si=b-RNVykuOLDPaTHb
49
 
50
+ ## Source code
51
+
52
+ You can find a github project here using this model https://github.com/fbellame/pdf-to-quizz/tree/feature/local_model (branch local_model and https://github.com/fbellame/pdf-to-quizz/tree/feature/tgi)
53
+
54
  ## Usage
55
 
56
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` library installed.