初始化项目,由ModelHub XC社区提供模型

Model: gplsi/Aitana-2B-S-tourism-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-10 07:19:16 +08:00
commit 42590495bc
10 changed files with 1539 additions and 0 deletions

36
.gitattributes vendored Normal file
View File

@@ -0,0 +1,36 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt filter=lfs diff=lfs merge=lfs -text
*.ftz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.joblib filter=lfs diff=lfs merge=lfs -text
*.lfs.* filter=lfs diff=lfs merge=lfs -text
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
*.pb filter=lfs diff=lfs merge=lfs -text
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tflite filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
tokenizer.json filter=lfs diff=lfs merge=lfs -text

319
README.md Normal file
View File

@@ -0,0 +1,319 @@
---
license: apache-2.0
language:
- ca
- es
- en
base_model: gplsi/Aitana-2B-S-tourism-base
tags:
- valencian
- spanish
- english
- text-generation
- instruct
- tourism
- alia
- gplsi
datasets:
- projecte-aina/InstruCAT
- projecte-aina/NLUCat
- projecte-aina/escagleu-64k
- OpenAssistant/oasst2
- projecte-aina/oasst1_ca
- BSC-LT/m-personas
- projecte-aina/RAG_Multilingual
- facebook/flores
- CohereLabs/aya_dataset
- Unbabel/TowerBlocks-v0.1
- projecte-aina/MentorES
- databricks/databricks-dolly-15k
- yahma/alpaca-cleaned
- openai/gsm8k
- Open-Orca/OpenOrca
- HuggingFaceH4/no_robots
- LipengCS/Table-GPT
- projecte-aina/CoQCat
- allenai/scifact
- somosnlp/LingComp_QA
- somosnlp/instruct-legal-refugiados-es
- somosnlp-hackathon-2025/gastronomia-hispana-dpo
- gplsi/boua_parallel
library_name: transformers
pipeline_tag: text-generation
---
# Aitana-2B-S-tourism-Instruct
**Aitana-2B-S-tourism-Instruct** is an instruction-tuned generative language model from the **Aitana family**, developed by the [GPLSI (Language and Information Systems Group)](https://gplsi.dlsi.ua.es/) at the University of Alicante. Built on [gplsi/Aitana-2B-S-tourism-base](https://huggingface.co/gplsi/Aitana-2B-S-tourism-base), this model has been fine-tuned to follow instructions across Valencian, Spanish, and English, with specialized capabilities for tourism domain applications.
## Table of Contents
- [Model Description](#model-description)
- [Training Data](#training-data)
- [Intended Uses](#intended-uses)
- [How to Use](#how-to-use)
- [Evaluation](#evaluation)
- [Additional Information](#additional-information)
## Model Description
| Property | Value |
|----------|-------|
| **Base Model** | [gplsi/Aitana-2B-S-tourism-base](https://huggingface.co/gplsi/Aitana-2B-S-tourism-base) |
| **Architecture** | Transformer decoder-only |
| **Parameters** | ~2.25B |
| **Languages** | Valencian, Spanish, English |
| **License** | Apache 2.0 |
Aitana-2B-S-tourism-Instruct extends the Aitana-2B-S-tourism-base domain-specific foundation model with instruction fine-tuning. This combination makes it particularly well-suited for tourism-related tasks requiring instruction following in Valencian, Spanish, and English.
## Training Data
This model was instruction fine-tuned using the following data:
| Dataset ID | Name | Languages | Source |
|------------|------|-----------|--------|
| ins1 | InstruCAT | CA | [projecte-aina/InstruCAT](https://huggingface.co/datasets/projecte-aina/InstruCAT) |
| ins2 | NLUCat | CA | [projecte-aina/NLUCat](https://huggingface.co/datasets/projecte-aina/NLUCat) |
| ins3 | Escagleu 64K | CA | [projecte-aina/escagleu-64k](https://huggingface.co/datasets/projecte-aina/escagleu-64k) |
| ins4 | OpenAssistant2 (OASST2) | CA, EN, ES, VA | [OpenAssistant/oasst2](https://huggingface.co/datasets/OpenAssistant/oasst2) |
| ins5 | OpenAssistant1 (OASST1) | CA, VA | [projecte-aina/oasst1_ca](https://huggingface.co/datasets/projecte-aina/oasst1_ca) |
| ins6 | M-Personas | CA, EN, ES, VA | [BSC-LT/m-personas](https://huggingface.co/datasets/BSC-LT/m-personas) |
| ins7 | RAG Multilingual | CA, EN, ES | [projecte-aina/RAG_Multilingual](https://huggingface.co/datasets/projecte-aina/RAG_Multilingual) |
| ins8 | FLORES | CA, EN, ES | [facebook/flores](https://huggingface.co/datasets/facebook/flores) |
| ins9 | Aya Dataset | EN, ES, VA | [CohereLabs/aya_dataset](https://huggingface.co/datasets/CohereLabs/aya_dataset) |
| ins10 | TowerBlocks | EN, ES | [Unbabel/TowerBlocks-v0.1](https://huggingface.co/datasets/Unbabel/TowerBlocks-v0.1) |
| ins11 | Mentor / Mentores | CA, ES, VA | [projecte-aina/MentorES](https://huggingface.co/datasets/projecte-aina/MentorES) / [projecte-aina/MentorCA](https://huggingface.co/datasets/projecte-aina/MentorCA) |
| ins12 | Dolly / Dolly 3K | CA, EN, VA | [databricks/databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) / [projecte-aina/dolly3k_ca](https://huggingface.co/datasets/projecte-aina/dolly3k_ca) |
| ins13 | Alpaca | EN, VA | [yahma/alpaca-cleaned](https://huggingface.co/datasets/yahma/alpaca-cleaned) |
| ins14 | GSM8K | EN, VA | [openai/gsm8k](https://huggingface.co/datasets/openai/gsm8k) |
| ins15 | OpenOrca | EN | [Open-Orca/OpenOrca](https://huggingface.co/datasets/Open-Orca/OpenOrca) |
| ins16 | No Robots | EN | [HuggingFaceH4/no_robots](https://huggingface.co/datasets/HuggingFaceH4/no_robots) |
| ins17 | TableGPT | EN | [LipengCS/Table-GPT](https://huggingface.co/datasets/LipengCS/Table-GPT) |
| ins18 | CoQCA / CoQCat | CA, VA | [projecte-aina/CoQCat](https://huggingface.co/datasets/projecte-aina/CoQCat) |
| ins19 | SciFact | EN, VA | [allenai/scifact](https://huggingface.co/datasets/allenai/scifact) |
| ins20 | LingComp QA | ES, VA | [somosnlp/LingComp_QA](https://huggingface.co/datasets/somosnlp/LingComp_QA) |
| ins21 | Instruct Legal Refugiados | ES, VA | [somosnlp/instruct-legal-refugiados-es](https://huggingface.co/datasets/somosnlp/instruct-legal-refugiados-es) |
| ins22 | Gastronomia Hispana | ES, VA | [somosnlp-hackathon-2025/gastronomia-hispana-dpo](https://huggingface.co/datasets/somosnlp-hackathon-2025/gastronomia-hispana-dpo) |
| ins23 | TurismInstructionsGPLSI | VA | — |
| ins24 | Amic-Paralelo | VA | — |
| ins25 | BOUA | VA | [gplsi/boua_parallel](https://huggingface.co/datasets/gplsi/boua_parallel) |
| ins26 | DOGV Parallel | VA | — |
| ins27 | UJI VA-EN Parallel | VA | — |
| ins28 | UJI VA-ES Parallel | VA | — |
## Intended Uses
This model can be used for:
- **Tourism text generation** in Valencian, Spanish, and English
- **Travel content creation** and visitor assistance
- **Instruction following** with tourism domain expertise
- **Fine-tuning** for specific tourism downstream tasks
> **Note**: This model combines tourism domain specialization with instruction-following capabilities. For general-purpose instruction following, consider other models in the Aitana family.
## How to Use
### Transformers
```python
import torch
from transformers import pipeline, AutoTokenizer
model_id = "gplsi/Aitana-2B-S-tourism-Instruct"
tokenizer = AutoTokenizer.from_pretrained(model_id)
generator = pipeline(
"text-generation",
model=model_id,
tokenizer=tokenizer,
torch_dtype=torch.bfloat16,
device_map="auto",
)
# Valencian example
text = "Recomana'm les millors platges de la Costa Blanca per a unes vacances familiars."
result = generator(text, do_sample=True, top_k=10, max_new_tokens=100)
print(result[0]['generated_text'])
# Spanish example
text = "Describe los principales atractivos turísticos de la Comunidad Valenciana."
result = generator(text, do_sample=True, top_k=10, max_new_tokens=100)
print(result[0]['generated_text'])
# English example
text = "What are the best cultural sites to visit in Valencia?"
result = generator(text, do_sample=True, top_k=10, max_new_tokens=100)
print(result[0]['generated_text'])
```
## Evaluation
In the following tables, we present the results obtained with different benchmarks from [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness) in comparison with [Salamandra-2B-Instruct](https://huggingface.co/BSC-LT/Salamandra-2B-Instruct).
### Normalized score per language
| Language | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|----------|------------------------|----------------------------------|
| Spanish | 0.079 | **0.086** |
| Catalan | **0.202** | 0.177 |
| English | **0.178** | 0.164 |
| Valencian | **0.507** | 0.483 |
| **Average** | **0.242** | 0.228 |
### Valencian
#### Classification Benchmarks
| Dataset | Lang. | Task | Metric | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|---------|--------|------|--------|------------------------|----------------------------------|
| XNLI | va | Natural Language Inference | acc | **0.520** | 0.483 |
#### Generation Benchmarks
| Dataset | Lang. | Task | Metric | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|---------|--------|------|--------|------------------------|----------------------------------|
| Cocoteros | va | Reading Comprehension | bleu | 2.796 | **3.414** |
| Phrases ca-va | va-ca | Translation - Adaptation | bleu | 58.425 | **70.188** |
| Phrases va-ca | va-ca | Translation - Adaptation | bleu | **70.660** | 66.078 |
| Phrases va-es | va-es | Translation | bleu | **65.427** | 41.781 |
| Phrases es-va | es-va | Translation | bleu | 45.688 | **46.205** |
| Truthfulqa_va | va | Truthfulness | bleu_acc | **0.409** | 0.377 |
### Catalan
#### Classification Benchmarks
| Dataset | Lang. | Task | Metric | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|---------|--------|------|--------|------------------------|----------------------------------|
| Belebele Cat_latn | ca | Reading Comprehension | acc | **0.287** | 0.254 |
| COPA | ca | Commonsense Reasoning | acc | 0.708 | **0.710** |
| XStoryCloze | ca | Commonsense Reasoning | acc | 0.616 | **0.621** |
| OpenBookQA | ca | Question Answering | acc | **0.296** | 0.276 |
| PAWS | ca | Paraphrasing | acc | **0.602** | 0.600 |
| PiQA | ca | Question Answering | acc | 0.638 | **0.639** |
| SiQA | ca | Question Answering | acc | 0.422 | **0.428** |
| ARC Easy | ca | Question Answering | acc | **0.516** | 0.495 |
| ARC Challenge | ca | Question Answering | acc | 0.298 | **0.311** |
| XNLI | ca | Natural Language Inference | acc | **0.513** | 0.494 |
| Teca | ca | Natural Language Inference | acc | 0.486 | **0.487** |
| WNLI | ca | Natural Language Inference | acc | **0.563** | 0.437 |
| Catcola | ca | Linguistic Acceptability | acc | 0.492 | **0.663** |
| Catcola | ca | Linguistic Acceptability | mcc | **0.097** | 0.011 |
| Catalanqa | ca | Question Answering | F1 | **0.516** | 0.372 |
| Mgsm direct | ca | Math | exact match | 0.000 | 0.000 |
| Catalanqa | ca | Question Answering | exact match | **0.182** | 0.029 |
| Xquad | ca | Question Answering | exact match | **0.103** | 0.032 |
| Xquad | ca | Question Answering | F1 | **0.394** | 0.290 |
#### Generation Benchmarks
| Dataset | Lang. | Task | Metric | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|---------|--------|------|--------|------------------------|----------------------------------|
| Cabreu abstractive | ca | Summarization | bleu | 7.610 | **8.250** |
| Cabreu extractive | ca | Summarization | bleu | **38.002** | 31.959 |
| Cabreu extreme | ca | Summarization | bleu | 2.733 | **3.168** |
### Spanish
#### Classification Benchmarks
| Dataset | Lang. | Task | Metric | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|---------|--------|------|--------|------------------------|----------------------------------|
| Belebele | es | Reading Comprehension | acc | **0.268** | 0.240 |
| PAWS | es | Paraphrasing | acc | 0.566 | **0.609** |
| XNLI | es | Natural Language Inference | acc | **0.463** | 0.394 |
| WNLI | es | Natural Language Inference | acc | **0.479** | 0.437 |
| XStoryCloze | es | Commonsense Reasoning | acc | **0.617** | 0.614 |
| Escola | es | Linguistic Acceptability | acc | 0.293 | **0.544** |
| Escola | es | Linguistic Acceptability | mcc | 0.020 | **0.029** |
| OpenbookQA | es | Question Answering | acc | 0.286 | **0.296** |
| MGSM Direct | es | Math | exact match | 0.020 | **0.068** |
| XQUAD | es | Question Answering | exact match | **0.066** | 0.018 |
| XQUAD | es | Question Answering | F1 | **0.355** | 0.282 |
#### Generation Benchmarks
| Dataset | Lang. | Task | Metric | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|---------|--------|------|--------|------------------------|----------------------------------|
| Cocoteros | es | Reading Comprehension | bleu | **3.308** | 2.545 |
| XLSum | es | Summarization | bleu | **1.695** | 1.472 |
### English
#### Classification Benchmarks
| Dataset | Lang. | Task | Metric | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|---------|--------|------|--------|------------------------|----------------------------------|
| Arc Challenge | en | Question Answering | acc | **0.354** | 0.336 |
| Arc Easy | en | Question Answering | acc | **0.681** | 0.668 |
| Belebele | en | Reading Comprehension | acc | **0.260** | 0.243 |
| PAWS | en | Paraphrasing | acc | 0.597 | **0.623** |
| XNLI | en | Natural Language Inference | acc | 0.512 | **0.551** |
| XStoryCloze | en | Commonsense Reasoning | acc | 0.662 | **0.666** |
| OpenBookQA | en | Question Answering | acc | **0.298** | 0.296 |
| PiQA | en | Question Answering | acc | 0.715 | **0.726** |
| Social iqa | en | Question Answering | acc | **0.453** | 0.420 |
| WNLI | en | Natural Language Inference | acc | **0.535** | 0.423 |
| MGSM Direct | en | Math | exact match | 0.008 | **0.056** |
| TriviaQA | en | Question Answering | exact match | **0.076** | 0.051 |
### Judge Evaluation
The model was also evaluated using an LLM-as-judge approach across different task categories. The scores below represent the average rating (1-5 scale, 5 being best) and standard deviation for each task category, comparing against Salamandra-2B-Instruct.
| Task Category | Salamandra-2B-Instruct | Aitana-2B-S-tourism-Instruct |
|---------------|------------------------|----------------------------------|
| CommonSense reasoning | **2.277 / 1.151** | 1.962 / 1.010 |
| Maths | 1.060 / 0.124 | **1.079 / 0.146** |
| Paraphrasing | 3.518 / 1.308 | **3.547 / 1.199** |
| Reading comprehension | **2.966 / 1.111** | 2.649 / 1.303 |
| Summarization | **2.217 / 1.068** | 1.961 / 0.875 |
| Translation | **3.557 / 0.760** | 3.494 / 1.052 |
| **Overall Avg** | **2.599 / 0.920** | 2.448 / 0.931 |
## Additional Information
### Author
The model has been developed by the **Language and [Information Systems Group (GPLSI)](https://gplsi.dlsi.ua.es/)** and the **[Centro de Inteligencia Digital (CENID)](https://cenid.es)**, both part of the **[University of Alicante (UA)](https://www.ua.es/es/)**, as part of their ongoing research in **Natural Language Processing (NLP)**.
### Funding
This work is funded by the **Ministerio para la Transformación Digital y de la Función Pública**, co-financed by the **EU NextGenerationEU**, within the framework of the project *Desarrollo de Modelos ALIA*. This work has also been partially supported by Project HEART-NLP (PID2024-156263OB-C22).
### Acknowledgments
We would like to express our gratitude to all individuals and institutions that have contributed to the development of this work.
Special thanks to:
- [Language Technologies Laboratory at Barcelona Supercomputing Center](https://www.bsc.es/es/discover-bsc/organisation/research-structure/language-technologies-laboratory)
- [Centro Vasco de Tecnología de la Lengua (HiTZ)](https://www.hitz.eus/es)
- [Centro Singular de Investigación en Tecnologías Inteligentes (CiTIUS)](https://citius.gal/)
- [Sistemas Inteligentes de Acceso a la Información (SINAI)](https://www.ujaen.es/investigacion-y-transferencia/grupos-de-investigacion/sistemas-inteligentes-de-acceso-la-informacion-sinai)
- [Instituto Universitario de Investigación Informática (IUII)](https://web.ua.es/es/iuii/)
- [Leonardo HPC System](https://leonardo-supercomputer.cineca.eu/)
- [European supercomputing ecosystem (EUROHPC)](https://www.eurohpc-ju.europa.eu/)
We also acknowledge the financial, technical, and scientific support of the **Ministerio para la Transformación Digital y de la Función Pública - Funded by EU NextGenerationEU within the framework of the project Desarrollo de Modelos ALIA**, whose contribution has been essential to the completion of this research.
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
### Disclaimer
This model is intended for general purposes and is available under a permissive Apache License 2.0. Be aware that the model may have biases and/or undesirable outputs. Users deploying systems based on this model are responsible for mitigating risks and complying with applicable AI regulations.
### Reference
```bibtex
@misc{gplsi-Aitana-2B-S-tourism-Instruct,
author = {Martínez-Murillo, Iván and Sepúlveda-Torres, Robiert and Grande, Eduardo and Galiano, Santiago and Estevanell-Valladares, Ernesto L. and Consuegra-Ayala, Juan Pablo and Miró Maestre, María and Canal-Esteve, Miquel and Bonora, Mar and Gutierrez, Yoan and Abreu Salas, José Ignacio and Lloret, Elena and Montoyo, Andrés and Muñoz-Guillena, Rafael and Palomar, Manuel},
title = {Aitana 2B Tourism Instruct: Instruction-tuned model for tourism applications in Valencian, Spanish and English},
year = {2026},
institution = {Language and Information Systems Group (GPLSI) and Centro de Inteligencia Digital (CENID), University of Alicante (UA)},
howpublished = {\url{https://huggingface.co/gplsi/Aitana-2B-S-tourism-Instruct}},
note = {Accessed: 2026-05-21}
}
```
---
**Copyright © 2026 Language and Information Systems Group (GPLSI) and Centro de Inteligencia Digital (CENID), University of Alicante (UA). Distributed under the Apache License 2.0.**

9
chat_template.jinja Normal file
View File

@@ -0,0 +1,9 @@
{%- if not date_string is defined %}{%- set date_string = "2025-12-09" %}{%- endif %}{%- set base_system_message = "I am Aitana, experimental model developed at the University of Alicante by the Language and Information Systems Group (GPLSI). My knowledge base was last updated on November 2025. Always respond in a friendly manner and following the user's instructions. Today Date: "+ date_string +"
Soy Aitana, un modelo experimental desarrollado en la Universidad de Alicante por el Grupo de Procesamiento del Lenguaje y Sistemas de Información (GPLSI). Mi base de conocimiento se actualizó por última vez en noviembre de 2025. Responde siempre de manera amigable y siguiendo las indicaciones del usuario.
Soc Aitana, un model experimental desenvolupat a la Universitat d'Alacant pel Grup de Processament del Llenguatge i Sistemes d'Informació (GPLSI). La meua base de coneixement es va actualitzar per última vegada en novembre del 2025. Respon sempre de manera amigable i seguint les indicacions de l'usuari." -%}{%- if messages and messages[0].role == "system" -%}{%- set task_system = messages[0].content -%}{%- set messages = messages[1:] -%}{%- else -%}{%- set task_system = "" -%}{%- endif -%}{%- if task_system -%}{%- set system_message = base_system_message + "
" + task_system -%}{%- else -%}{%- set system_message = base_system_message -%}{%- endif -%}{{ "<|im_start|>system
" + system_message + "<|im_end|>
" }}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}

34
config.json Normal file
View File

@@ -0,0 +1,34 @@
{
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"dtype": "bfloat16",
"eos_token_id": 2,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 5440,
"max_position_embeddings": 8192,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"num_key_value_heads": 16,
"pad_token_id": 2,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_parameters": {
"rope_theta": 10000.0,
"rope_type": "default"
},
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"transformers_version": "4.57.1",
"use_cache": false,
"vocab_size": 256000
}

6
generation_config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"transformers_version": "4.57.1"
}

3
model.safetensors Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:984b164c200e8405f09809c72c86445d1eb08445c8197a20b0d099523c15ffc6
size 4507005744

24
special_tokens_map.json Normal file
View File

@@ -0,0 +1,24 @@
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}

3
tokenizer.json Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:990527d1e7b98c027d386c742250b2f8517bd3adf98c46cc6c1c2f35b234c224
size 37007559

3
tokenizer.model Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab94ddf46d14f0279254858d53770c5319c5129d47291ee2bada530271cb1292
size 4813276

1102
tokenizer_config.json Normal file

File diff suppressed because it is too large Load Diff