learning-assistance / functions.py

Commit History

Use model trained with 14k examples
065161d

milyiyo commited on

Add the documentation to some functions
8c77fdd

milyiyo commited on

Change the model to get embeddings
2a13080

milyiyo commited on

Create a version for summarization using LangChain tools.
c5a914e

milyiyo commited on

Fix error related to faiss
5355c89

milyiyo commited on

Debug error inside get_embeddings
c9916d8

milyiyo commited on

Debug error inside get_embeddings
ba811c0

milyiyo commited on

Fix the way to create the dataset
6382446

milyiyo commited on

Replace DatasetDict by Dataset
0f5a30d

milyiyo commited on

Substitute the model and tokenizer used for embeddings
5f0ab2a

milyiyo commited on

Store the extracted text to be used during faiss' index creation
0bcdbb7

milyiyo commited on

Debug error with gradio
941bfc4

milyiyo commited on

Debug error with gradio
289e5ef

milyiyo commited on

Remove input text from response
a8843ce

milyiyo commited on

Add functions to implement missing features
6ce5a5b

milyiyo commited on

Add dummy functions for missing actions
a035375

milyiyo commited on

Change the device of the tokenizer's output
5bf8ab4

Alberto Carmona commited on

Update functions.py
76427ba

milyiyo commited on

Update functions.py
b9ceebf

milyiyo commited on

Increase the output tokens
95b13f9

Alberto Carmona commited on

Remove the instruction part of the output
af90128

Alberto Carmona commited on

Setn env var for cuda
47d82ab

Alberto Carmona commited on

Load the model and the tokenizer
f90a30f

Alberto Carmona commited on

Update the owner of the model
f56d157

Alberto Carmona commited on

Stop loading the model until space upgrade with GPU
80d9102

Alberto Carmona commited on

Add the summarize function
5537833

Alberto Carmona commited on

Use the function to extract the text
92bb964

Alberto Carmona commited on

Add function to extract text from URL
428a5aa

Alberto Carmona commited on