amansrivastava17 / embedding-as-service

One-Stop Solution to encode sentence to fixed length vectors from various embedding techniques
MIT License
204 stars 29 forks source link

Error loading Model, 'utf-8' codec can't decode byte 0xba in position 0: invalid start byte #54

Closed akoumjian closed 4 years ago

akoumjian commented 4 years ago

Something about loading the model is environment dependent, perhaps CPU or Memory bound constraints. Here is the command I was running with:

[
        "embedding-as-service-start",
        "--embedding",
        "fasttext",
        "--model",
        "common_crawl_300_sub",
        "--port",
        "8080",
        "--max_seq_length",
        "256",
      ]