Git Product home page Git Product logo

haystack-entailment-checker's Introduction

Hi there ๐Ÿ‘‹

I am Stefano, a passionate NLP Engineer, Craftsman, and Explorer ๐Ÿงญ.

Contributing to Haystack, the LLM orchestration Framework.

LinkedIn Stack Overflow Website


About Me โœจ

๐Ÿ’ซ Structural Engineer turned Software Engineer with a passion for exploring the realms of Machine Learning and Natural Language Processing.

๐Ÿ” Formerly at 01S for 5 years, I specialized in information extraction and retrieval from unstructured documents, making valuable information accessible to Italian citizens.

๐Ÿ’™ Currently, I am proud to be part of deepset, contributing to Haystack, the open-source LLM Framework ๐Ÿ—๏ธ. I enjoy engaging with a vibrant community of users and contributors.

In my spare time:

  • I often take meditative walks ๐Ÿšถ
  • I dedicate myself to social volunteering โญ
  • I am part of a theatre group, I read, I watch films... ๐ŸŽจ

Recent content ๐Ÿงช๐Ÿ“š๐ŸŽฎ

Explore my content collection ๐Ÿงฉ๐Ÿงฉ๐Ÿงฉ

Now Playing ๐ŸŽง

spotify-github-profile

haystack-entailment-checker's People

Contributors

anakin87 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

qingzhong1

haystack-entailment-checker's Issues

Version control issue with latest Haystack version (1.23.0)

Hi there!

I am running the latest version of Haystack 1.23.0 and tried installing this custom node to use as part of a pipeline.

It seems, however, that there is a version conflict with one of the libraries.

Stack trace with the main error at the bottom:

Traceback (most recent call last):
  File "/home/dev/g3/g3/bin/haystack", line 5, in <module>
    from haystack.cli.entry_point import main
  File "/home/dev/g3/g3/lib/python3.8/site-packages/haystack/__init__.py", line 11, in <module>
    from haystack.nodes.base import BaseComponent
  File "/home/dev/g3/g3/lib/python3.8/site-packages/haystack/nodes/__init__.py", line 22, in <module>
    from haystack.nodes.label_generator import PseudoLabelGenerator
  File "/home/dev/g3/g3/lib/python3.8/site-packages/haystack/nodes/label_generator/__init__.py", line 1, in <module>
    from haystack.nodes.label_generator.pseudo_label_generator import PseudoLabelGenerator
  File "/home/dev/g3/g3/lib/python3.8/site-packages/haystack/nodes/label_generator/pseudo_label_generator.py", line 8, in <module>
    from haystack.nodes.question_generator import QuestionGenerator
  File "/home/dev/g3/g3/lib/python3.8/site-packages/haystack/nodes/question_generator/__init__.py", line 1, in <module>
    from haystack.nodes.question_generator.question_generator import QuestionGenerator
  File "/home/dev/g3/g3/lib/python3.8/site-packages/haystack/nodes/question_generator/question_generator.py", line 10, in <module>
    from haystack.nodes.preprocessor import PreProcessor
  File "/home/dev/g3/g3/lib/python3.8/site-packages/haystack/nodes/preprocessor/__init__.py", line 1, in <module>
    from haystack.nodes.preprocessor.base import BasePreProcessor
  File "/home/dev/g3/g3/lib/python3.8/site-packages/haystack/nodes/preprocessor/base.py", line 5, in <module>
    from transformers import PreTrainedTokenizerBase
  File "/home/dev/g3/g3/lib/python3.8/site-packages/transformers/__init__.py", line 26, in <module>
    from . import dependency_versions_check
  File "/home/dev/g3/g3/lib/python3.8/site-packages/transformers/dependency_versions_check.py", line 57, in <module>
    require_version_core(deps[pkg])
  File "/home/dev/g3/g3/lib/python3.8/site-packages/transformers/utils/versions.py", line 117, in require_version_core
    return require_version(requirement, hint)
  File "/home/dev/g3/g3/lib/python3.8/site-packages/transformers/utils/versions.py", line 111, in require_version
    _compare_versions(op, got_ver, want_ver, requirement, pkg, hint)
  File "/home/dev/g3/g3/lib/python3.8/site-packages/transformers/utils/versions.py", line 44, in _compare_versions
    raise ImportError(
ImportError: accelerate>=0.20.3 is required for a normal functioning of this module, but found accelerate==0.19.0.
Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.