MrAnderson/yoso-512-full-trivia-copied-embeddings

MrAnderson
Pregunta y respuesta

Un modelo para responder preguntas utilizando transformadores. Este modelo incluye embeddings copiados y está optimizado para la resolución de trivia. Fue creado el 13 de marzo de 2022 y ha sido descargado 185 veces en total. El modelo utiliza la biblioteca 'transformers' y es compatible con PyTorch.

Como usar

El modelo se puede utilizar para resolver preguntas. Aquí hay un ejemplo de uso:

{
  "text": "Where do I live?",
  "context": "My name is Wolfgang and I live in Berlin"
}

{
  "text": "Where do I live?",
  "context": "My name is Sarah and I live in London"
}

{
  "text": "What's my name?",
  "context": "My name is Clara and I live in Berkeley."
}

{
  "text": "Which name is also used to describe the Amazon rainforest in English?",
  "context": "The Amazon rainforest (Portuguese: Floresta Amazônica or Amazônia; Spanish: Selva Amazónica, Amazonía or usually Amazonia; French: Forêt amazonienne; Dutch: Amazoneregenwoud), also known in English as Amazonia or the Amazon Jungle, is a moist broadleaf forest that covers most of the Amazon basin of South America. This basin encompasses 7,000,000 square kilometres (2,700,000 sq mi), of which 5,500,000 square kilometres (2,100,000 sq mi) are covered by the rainforest. This region includes territory belonging to nine nations. The majority of the forest is contained within Brazil, with 60% of the rainforest, followed by Peru with 13%, Colombia with 10%, and with minor amounts in Venezuela, Ecuador, Bolivia, Guyana, Suriname and French Guiana. States or departments in four nations contain \

Funcionalidades

Resolución de preguntas
Embeddings copiados
Compatibilidad con PyTorch
Transformadores
Compatibilidad con Endpoints de Inferencia
Región: Estados Unidos

Casos de uso

Resolución de preguntas en tiempo real
Desarrollo de aplicaciones de trivia
Asistentes virtuales
Chatbots