cybertron icon indicating copy to clipboard operation
cybertron copied to clipboard

Cybertron: the home planet of the Transformers in Go

Results 25 cybertron issues
Sort by recently updated
recently updated
newest added

When running NER, this module uses all CPU power. How can I limit the number of go routines/CPUs used? Say I want to limit to using 1/4 of the CPU...

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...

I am looking to do some tests with cross encoder models like [MS Marco](https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2). After reading up on the python code used, I realized that all examples are based on...

I would like to use the following model(s): https://huggingface.co/google/flan-t5-small https://huggingface.co/google/flan-t5-xxl What would be required to add support if I were to look at contributing myself? Kind regards, Marten

Is the model safe for channel? When I drive 500 channels to perform a text2text task, each channel gets stuck, and the memory usage skyrockets, fluctuating from 4GB to 12GB.

Hi there Hello, I'm using the m3e-base model and the task is text-encoding. The results I'm getting back are very slow, taking about 15 seconds to return. I see the...

When I use a big paragraph, display a error ```shell panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x63cd47] goroutine 1124 [running]:...

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?})...