ior308
ior308
Hi Matteo, compiling Q&A example I get the following error: no required module provides package github.com/nlpodyssey/spago/pkg/nlp/transformers/bert; to add it: go get github.com/nlpodyssey/spago/pkg/nlp/transformers/bert Then, when I try to get it I...
Dear, is it possibile to do sentence similarity using embedding ?
Dear, where can I download a compatible model binary file to test ?
Dear, is there the possibility to do sentence similarity with this projects ? Looking at https://huggingface.co/models?pipeline_tag=sentence-similarity&sort=trending there are many models. Thank you. Regards
Dear, I would like to execute some rest API (or SQL statement) using a LLM model, for instance: "write an email to or send an email to..etc" and the model...
Dear, I'm looking for how to write the following model built in Keras using cybertron or spago: model = tf.keras.models.Sequential() # Input - Layer\n", model.add(layers.Dense(8, activation=\"relu\", input_shape=(10000, ))) # Hidden...
During serialization I got: {"level":"trace","parameter":"model.encoder.embed_positions.weight","time":"2023-08-20T19:17:26+02:00","message":"parameter not mapped"} Serializing model to "models/vblagoje/bart_lfqa/spago_model.bin"... unexpected fault address 0x7fc741a88000 fatal error: fault [signal SIGBUS: bus error code=0x2 addr=0x7fc741a88000 pc=0x46b192] goroutine 20 [running]: runtime.throw({0xba0603?, 0xc194ec9ba8?})...
Hi, is there a very simple example using spago to train my own models for Q&A ? It is only enough for a single sentence just to understand the process....
Dear, I got null using as input a sentence from hugging model page: [root@minix8 [email protected]]# go run ./examples/relationextraction/main.go ./examples/relationextraction/triplets.go {"level":"debug","file":"models/Babelscape/rebel-large/config.json","time":"2023-08-20T19:36:59+02:00","message":"model file already exists, skipping download"} {"level":"debug","file":"models/Babelscape/rebel-large/pytorch_model.bin","time":"2023-08-20T19:36:59+02:00","message":"model file already exists, skipping...
Dear, I noticed that the SFTP server bundle in the library uses an sshFxpOpenPacket to respond to an sshFxpOpendirPacket. Since I need to handle files and directories differently, I replaced...