Skip to content

issues Search Results · repo:finalfusion/finalfusion-rust language:Rust

Filter by

44 results
 (71 ms)

44 results

infinalfusion/finalfusion-rust (press backspace or delete to remove)

Just wanted to let you know all links here return 404.
  • alirstm
  • 1
  • Opened 
    on Jul 13, 2024
  • #201

I tried to use this library with a pretrained models from https://github.com/sdadas/polish-nlp-resources?tab=readme-ov-file#word2vec and I found out that these are in keyed vector format which is currently ...
  • dkuku
  • 4
  • Opened 
    on Apr 13, 2024
  • #200

Trying to read the GoogleNews-vectors-negative300.bin word2vec model triggers this assert: https://github.com/finalfusion/finalfusion-rust/blob/main/src/chunks/vocab/simple.rs#L28 thread main panicked ...
  • victor-mlai
  • 1
  • Opened 
    on Jun 5, 2023
  • #198

finalfusion-rust is currently licensed under the following licenses (user s choice): - Apache License Version 2.0 - Blue Oak Model License Version 1.0.0 We are trying to relicense the finalfusion ...
  • danieldk
  • 3
  • Opened 
    on Dec 11, 2021
  • #195

Hi @danieldk thank s for this great library, can you guide me through the steps to include support for sentence embeddings using sentence-transformer? Which traits should I use? I am specially interested ...
question
  • sachaarbonel
  • 1
  • Opened 
    on Aug 28, 2020
  • #166

With range 3-6 these fail: fn empty_string_idx(voc: BucketSubwordVocab) { assert!(voc.idx( ).is_none()) } fn empty_string_embed(e: Embeddings BucketSubwordVocab, NdArray ) { assert!(e.embedding( ...
  • sebpuetz
  • 1
  • Opened 
    on Aug 20, 2020
  • #164

Not sure whether this should go as a dot-release or as a new version...
  • sebpuetz
  • 3
  • Opened 
    on Aug 14, 2020
  • #161

When running the following code sample on Windows, it crashes: use std::io::{BufReader, Read}; use std::fs::File; use finalfusion::prelude::*; use finalfusion::similarity::WordSimilarity; fn main() ...
  • rolisz
  • 3
  • Opened 
    on May 18, 2020
  • #142

This is an awesome project sadly I cannot compile it to wasm for native browser use because of the memmap dep? This seems to be used in src/chunks/storage/array.rs:8:5 src/chunks/storage/quantized.rs:6:5 ...
  • drbh
  • 2
  • Opened 
    on Jan 25, 2020
  • #129

Hey again. So the API is confusing for me here, but when I try to get an embedding and it is not found, what is the proper way of using the Ngram module to get the embedding? Is there a pre-built fn to ...
question
  • jguhlin
  • 2
  • Opened 
    on Dec 17, 2019
  • #128
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub